Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 200 of 506) sorted by relevance

123

/linux-4.4.14/kernel/rcu/
Dsrcu.c99 static int init_srcu_struct_fields(struct srcu_struct *sp) in init_srcu_struct_fields()
115 int __init_srcu_struct(struct srcu_struct *sp, const char *name, in __init_srcu_struct()
135 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct()
147 static unsigned long srcu_readers_seq_idx(struct srcu_struct *sp, int idx) in srcu_readers_seq_idx()
164 static unsigned long srcu_readers_active_idx(struct srcu_struct *sp, int idx) in srcu_readers_active_idx()
186 static bool srcu_readers_active_idx_check(struct srcu_struct *sp, int idx) in srcu_readers_active_idx_check()
263 static bool srcu_readers_active(struct srcu_struct *sp) in srcu_readers_active()
282 void cleanup_srcu_struct(struct srcu_struct *sp) in cleanup_srcu_struct()
296 int __srcu_read_lock(struct srcu_struct *sp) in __srcu_read_lock()
314 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock()
[all …]
/linux-4.4.14/drivers/gpu/host1x/
Dsyncpt.c61 struct host1x_syncpt *sp = host->syncpt; in host1x_syncpt_alloc() local
92 u32 host1x_syncpt_id(struct host1x_syncpt *sp) in host1x_syncpt_id()
101 u32 host1x_syncpt_incr_max(struct host1x_syncpt *sp, u32 incrs) in host1x_syncpt_incr_max()
146 u32 host1x_syncpt_load(struct host1x_syncpt *sp) in host1x_syncpt_load()
158 u32 host1x_syncpt_load_wait_base(struct host1x_syncpt *sp) in host1x_syncpt_load_wait_base()
169 int host1x_syncpt_incr(struct host1x_syncpt *sp) in host1x_syncpt_incr()
179 static bool syncpt_load_min_is_expired(struct host1x_syncpt *sp, u32 thresh) in syncpt_load_min_is_expired()
188 int host1x_syncpt_wait(struct host1x_syncpt *sp, u32 thresh, long timeout, in host1x_syncpt_wait()
278 bool host1x_syncpt_is_expired(struct host1x_syncpt *sp, u32 thresh) in host1x_syncpt_is_expired()
335 int host1x_syncpt_patch_wait(struct host1x_syncpt *sp, void *patch_addr) in host1x_syncpt_patch_wait()
[all …]
Dsyncpt.h75 static inline bool host1x_syncpt_check_max(struct host1x_syncpt *sp, u32 real) in host1x_syncpt_check_max()
85 static inline bool host1x_syncpt_client_managed(struct host1x_syncpt *sp) in host1x_syncpt_client_managed()
94 static inline bool host1x_syncpt_idle(struct host1x_syncpt *sp) in host1x_syncpt_idle()
122 static inline int host1x_syncpt_is_valid(struct host1x_syncpt *sp) in host1x_syncpt_is_valid()
Ddev.h142 struct host1x_syncpt *sp) in host1x_hw_syncpt_restore()
148 struct host1x_syncpt *sp) in host1x_hw_syncpt_restore_wait_base()
154 struct host1x_syncpt *sp) in host1x_hw_syncpt_load_wait_base()
160 struct host1x_syncpt *sp) in host1x_hw_syncpt_load()
166 struct host1x_syncpt *sp) in host1x_hw_syncpt_cpu_incr()
172 struct host1x_syncpt *sp, in host1x_hw_syncpt_patch_wait()
/linux-4.4.14/drivers/media/usb/pvrusb2/
Dpvrusb2-io.c135 struct pvr2_stream *sp = bp->stream; in pvr2_buffer_remove() local
168 struct pvr2_stream *sp; in pvr2_buffer_set_none() local
185 struct pvr2_stream *sp; in pvr2_buffer_set_ready() local
212 struct pvr2_stream *sp; in pvr2_buffer_set_idle() local
237 struct pvr2_stream *sp; in pvr2_buffer_set_queued() local
267 struct pvr2_stream *sp, in pvr2_buffer_init()
300 static int pvr2_stream_buffer_count(struct pvr2_stream *sp,unsigned int cnt) in pvr2_stream_buffer_count()
369 static int pvr2_stream_achieve_buffer_count(struct pvr2_stream *sp) in pvr2_stream_achieve_buffer_count()
398 static void pvr2_stream_internal_flush(struct pvr2_stream *sp) in pvr2_stream_internal_flush()
418 static void pvr2_stream_init(struct pvr2_stream *sp) in pvr2_stream_init()
[all …]
Dpvrusb2-cs53l32a.c64 const struct routing_scheme *sp; in pvr2_cs53l32a_subdev_update() local
Dpvrusb2-audio.c63 const struct routing_scheme *sp; in pvr2_msp3400_subdev_update() local
Dpvrusb2-video-v4l.c81 const struct routing_scheme *sp; in pvr2_saa7115_subdev_update() local
Dpvrusb2-context.c388 struct pvr2_context_stream *sp) in pvr2_channel_claim_stream()
413 struct pvr2_context_stream *sp) in pvr2_channel_create_mpeg_stream()
Dpvrusb2-cx2584x-v4l.c131 const struct routing_scheme *sp; in pvr2_cx25840_subdev_update() local
/linux-4.4.14/drivers/gpu/host1x/hw/
Dsyncpt_hw.c27 static void syncpt_restore(struct host1x_syncpt *sp) in syncpt_restore()
37 static void syncpt_restore_wait_base(struct host1x_syncpt *sp) in syncpt_restore_wait_base()
47 static void syncpt_read_wait_base(struct host1x_syncpt *sp) in syncpt_read_wait_base()
57 static u32 syncpt_load(struct host1x_syncpt *sp) in syncpt_load()
80 static int syncpt_cpu_incr(struct host1x_syncpt *sp) in syncpt_cpu_incr()
96 static int syncpt_patch_wait(struct host1x_syncpt *sp, void *patch_addr) in syncpt_patch_wait()
Dchannel_hw.c77 struct host1x_syncpt *sp = host->syncpt + job->syncpt_id; in synchronize_syncpt_base() local
93 struct host1x_syncpt *sp; in channel_submit() local
/linux-4.4.14/drivers/misc/ibmasm/
Dcommand.c34 struct command *ibmasm_new_command(struct service_processor *sp, size_t buffer_size) in ibmasm_new_command()
77 static void enqueue_command(struct service_processor *sp, struct command *cmd) in enqueue_command()
82 static struct command *dequeue_command(struct service_processor *sp) in dequeue_command()
97 static inline void do_exec_command(struct service_processor *sp) in do_exec_command()
119 void ibmasm_exec_command(struct service_processor *sp, struct command *cmd) in ibmasm_exec_command()
139 static void exec_next_command(struct service_processor *sp) in exec_next_command()
175 void ibmasm_receive_command_response(struct service_processor *sp, void *response, size_t size) in ibmasm_receive_command_response()
Devent.c40 static void wake_up_event_readers(struct service_processor *sp) in wake_up_event_readers()
57 void ibmasm_receive_event(struct service_processor *sp, void *data, unsigned int data_size) in ibmasm_receive_event()
91 int ibmasm_get_next_event(struct service_processor *sp, struct event_reader *reader) in ibmasm_get_next_event()
130 void ibmasm_event_reader_register(struct service_processor *sp, struct event_reader *reader) in ibmasm_event_reader_register()
141 void ibmasm_event_reader_unregister(struct service_processor *sp, struct event_reader *reader) in ibmasm_event_reader_unregister()
150 int ibmasm_event_buffer_init(struct service_processor *sp) in ibmasm_event_buffer_init()
174 void ibmasm_event_buffer_exit(struct service_processor *sp) in ibmasm_event_buffer_exit()
Dremote.h88 #define mouse_addr(sp) (sp->base_address + CONDOR_MOUSE_DATA) argument
89 #define display_width(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_RESX) argument
90 #define display_height(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_RESY) argument
91 #define display_depth(sp) (mouse_addr(sp) + CONDOR_INPUT_DISPLAY_BITS) argument
92 #define desktop_info(sp) (mouse_addr(sp) + CONDOR_INPUT_DESKTOP_INFO) argument
93 #define vnc_status(sp) (mouse_addr(sp) + CONDOR_OUTPUT_VNC_STATUS) argument
94 #define isr_control(sp) (mouse_addr(sp) + CONDOR_MOUSE_ISR_CONTROL) argument
96 #define mouse_interrupt_pending(sp) readl(mouse_addr(sp) + CONDOR_MOUSE_ISR_STATUS) argument
97 #define clear_mouse_interrupt(sp) writel(0, mouse_addr(sp) + CONDOR_MOUSE_ISR_STATUS) argument
98 #define enable_mouse_interrupts(sp) writel(1, mouse_addr(sp) + CONDOR_MOUSE_ISR_CONTROL) argument
[all …]
Dheartbeat.c65 int ibmasm_heartbeat_init(struct service_processor *sp) in ibmasm_heartbeat_init()
74 void ibmasm_heartbeat_exit(struct service_processor *sp) in ibmasm_heartbeat_exit()
85 void ibmasm_receive_heartbeat(struct service_processor *sp, void *message, size_t size) in ibmasm_receive_heartbeat()
Ddot_command.c31 void ibmasm_receive_message(struct service_processor *sp, void *message, int message_size) in ibmasm_receive_message()
68 int ibmasm_send_driver_vpd(struct service_processor *sp) in ibmasm_send_driver_vpd()
124 int ibmasm_send_os_state(struct service_processor *sp, int os_state) in ibmasm_send_os_state()
Duart.c34 void ibmasm_register_uart(struct service_processor *sp) in ibmasm_register_uart()
65 void ibmasm_unregister_uart(struct service_processor *sp) in ibmasm_unregister_uart()
Dremote.c184 void ibmasm_handle_mouse_interrupt(struct service_processor *sp) in ibmasm_handle_mouse_interrupt()
210 int ibmasm_init_remote_input_dev(struct service_processor *sp) in ibmasm_init_remote_input_dev()
276 void ibmasm_free_remote_input_dev(struct service_processor *sp) in ibmasm_free_remote_input_dev()
Dlowlevel.c33 int ibmasm_send_i2o_message(struct service_processor *sp) in ibmasm_send_i2o_message()
60 struct service_processor *sp = (struct service_processor *)dev_id; in ibmasm_interrupt_handler() local
Dibmasmfs.c211 void ibmasmfs_add_sp(struct service_processor *sp) in ibmasmfs_add_sp()
218 struct service_processor *sp; member
224 struct service_processor *sp; member
231 struct service_processor *sp; member
345 struct service_processor *sp; in event_file_open() local
377 struct service_processor *sp = event_data->sp; in event_file_read() local
607 struct service_processor *sp; in ibmasmfs_create_files() local
Dmodule.c68 struct service_processor *sp; in ibmasm_init_one() local
167 struct service_processor *sp = pci_get_drvdata(pdev); in ibmasm_remove_one() local
Dr_heartbeat.c49 void ibmasm_init_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb) in ibmasm_init_reverse_heartbeat()
61 int ibmasm_start_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb) in ibmasm_start_reverse_heartbeat()
/linux-4.4.14/drivers/net/ethernet/seeq/
Dsgiseeq.c52 #define TX_BUFFS_AVAIL(sp) ((sp->tx_old <= sp->tx_new) ? \ argument
56 #define VIRT_TO_DMA(sp, v) ((sp)->srings_dma + \ argument
141 static inline void seeq_go(struct sgiseeq_private *sp, in seeq_go()
151 struct sgiseeq_private *sp = netdev_priv(dev); in __sgiseeq_set_mac_address() local
162 struct sgiseeq_private *sp = netdev_priv(dev); in sgiseeq_set_mac_address() local
180 struct sgiseeq_private *sp = netdev_priv(dev); in seeq_init_ring() local
220 struct sgiseeq_private *sp = netdev_priv(dev); in seeq_purge_ring() local
286 static int init_seeq(struct net_device *dev, struct sgiseeq_private *sp, in init_seeq()
326 static inline void rx_maybe_restart(struct sgiseeq_private *sp, in rx_maybe_restart()
336 static inline void sgiseeq_rx(struct net_device *dev, struct sgiseeq_private *sp, in sgiseeq_rx()
[all …]
/linux-4.4.14/drivers/spi/
Dspi-ath79.c45 static inline u32 ath79_spi_rr(struct ath79_spi *sp, unsigned reg) in ath79_spi_rr()
50 static inline void ath79_spi_wr(struct ath79_spi *sp, unsigned reg, u32 val) in ath79_spi_wr()
60 static inline void ath79_spi_delay(struct ath79_spi *sp, unsigned nsecs) in ath79_spi_delay()
68 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_chipselect() local
95 static void ath79_spi_enable(struct ath79_spi *sp) in ath79_spi_enable()
108 static void ath79_spi_disable(struct ath79_spi *sp) in ath79_spi_disable()
118 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_setup_cs() local
181 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_txrx_mode0() local
210 struct ath79_spi *sp; in ath79_spi_probe() local
288 struct ath79_spi *sp = platform_get_drvdata(pdev); in ath79_spi_remove() local
Dspi-sh-sci.c37 #define SCSPTR(sp) (sp->membase + 0x1c) argument
43 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits()
73 struct sh_sci_spi *sp = spi_master_get_devdata(dev->master); in getmiso() local
108 struct sh_sci_spi *sp = spi_master_get_devdata(dev->master); in sh_sci_spi_chipselect() local
118 struct sh_sci_spi *sp; in sh_sci_spi_probe() local
176 struct sh_sci_spi *sp = platform_get_drvdata(dev); in sh_sci_spi_remove() local
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c124 static inline int is_s2io_card_up(const struct s2io_nic *sp) in is_s2io_card_up()
349 static void do_s2io_copy_mac_addr(struct s2io_nic *sp, int offset, u64 mac_addr) in do_s2io_copy_mac_addr()
506 static inline void s2io_stop_all_tx_queue(struct s2io_nic *sp) in s2io_stop_all_tx_queue()
517 static inline void s2io_stop_tx_queue(struct s2io_nic *sp, int fifo_no) in s2io_stop_tx_queue()
526 static inline void s2io_start_all_tx_queue(struct s2io_nic *sp) in s2io_start_all_tx_queue()
537 static inline void s2io_wake_all_tx_queue(struct s2io_nic *sp) in s2io_wake_all_tx_queue()
2079 static int verify_pcc_quiescent(struct s2io_nic *sp, int flag) in verify_pcc_quiescent()
2119 static int verify_xena_quiescence(struct s2io_nic *sp) in verify_xena_quiescence()
2186 static void fix_mac_address(struct s2io_nic *sp) in fix_mac_address()
2665 static void free_rxd_blk(struct s2io_nic *sp, int ring_no, int blk) in free_rxd_blk()
[all …]
/linux-4.4.14/drivers/net/hamradio/
D6pack.c141 struct sixpack *sp = (struct sixpack *) channel; in sp_xmit_on_air() local
164 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps()
248 struct sixpack *sp = netdev_priv(dev); in sp_xmit() local
267 struct sixpack *sp = netdev_priv(dev); in sp_open_dev() local
277 struct sixpack *sp = netdev_priv(dev); in sp_close() local
337 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump()
379 struct sixpack *sp; in sp_get() local
390 static void sp_put(struct sixpack *sp) in sp_put()
402 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup() local
438 struct sixpack *sp; in sixpack_receive_buf() local
[all …]
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_iocb.c23 qla2x00_get_cmd_direction(srb_t *sp) in qla2x00_get_cmd_direction()
147 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode()
192 void qla2x00_build_scsi_iocbs_32(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_32()
250 void qla2x00_build_scsi_iocbs_64(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_64()
309 qla2x00_start_scsi(srb_t *sp) in qla2x00_start_scsi()
578 qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt, in qla24xx_build_scsi_type_6_iocbs()
698 qla24xx_build_scsi_iocbs(srb_t *sp, struct cmd_type_7 *cmd_pkt, in qla24xx_build_scsi_iocbs()
773 qla24xx_set_t10dif_tags(srb_t *sp, struct fw_dif_context *pkt, in qla24xx_set_t10dif_tags()
862 srb_t *sp; member
908 qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *ha, srb_t *sp, in qla24xx_walk_and_build_sglist_no_difb()
[all …]
Dqla_inline.h132 qla2x00_clean_dsd_pool(struct qla_hw_data *ha, srb_t *sp, in qla2x00_clean_dsd_pool()
178 qla2x00_hba_err_chk_enabled(srb_t *sp) in qla2x00_hba_err_chk_enabled()
221 srb_t *sp = NULL; in qla2x00_get_sp() local
243 qla2x00_rel_sp(scsi_qla_host_t *vha, srb_t *sp) in qla2x00_rel_sp()
250 qla2x00_init_timer(srb_t *sp, unsigned long tmo) in qla2x00_init_timer()
Dqla_isr.c1182 srb_t *sp; in qla2x00_process_completed_request() local
1220 srb_t *sp = NULL; in qla2x00_get_sp_from_handle() local
1258 srb_t *sp; in qla2x00_mbx_iocb_entry() local
1343 srb_t *sp; in qla2x00_ct_entry() local
1400 srb_t *sp; in qla24xx_els_ct_entry() local
1485 srb_t *sp; in qla24xx_logio_entry() local
1578 srb_t *sp; in qla24xx_tm_iocb_entry() local
1704 qla2x00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len, in qla2x00_handle_sense()
1755 qla2x00_handle_dif_error(srb_t *sp, struct sts_entry_24xx *sts24) in qla2x00_handle_dif_error()
1881 srb_t *sp; in qla25xx_process_bidir_status_iocb() local
[all …]
Dqla_mr.c1790 srb_t *sp = (srb_t *)data; in qla2x00_fxdisc_iocb_timeout() local
1799 srb_t *sp = (srb_t *)ptr; in qla2x00_fxdisc_sp_done() local
1808 srb_t *sp; in qlafx00_fx_disc() local
2127 qlafx00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len, in qlafx00_handle_sense()
2174 struct tsk_mgmt_entry_fx00 *pkt, srb_t *sp, in qlafx00_tm_iocb_entry()
2192 srb_t *sp; in qlafx00_abort_iocb_entry() local
2209 srb_t *sp; in qlafx00_ioctl_iosb_entry() local
2276 srb_t *sp; in qlafx00_status_entry() local
2554 srb_t *sp = rsp->status_srb; in qlafx00_status_cont_entry() local
2627 srb_t *sp; in qlafx00_multistatus_entry() local
[all …]
Dqla_bsg.c17 srb_t *sp = (srb_t *)ptr; in qla2x00_bsg_job_done() local
29 srb_t *sp = (srb_t *)ptr; in qla2x00_bsg_sp_free() local
252 srb_t *sp; in qla2x00_process_els() local
425 srb_t *sp; in qla2x00_process_ct() local
1741 srb_t *sp = NULL; in qla24xx_process_bidir_cmd() local
1915 srb_t *sp; in qlafx00_mgmt_cmd() local
2225 srb_t *sp; in qla24xx_bsg_timeout() local
Dqla_init.c48 srb_t *sp = (srb_t *)__data; in qla2x00_sp_timeout() local
67 srb_t *sp = (srb_t *)ptr; in qla2x00_sp_free() local
100 srb_t *sp = (srb_t *)data; in qla2x00_async_iocb_timeout() local
126 srb_t *sp = (srb_t *)ptr; in qla2x00_async_login_sp_done() local
140 srb_t *sp; in qla2x00_async_login() local
179 srb_t *sp = (srb_t *)ptr; in qla2x00_async_logout_sp_done() local
192 srb_t *sp; in qla2x00_async_logout() local
227 srb_t *sp = (srb_t *)ptr; in qla2x00_async_adisc_sp_done() local
241 srb_t *sp; in qla2x00_async_adisc() local
278 srb_t *sp = (srb_t *)data; in qla2x00_tmf_iocb_timeout() local
[all …]
/linux-4.4.14/net/rxrpc/
Dar-input.c45 struct rxrpc_skb_priv *sp; in rxrpc_queue_rcv_skb() local
137 struct rxrpc_skb_priv *sp; in rxrpc_fast_process_data() local
312 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_fast_process_packet() local
454 struct rxrpc_skb_priv *sp; in rxrpc_process_jumbo_packet() local
522 struct rxrpc_skb_priv *sp; in rxrpc_post_packet_to_call() local
612 struct rxrpc_skb_priv *sp) in rxrpc_conn_from_local()
644 struct rxrpc_skb_priv *sp; in rxrpc_data_ready() local
Dar-recvmsg.c49 struct rxrpc_skb_priv *sp; in rxrpc_recvmsg() local
364 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_data_delivered() local
385 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_is_data_last() local
402 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_get_abort_code() local
419 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_get_error_number() local
Dar-ack.c217 struct rxrpc_skb_priv *sp; in rxrpc_resend() local
288 struct rxrpc_skb_priv *sp; in rxrpc_resend_timer() local
341 struct rxrpc_skb_priv *sp; in rxrpc_process_soft_ACKs() local
463 struct rxrpc_skb_priv *sp; in rxrpc_drain_rx_oos_queue() local
520 struct rxrpc_skb_priv *sp, *psp; in rxrpc_insert_oos_packet() local
571 struct rxrpc_skb_priv *sp; in rxrpc_zap_tx_window() local
635 struct rxrpc_skb_priv *sp; in rxrpc_process_rx_queue() local
832 struct rxrpc_skb_priv *sp; in rxrpc_post_message() local
Dar-skbuff.c55 struct rxrpc_skb_priv *sp) in rxrpc_hard_ACK_data()
107 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_packet_destructor() local
Drxkad.c158 struct rxrpc_skb_priv *sp; in rxkad_secure_packet_auth() local
205 struct rxrpc_skb_priv *sp; in rxkad_secure_packet_encrypt() local
258 struct rxrpc_skb_priv *sp; in rxkad_secure_packet() local
332 struct rxrpc_skb_priv *sp; in rxkad_verify_packet_auth() local
407 struct rxrpc_skb_priv *sp; in rxkad_verify_packet_encrypt() local
491 struct rxrpc_skb_priv *sp; in rxkad_verify_packet() local
746 struct rxrpc_skb_priv *sp; in rxkad_respond_to_challenge() local
1004 struct rxrpc_skb_priv *sp; in rxkad_verify_response() local
Dar-accept.c80 struct rxrpc_skb_priv *sp, *nsp; in rxrpc_accept_incoming_call() local
211 struct rxrpc_skb_priv *sp; in rxrpc_accept_incoming_calls() local
Dar-connevent.c148 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_process_event() local
337 struct rxrpc_skb_priv *sp; in rxrpc_reject_packets() local
Dar-output.c453 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_queue_packet() local
524 struct rxrpc_skb_priv *sp; in rxrpc_send_data() local
Dar-call.c698 struct rxrpc_skb_priv *sp; in rxrpc_release_call() local
872 struct rxrpc_skb_priv *sp; in rxrpc_cleanup_call() local
Dar-local.c384 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_process_local_events() local
/linux-4.4.14/include/linux/
Dsrcu.h70 #define init_srcu_struct(sp) \ argument
156 static inline int srcu_read_lock_held(struct srcu_struct *sp) in srcu_read_lock_held()
165 static inline int srcu_read_lock_held(struct srcu_struct *sp) in srcu_read_lock_held()
184 #define srcu_dereference_check(p, sp, c) \ argument
197 #define srcu_dereference(p, sp) srcu_dereference_check((p), (sp), 0) argument
216 static inline int srcu_read_lock(struct srcu_struct *sp) __acquires(sp) in srcu_read_lock()
234 static inline void srcu_read_unlock(struct srcu_struct *sp, int idx) in srcu_read_unlock()
/linux-4.4.14/arch/x86/kvm/
Dmmu_audit.c37 static void __mmu_spte_walk(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, in __mmu_spte_walk()
60 struct kvm_mmu_page *sp; in mmu_spte_walk() local
90 struct kvm_mmu_page *sp; in walk_all_active_sps() local
98 struct kvm_mmu_page *sp; in audit_mappings() local
171 struct kvm_mmu_page *sp = page_header(__pa(sptep)); in audit_spte_after_sync() local
178 static void check_mappings_rmap(struct kvm *kvm, struct kvm_mmu_page *sp) in check_mappings_rmap()
193 static void audit_write_protection(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_write_protection()
215 static void audit_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_sp()
Dmmu.c371 struct kvm_mmu_page *sp = page_header(__pa(sptep)); in count_spte_clear() local
455 struct kvm_mmu_page *sp = page_header(__pa(sptep)); in __get_spte_lockless() local
754 static gfn_t kvm_mmu_page_get_gfn(struct kvm_mmu_page *sp, int index) in kvm_mmu_page_get_gfn()
762 static void kvm_mmu_page_set_gfn(struct kvm_mmu_page *sp, int index, gfn_t gfn) in kvm_mmu_page_set_gfn()
784 static void account_shadowed(struct kvm *kvm, struct kvm_mmu_page *sp) in account_shadowed()
802 static void unaccount_shadowed(struct kvm *kvm, struct kvm_mmu_page *sp) in unaccount_shadowed()
1047 static unsigned long *gfn_to_rmap(struct kvm *kvm, gfn_t gfn, struct kvm_mmu_page *sp) in gfn_to_rmap()
1067 struct kvm_mmu_page *sp; in rmap_add() local
1078 struct kvm_mmu_page *sp; in rmap_remove() local
1617 struct kvm_mmu_page *sp; in rmap_recycle() local
[all …]
Dmmutrace.h17 #define KVM_MMU_PAGE_ASSIGN(sp) \ argument
/linux-4.4.14/arch/powerpc/oprofile/
Dbacktrace.c28 static unsigned int user_getsp32(unsigned int sp, int is_first) in user_getsp32()
55 static unsigned long user_getsp64(unsigned long sp, int is_first) in user_getsp64()
73 static unsigned long kernel_getsp(unsigned long sp, int is_first) in kernel_getsp()
94 unsigned long sp = regs->gpr[1]; in op_powerpc_backtrace() local
/linux-4.4.14/arch/arm/crypto/
Dbsaes-armv7.pl1113 sub sp, #0x10 @ scratch space to carry over the IV subroutine
1377 sub sp, sp, #0x10 @ scratch space to carry over the ctr subroutine
1416 sub sp, #0x10 @ place for adjusted round0 key subroutine
1552 sub sp, sp, #0x10 subroutine
1554 sub sp, sp, #0x10 subroutine
Dsha512-armv4.pl174 sub sp,sp,#8 subroutine
284 sub sp,sp,#9*8 subroutine
Dsha256-armv4.pl225 sub sp,sp,#16*4 @ alloca(X[16]) subroutine
/linux-4.4.14/drivers/net/fddi/skfp/
Dpmf.c708 struct smt_p_1048 *sp ; in smt_add_para() local
717 struct smt_p_208c *sp ; in smt_add_para() local
734 struct smt_p_208d *sp ; in smt_add_para() local
751 struct smt_p_208e *sp ; in smt_add_para() local
766 struct smt_p_208f *sp ; in smt_add_para() local
789 struct smt_p_2090 *sp ; in smt_add_para() local
804 struct smt_p_4050 *sp ; in smt_add_para() local
825 struct smt_p_4051 *sp ; in smt_add_para() local
842 struct smt_p_4052 *sp ; in smt_add_para() local
853 struct smt_p_4053 *sp ; in smt_add_para() local
/linux-4.4.14/arch/powerpc/perf/
Dcallchain.c32 static int valid_next_sp(unsigned long sp, unsigned long prev_sp) in valid_next_sp()
52 unsigned long sp, next_sp; in perf_callchain_kernel() local
187 static inline int valid_user_sp(unsigned long sp, int is_64) in valid_user_sp()
222 static int sane_signal_64_frame(unsigned long sp) in sane_signal_64_frame()
238 unsigned long sp, next_sp; in perf_callchain_user_64() local
332 static inline int valid_user_sp(unsigned long sp, int is_64) in valid_user_sp()
388 static int sane_signal_32_frame(unsigned int sp) in sane_signal_32_frame()
399 static int sane_rt_signal_32_frame(unsigned int sp) in sane_rt_signal_32_frame()
410 static unsigned int __user *signal_frame_32_regs(unsigned int sp, in signal_frame_32_regs()
445 unsigned int sp, next_sp; in perf_callchain_user_32() local
/linux-4.4.14/drivers/scsi/libfc/
Dfc_exch.c466 static int fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send_locked()
528 static int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send()
551 struct fc_seq *sp; in fc_seq_alloc() local
565 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
580 static struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
596 static void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
631 struct fc_seq *sp; in fc_exch_abort_locked() local
718 static bool fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, in fc_invoke_resp()
757 struct fc_seq *sp = &ep->seq; in fc_exch_timeout() local
933 static void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
[all …]
Dfc_lport.c363 struct fc_els_csp *sp; in fc_lport_flogi_fill() local
958 struct fc_seq *sp = fr_seq(fp); in fc_lport_recv_req() local
1125 static void fc_lport_ns_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_ns_resp()
1201 static void fc_lport_ms_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_ms_resp()
1279 static void fc_lport_scr_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_scr_resp()
1625 void fc_lport_logo_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_logo_resp()
1704 void fc_lport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_flogi_resp()
1902 static void fc_lport_bsg_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_lport_bsg_resp()
Dfc_libfc.c171 struct fc_seq *sp; in fc_fill_hdr() local
225 struct fc_seq *sp; in fc_fill_reply_hdr() local
Dfc_rport.c656 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_flogi_resp()
874 static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_plogi_resp()
993 static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_prli_resp()
1150 static void fc_rport_rtv_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_rtv_resp()
1241 static void fc_rport_logo_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_logo_resp()
1285 static void fc_rport_adisc_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_adisc_resp()
Dfc_disc.c509 static void fc_disc_gpn_ft_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_disc_gpn_ft_resp()
581 static void fc_disc_gpn_id_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_disc_gpn_id_resp()
/linux-4.4.14/drivers/usb/mon/
Dmon_stat.c29 struct snap *sp; in mon_stat_open() local
48 struct snap *sp = file->private_data; in mon_stat_read() local
55 struct snap *sp = file->private_data; in mon_stat_release() local
/linux-4.4.14/arch/avr32/kernel/
Dprocess.c118 static void show_trace_log_lvl(struct task_struct *tsk, unsigned long *sp, in show_trace_log_lvl()
157 static void show_trace_log_lvl(struct task_struct *tsk, unsigned long *sp, in show_trace_log_lvl()
179 void show_stack_log_lvl(struct task_struct *tsk, unsigned long sp, in show_stack_log_lvl()
214 unsigned long sp = regs->sp; in show_regs_log_lvl() local
261 unsigned long sp = regs->sp; in show_regs() local
/linux-4.4.14/arch/tile/kernel/
Dstack.c44 static int in_kernel_stack(struct KBacktraceIterator *kbt, unsigned long sp) in in_kernel_stack()
83 unsigned long sp = kbt->it.sp; in valid_fault_handler() local
201 unsigned long sp = stack_pointer; in validate_stack() local
219 unsigned long pc, lr, sp, r52; in KBacktraceIterator_init() local
423 ulong pc, ulong lr, ulong sp, ulong r52) in regs_to_pt_regs()
434 void _dump_stack(int dummy, ulong pc, ulong lr, ulong sp, ulong r52) in _dump_stack()
446 ulong lr, ulong sp, ulong r52) in _KBacktraceIterator_init_current()
Dmessaging.c60 long sp = stack_pointer - (long) current_thread_info(); in hv_message_intr() local
/linux-4.4.14/drivers/video/fbdev/
Dsunxvr2500.c32 static int s3d_get_props(struct s3d_info *sp) in s3d_get_props()
73 static int s3d_set_fbinfo(struct s3d_info *sp) in s3d_set_fbinfo()
122 struct s3d_info *sp; in s3d_pci_register() local
225 struct s3d_info *sp = info->par; in s3d_pci_unregister() local
/linux-4.4.14/net/sctp/
Dsocket.c325 struct sctp_sock *sp = sctp_sk(sk); in sctp_do_bind() local
503 struct sctp_sock *sp; in sctp_send_asconf_add_ip() local
624 struct sctp_sock *sp = sctp_sk(sk); in sctp_bindx_rem() local
706 struct sctp_sock *sp; in sctp_send_asconf_del_ip() local
855 int sctp_asconf_mgmt(struct sctp_sock *sp, struct sctp_sockaddr_entry *addrw) in sctp_asconf_mgmt()
1045 struct sctp_sock *sp; in __sctp_connect() local
1591 struct sctp_sock *sp; in sctp_sendmsg() local
2067 struct sctp_sock *sp = sctp_sk(sk); in sctp_recvmsg() local
2236 struct sctp_sock *sp = sctp_sk(sk); in sctp_setsockopt_autoclose() local
2353 struct sctp_sock *sp, in sctp_apply_peer_addr_params()
[all …]
Dprotocol.c343 struct sctp_sock *sp, in sctp_v4_addr_valid()
362 static int sctp_v4_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v4_available()
601 static int sctp_v4_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v4_addr_to_user()
622 struct sctp_sock *sp; in sctp_addr_wq_timeout_handler() local
924 static int sctp_inet_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet_af_supported()
Dipv6.c559 static int sctp_v6_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v6_available()
587 struct sctp_sock *sp, in sctp_v6_addr_valid()
694 static int sctp_v6_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v6_addr_to_user()
799 static int sctp_inet6_af_supported(sa_family_t family, struct sctp_sock *sp) in sctp_inet6_af_supported()
Dulpqueue.c136 struct sctp_sock *sp = sctp_sk(sk); in sctp_clear_pd() local
176 struct sctp_sock *sp = sctp_sk(ulpq->asoc->base.sk); in sctp_ulpq_set_pd() local
1039 struct sctp_sock *sp; in sctp_ulpq_partial_delivery() local
/linux-4.4.14/arch/s390/kernel/
Ddumpstack.c30 __show_trace(unsigned long sp, unsigned long low, unsigned long high) in __show_trace()
72 unsigned long sp; in show_trace() local
97 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
Dstacktrace.c14 unsigned long sp, in save_context_stack()
87 unsigned long sp, low, high; in save_stack_trace_tsk() local
/linux-4.4.14/mm/
Dslob.c107 static inline int slob_page_free(struct page *sp) in slob_page_free()
112 static void set_slob_page_free(struct page *sp, struct list_head *list) in set_slob_page_free()
118 static inline void clear_slob_page_free(struct page *sp) in clear_slob_page_free()
217 static void *slob_page_alloc(struct page *sp, size_t size, int align) in slob_page_alloc()
270 struct page *sp; in slob_alloc() local
342 struct page *sp; in slob_free() local
486 struct page *sp; in kfree() local
507 struct page *sp; in ksize() local
/linux-4.4.14/arch/xtensa/include/asm/
Dstacktrace.h17 unsigned long sp; member
22 unsigned long *sp; in stack_pointer() local
Dcurrent.h31 #define GET_CURRENT(reg,sp) \ argument
Dprocessor.h116 #define MAKE_PC_FROM_RA(ra,sp) (((ra) & 0x3fffffff) | ((sp) & 0xc0000000)) argument
126 unsigned long sp; /* kernel's a1: stack pointer */ member
/linux-4.4.14/arch/mips/math-emu/
Dieee754sp.h39 #define SPSIGN(sp) (sp.sign) argument
40 #define SPBEXP(sp) (sp.bexp) argument
41 #define SPMANT(sp) (sp.mant) argument
/linux-4.4.14/arch/mips/kernel/
Dperf_event.c31 unsigned long *sp = (unsigned long *)reg29; in save_raw_perf_callchain() local
47 unsigned long sp = regs->regs[29]; in perf_callchain_kernel() local
Dprocess.c60 void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) in start_thread()
436 unsigned long *sp, in unwind_stack_by_address()
507 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, in unwind_stack()
522 unsigned long sp; in get_wchan() local
548 unsigned long arch_align_stack(unsigned long sp) in arch_align_stack()
Dstacktrace.c17 unsigned long *sp = (unsigned long *)reg29; in save_raw_context_stack() local
37 unsigned long sp = regs->regs[29]; in save_context_stack() local
Dirq.c63 unsigned long sp; in check_stack_overflow() local
Dsmp-cmp.c84 unsigned long sp = __KSTK_TOS(idle); in cmp_boot_secondary() local
/linux-4.4.14/arch/powerpc/kernel/
Dstacktrace.c22 static void save_context_stack(struct stack_trace *trace, unsigned long sp, in save_context_stack()
51 unsigned long sp; in save_stack_trace() local
Dprocess.c1110 static void setup_ksp_vsid(struct task_struct *p, unsigned long sp) in setup_ksp_vsid()
1141 unsigned long sp = (unsigned long)task_stack_page(p) + THREAD_SIZE; in copy_thread() local
1227 void start_thread(struct pt_regs *regs, unsigned long start, unsigned long sp) in start_thread()
1475 static inline int valid_irq_stack(unsigned long sp, struct task_struct *p, in valid_irq_stack()
1499 int validate_sp(unsigned long sp, struct task_struct *p, in validate_sp()
1515 unsigned long ip, sp; in get_wchan() local
1542 unsigned long sp, ip, lr, newsp; in show_stack() local
1631 unsigned long arch_align_stack(unsigned long sp) in arch_align_stack()
Dsignal.c34 void __user *get_sigframe(struct ksignal *ksig, unsigned long sp, in get_sigframe()
Dsetup_64.c628 unsigned long sp; in exc_lvl_early_init() local
673 unsigned long sp; in emergency_stack_init() local
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_mdio.c45 static void sxgbe_mdio_ctrl_data(struct sxgbe_priv_data *sp, u32 cmd, in sxgbe_mdio_ctrl_data()
55 static void sxgbe_mdio_c45(struct sxgbe_priv_data *sp, u32 cmd, int phyaddr, in sxgbe_mdio_c45()
68 static void sxgbe_mdio_c22(struct sxgbe_priv_data *sp, u32 cmd, int phyaddr, in sxgbe_mdio_c22()
82 static int sxgbe_mdio_access(struct sxgbe_priv_data *sp, u32 cmd, int phyaddr, in sxgbe_mdio_access()
/linux-4.4.14/arch/m32r/include/asm/
Dassembler.h85 push sp ; spi (r15) variable
175 addi sp, #8 ; Skip bbpsw, bbpc variable
180 pop sp ; spi (r15) variable
/linux-4.4.14/arch/sparc/kernel/
Dkstack.h10 static inline bool kstack_valid(struct thread_info *tp, unsigned long sp) in kstack_valid()
66 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack() local
Dwindows.c71 unsigned long sp = tp->rwbuf_stkptrs[window]; in synchronize_user_stack() local
119 unsigned long sp = tp->rwbuf_stkptrs[window]; in try_to_clear_window_buffer() local
Dprocess_64.c406 unsigned long *sp; in thread_saved_pc() local
512 unsigned long sp; in synchronize_user_stack() local
529 static void stack_unaligned(unsigned long sp) in stack_unaligned()
554 unsigned long sp; in fault_in_user_windows() local
619 int copy_thread(unsigned long clone_flags, unsigned long sp, in copy_thread()
Dprocess_32.c243 struct sparc_stackf __user *sp; local
308 int copy_thread(unsigned long clone_flags, unsigned long sp,
Dsignal_32.c203 unsigned long sp = regs->u_regs[UREG_FP]; in get_sigframe() local
534 unsigned long sp) in do_sys_sigstack()
/linux-4.4.14/arch/sparc/mm/
Dfault_32.c431 static void check_stack_aligned(unsigned long sp) in check_stack_aligned()
439 unsigned long sp; in window_overflow_fault() local
449 void window_underflow_fault(unsigned long sp) in window_underflow_fault()
460 unsigned long sp; in window_ret_fault() local
/linux-4.4.14/fs/nfs/
Dnfs4state.c174 struct nfs4_state_owner *sp; in nfs4_get_renew_cred_server_locked() local
390 struct nfs4_state_owner *sp; in nfs4_find_state_owner_locked() local
416 struct nfs4_state_owner *sp; in nfs4_insert_state_owner_locked() local
443 nfs4_remove_state_owner_locked(struct nfs4_state_owner *sp) in nfs4_remove_state_owner_locked()
479 struct nfs4_state_owner *sp; in nfs4_alloc_state_owner() local
497 nfs4_drop_state_owner(struct nfs4_state_owner *sp) in nfs4_drop_state_owner()
514 static void nfs4_free_state_owner(struct nfs4_state_owner *sp) in nfs4_free_state_owner()
524 struct nfs4_state_owner *sp, *tmp; in nfs4_gc_state_owners() local
558 struct nfs4_state_owner *sp, *new; in nfs4_get_state_owner() local
594 void nfs4_put_state_owner(struct nfs4_state_owner *sp) in nfs4_put_state_owner()
[all …]
/linux-4.4.14/lib/
Dsyscall.c8 unsigned long *sp, unsigned long *pc) in collect_syscall()
52 unsigned long *sp, unsigned long *pc) in task_current_syscall()
/linux-4.4.14/arch/mn10300/kernel/
Dtraps.c234 void show_trace(unsigned long *sp) in show_trace()
275 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
347 unsigned long sp; in show_registers() local
395 unsigned long sp = tsk->thread.sp; in show_trace_task() local
Dkprobes.c133 u8 opc, *pc, *sp, *next; in find_nextpc() local
274 u8 opc, *pc, *sp, *next; in singlestep_branch_setup() local
/linux-4.4.14/arch/sh/kernel/
Ddumpstack.c86 unsigned long *sp, const struct stacktrace_ops *ops, in stack_reader_dump()
127 void show_trace(struct task_struct *tsk, unsigned long *sp, in show_trace()
145 void show_stack(struct task_struct *tsk, unsigned long *sp) in show_stack()
Dstacktrace.c51 unsigned long *sp = (unsigned long *)current_stack_pointer; in save_stack_trace() local
86 unsigned long *sp = (unsigned long *)tsk->thread.sp; in save_stack_trace_tsk() local
Dunwinder.c132 unsigned long *sp, const struct stacktrace_ops *ops, in unwind_stack()
Dprocess_64.c279 unsigned long sp = regs->regs[15] & 0xffffffff; in show_regs() local
/linux-4.4.14/sound/pci/emu10k1/
Demu10k1_patch.c38 snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_new()
216 snd_emu10k1_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu10k1_sample_free()
/linux-4.4.14/arch/cris/kernel/
Dstacktrace.c6 void walk_stackframe(unsigned long sp, in walk_stackframe()
52 unsigned long sp; in save_stack_trace_tsk() local
Dirq.c47 unsigned long sp; in do_IRQ() local
Dtraps.c102 show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
/linux-4.4.14/net/xfrm/
Dxfrm_input.c96 void __secpath_destroy(struct sec_path *sp) in __secpath_destroy()
107 struct sec_path *sp; in secpath_dup() local
223 struct sec_path *sp; in xfrm_input() local
/linux-4.4.14/arch/arc/include/asm/
Dentry-arcv2.h17 ; Now manually save: r12, sp, fp, gp, r25 variable
90 sub sp, sp, 12 ; skip JLI, LDI, EI variable
Dentry-compact.h221 ld sp, [sp] /* restore original sp */ variable
/linux-4.4.14/sound/synth/emux/
Demux.c67 static int sf_sample_new(void *private_data, struct snd_sf_sample *sp, in sf_sample_new()
76 static int sf_sample_free(void *private_data, struct snd_sf_sample *sp, in sf_sample_free()
Dsoundfont.c382 struct snd_sf_sample *sp) in set_sample_counter()
395 struct snd_sf_sample *sp; in sf_sample_new() local
413 struct snd_sf_sample *sp) in sf_sample_delete()
712 struct snd_sf_sample *sp; in load_data() local
1370 struct snd_sf_sample *sp, *nextsp; in snd_sf_clear() local
1458 struct snd_sf_sample *sp, *nextsp; in snd_soundfont_remove_unlocked() local
/linux-4.4.14/arch/um/kernel/
Dprocess.c157 int copy_thread(unsigned long clone_flags, unsigned long sp, in copy_thread()
219 int user_context(unsigned long sp) in user_context()
358 unsigned long arch_align_stack(unsigned long sp) in arch_align_stack()
368 unsigned long stack_page, sp, ip; in get_wchan() local
Dsignal.c25 unsigned long sp; in handle_signal() local
Dsysrq.c32 unsigned long *sp = stack; in show_stack() local
Dstacktrace.c24 unsigned long *sp, bp, addr; in dump_trace() local
/linux-4.4.14/drivers/scsi/
Dqla1280.c726 struct srb *sp = (struct srb *)CMD_SP(cmd); in qla1280_queuecommand_lck() local
775 _qla1280_wait_for_single_command(struct scsi_qla_host *ha, struct srb *sp, in _qla1280_wait_for_single_command()
793 qla1280_wait_for_single_command(struct scsi_qla_host *ha, struct srb *sp) in qla1280_wait_for_single_command()
806 struct srb *sp; in qla1280_wait_for_pending_commands() local
852 struct srb *sp; in qla1280_error_action() local
1270 struct srb *sp; in qla1280_done() local
1750 uint8_t *sp, *tbuf; in qla1280_load_firmware_dma() local
2684 qla1280_abort_command(struct scsi_qla_host *ha, struct srb * sp, int handle) in qla1280_abort_command()
2786 qla1280_64bit_start_scsi(struct scsi_qla_host *ha, struct srb * sp) in qla1280_64bit_start_scsi()
3054 qla1280_32bit_start_scsi(struct scsi_qla_host *ha, struct srb * sp) in qla1280_32bit_start_scsi()
[all …]
Din2000.c450 unsigned short *sp; in DEF_SCSI_QCMD() local
750 unsigned short *sp; in transfer_bytes() local
841 unsigned short *sp; in in2000_intr() local
/linux-4.4.14/arch/score/kernel/
Dprocess.c47 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) in start_thread()
120 unsigned long arch_align_stack(unsigned long sp) in arch_align_stack()
Dtraps.c38 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
66 static void show_trace(long *sp) in show_trace()
/linux-4.4.14/arch/nios2/kernel/
Dprocess.c149 unsigned long *sp; in dump() local
243 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) in start_thread()
/linux-4.4.14/arch/x86/kernel/
Dprocess_32.c73 unsigned long sp; in __show_regs() local
132 int copy_thread_tls(unsigned long clone_flags, unsigned long sp, in copy_thread_tls()
Ddumpstack_64.c250 unsigned long *sp, unsigned long bp, char *log_lvl) in show_stack_log_lvl()
303 unsigned long sp; in show_regs() local
Dprocess.c499 unsigned long arch_align_stack(unsigned long sp) in arch_align_stack()
520 unsigned long start, bottom, top, sp, fp, ip; in get_wchan() local
Ddumpstack.c183 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
258 unsigned long sp; in __die() local
Dirq_32.c31 long sp; in check_stack_overflow() local
/linux-4.4.14/arch/um/os-Linux/
Dhelper.c45 unsigned long stack, sp; in run_helper() local
116 unsigned long stack, sp; in run_helper_thread() local
/linux-4.4.14/arch/arc/kernel/
Dstacktrace.c51 unsigned long fp, sp, blink, ret; in seed_unwind_frame_info() local
229 void show_stack(struct task_struct *tsk, unsigned long *sp) in show_stack()
/linux-4.4.14/arch/arm64/include/asm/
Dprocessor.h75 unsigned long sp; member
115 unsigned long sp) in start_thread()
124 unsigned long sp) in compat_start_thread()
Dstacktrace.h21 unsigned long sp; member
Dsuspend.h16 u64 sp; member
/linux-4.4.14/arch/openrisc/kernel/
Dprocess.c150 unsigned long sp = (unsigned long)task_stack_page(p) + THREAD_SIZE; in copy_thread() local
196 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) in start_thread()
Dsignal.c125 static inline unsigned long align_sigframe(unsigned long sp) in align_sigframe()
138 unsigned long sp = regs->sp; in get_sigframe() local
/linux-4.4.14/sound/isa/sb/
Demu8000_patch.c147 snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_new()
287 snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp, in snd_emu8000_sample_free()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c48 struct fc_seq *sp; in _ft_dump_cmd() local
252 static void ft_recv_seq(struct fc_seq *sp, struct fc_frame *fp, void *arg) in ft_recv_seq()
293 struct fc_seq *sp; in ft_send_resp_status() local
/linux-4.4.14/arch/parisc/kernel/
Dtraps.c186 static void parisc_show_stack(struct task_struct *task, unsigned long *sp, in parisc_show_stack()
199 unsigned long sp; in parisc_show_stack() local
221 void show_stack(struct task_struct *t, unsigned long *sp) in show_stack()
Dstacktrace.c21 unsigned long sp; in dump_trace() local
Dunwind.c235 unsigned long sp; in unwind_frame_regs() local
421 unsigned long sp; in return_address() local
Dftrace.c164 unsigned long sp; in ftrace_function_trampoline() local
/linux-4.4.14/arch/um/drivers/
Dubd_user.c24 int start_io_thread(unsigned long sp, int *fd_out) in start_io_thread()
/linux-4.4.14/fs/dlm/
Dconfig.c419 struct dlm_space *sp = NULL; in make_space() local
451 struct dlm_space *sp = config_item_to_space(i); in drop_space() local
468 struct dlm_space *sp = config_item_to_space(i); in release_space() local
512 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in make_node() local
534 struct dlm_space *sp = config_item_to_space(g->cg_item.ci_parent); in drop_node() local
759 static void put_space(struct dlm_space *sp) in put_space()
800 struct dlm_space *sp; in dlm_config_nodes() local
/linux-4.4.14/arch/sparc/include/asm/
Dprocessor_64.h108 #define start_thread(regs, pc, sp) \ argument
150 #define start_thread32(regs, pc, sp) \ argument
/linux-4.4.14/arch/m32r/kernel/
Dtraps.c141 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
174 unsigned long sp; in show_registers() local
/linux-4.4.14/arch/mips/include/asm/
Dstacktrace.h17 unsigned long *sp, unsigned long pc, unsigned long *ra) in unwind_stack()
Dpmon.h41 #define pmon_cpustart(n, f, sp, gp) debug_vectors->_s.cpustart(n, f, sp, gp) argument
42 #define pmon_smpfork(cp, sp) debug_vectors->_s.smpfork(cp, sp) argument
Dsmp-cps.h18 unsigned long sp; member
Dregdef.h56 #define sp $29 /* stack pointer */ macro
99 #define sp $29 /* stack pointer */ macro
/linux-4.4.14/arch/powerpc/platforms/maple/
Dsetup.c101 struct device_node *sp; in maple_restart() local
128 struct device_node *sp; in maple_power_off() local
/linux-4.4.14/arch/arm64/kernel/
Dprocess.c170 u64 lr, sp; in __show_regs() local
359 unsigned long arch_align_stack(unsigned long sp) in arch_align_stack()
/linux-4.4.14/drivers/usb/gadget/
Dcomposite.c908 static void collect_langs(struct usb_gadget_strings **sp, __le16 *buf) in collect_langs()
928 struct usb_gadget_strings **sp, in lookup_string()
965 struct usb_gadget_strings **sp; in get_string() local
986 struct usb_gadget_strings **sp; in get_string() local
1015 struct usb_gadget_strings **sp; in get_string() local
1109 struct usb_gadget_strings **sp, unsigned n_gstrings, in copy_gadget_strings()
1177 struct usb_gadget_strings **sp, unsigned n_strings) in usb_gstrings_attach()
/linux-4.4.14/arch/microblaze/kernel/
Dtraps.c33 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
/linux-4.4.14/arch/ia64/kernel/
Dprocess.c66 unsigned long ip, sp, bsp; in ia64_do_show_stack() local
86 show_stack (struct task_struct *task, unsigned long *sp) in show_stack()
445 unsigned long mask, sp, nat_bits = 0, ar_rnat, urbs_end, cfm; in do_copy_task_regs() local
/linux-4.4.14/arch/s390/oprofile/
Dbacktrace.c12 __show_trace(unsigned int *depth, unsigned long sp, in __show_trace()
/linux-4.4.14/arch/unicore32/include/asm/
Dstacktrace.h18 unsigned long sp; member
Dprocessor.h53 #define start_thread(regs, pc, sp) \ argument
/linux-4.4.14/arch/arm/include/asm/
Dstacktrace.h12 unsigned long sp; member
/linux-4.4.14/arch/cris/include/arch-v32/arch/
Dsystem.h28 unsigned long sp; in rdsp() local
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-amon.c42 unsigned long pc, unsigned long sp, in amon_cpu_start()
/linux-4.4.14/arch/alpha/kernel/
Dprocess.c205 start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) in start_thread()
372 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc() local
Dtraps.c122 dik_show_trace(unsigned long *sp) in dik_show_trace()
145 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
Dsignal.c275 get_sigframe(struct ksignal *ksig, unsigned long sp, size_t frame_size) in get_sigframe()
282 unsigned long mask, unsigned long sp) in setup_sigcontext()
/linux-4.4.14/tools/perf/arch/x86/tests/
Ddwarf-unwind.c17 unsigned long sp; in sample_ustack() local
/linux-4.4.14/tools/perf/arch/arm64/tests/
Ddwarf-unwind.c16 unsigned long sp; in sample_ustack() local
/linux-4.4.14/arch/metag/include/asm/
Dstacktrace.h6 unsigned long sp; member
/linux-4.4.14/arch/cris/include/arch-v10/arch/
Dsystem.h29 unsigned long sp; in rdsp() local
/linux-4.4.14/tools/perf/arch/arm/tests/
Ddwarf-unwind.c16 unsigned long sp; in sample_ustack() local
/linux-4.4.14/arch/xtensa/kernel/
Dsignal.c59 unsigned long sp = 0; in flush_window_regs_user() local
339 unsigned long sp, ra, tp; in setup_frame() local
Dtraps.c457 void show_trace(struct task_struct *task, unsigned long *sp) in show_trace()
477 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
Dirq.c45 unsigned long sp; in do_IRQ() local
/linux-4.4.14/arch/unicore32/kernel/
Dpm.c69 unsigned long sleep_phys_sp(void *sp) in sleep_phys_sp()
Dtraps.c52 static int verify_stack(unsigned long sp) in verify_stack()
173 void show_stack(struct task_struct *tsk, unsigned long *sp) in show_stack()
/linux-4.4.14/arch/x86/um/
Dsignal.c341 unsigned long sp) in copy_ucontext_to_user()
467 unsigned long sp = PT_REGS_SP(&current->thread.regs); in sys_sigreturn() local
574 unsigned long sp = PT_REGS_SP(&current->thread.regs); in sys_rt_sigreturn() local
/linux-4.4.14/arch/arm/kernel/
Dsuspend.c55 void __cpu_suspend_save(u32 *ptr, u32 ptrsz, u32 sp, u32 *save_ptr) in __cpu_suspend_save()
Dperf_callchain.c24 unsigned long sp; member
/linux-4.4.14/arch/frv/kernel/
Dtraps.c469 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
569 void show_backtrace(struct pt_regs *frame, unsigned long sp) in show_backtrace()
/linux-4.4.14/arch/metag/kernel/
Dperf_callchain.c61 unsigned long sp = regs->ctx.AX[0].U0; in perf_callchain_user() local
/linux-4.4.14/fs/xfs/
Dxfs_linux.h123 #define current_set_flags_nested(sp, f) \ argument
125 #define current_clear_flags_nested(sp, f) \ argument
127 #define current_restore_flags_nested(sp, f) \ argument
/linux-4.4.14/arch/tile/include/uapi/asm/
Dsigcontext.h33 __uint_reg_t sp; /* Aliases gregs[TREG_SP]. */ member
/linux-4.4.14/net/ipv6/
Dxfrm6_input.c67 struct sec_path *sp; in xfrm6_input_addr() local
/linux-4.4.14/security/selinux/
Dxfrm.c228 struct sec_path *sp = skb->sp; in selinux_xfrm_skb_sid_ingress() local
405 struct sec_path *sp = skb->sp; in selinux_xfrm_sock_rcv_skb() local
/linux-4.4.14/arch/powerpc/include/asm/
Dthread_info.h26 #define CURRENT_THREAD_INFO(dest, sp) stringify_in_c(clrrdi dest, sp, THREAD_SHIFT) argument
28 #define CURRENT_THREAD_INFO(dest, sp) stringify_in_c(rlwinm dest, sp, 0, 0, 31-THREAD_SHIFT) argument
/linux-4.4.14/drivers/net/ppp/
Dpptp.c420 struct sockaddr_pppox *sp = (struct sockaddr_pppox *) uservaddr; in pptp_bind() local
453 struct sockaddr_pppox *sp = (struct sockaddr_pppox *) uservaddr; in pptp_connect() local
526 struct sockaddr_pppox sp; in pptp_getname() local
/linux-4.4.14/net/l2tp/
Dl2tp_ppp.c592 struct sockaddr_pppol2tp *sp = (struct sockaddr_pppol2tp *) uservaddr; in pppol2tp_connect() local
891 struct sockaddr_pppol2tp sp; in pppol2tp_getname() local
909 struct sockaddr_pppol2tpin6 sp; in pppol2tp_getname() local
928 struct sockaddr_pppol2tpv3in6 sp; in pppol2tp_getname() local
947 struct sockaddr_pppol2tpv3 sp; in pppol2tp_getname() local
/linux-4.4.14/drivers/net/ethernet/sis/
Dsis900.c859 static void mdio_idle(struct sis900_private *sp) in mdio_idle()
869 static void mdio_reset(struct sis900_private *sp) in mdio_reset()
896 struct sis900_private *sp = netdev_priv(net_dev); in mdio_read() local
942 struct sis900_private *sp = netdev_priv(net_dev); in mdio_write() local
1013 struct sis900_private *sp = netdev_priv(dev); in sis900_poll() local
1401 static void sis900_set_mode(struct sis900_private *sp, int speed, int duplex) in sis900_set_mode()
2115 struct sis900_private *sp = netdev_priv(net_dev); in sis900_get_wol() local
/linux-4.4.14/arch/blackfin/kernel/
Dirqchip.c54 long sp = __get_SP() & (THREAD_SIZE - 1); in check_stack_overflow() local
/linux-4.4.14/arch/mips/include/asm/mips-boards/
Dlaunch.h10 unsigned long sp; member
/linux-4.4.14/arch/h8300/kernel/
Dtraps.c55 unsigned long *sp; in dump() local
/linux-4.4.14/arch/ia64/oprofile/
Dbacktrace.c75 u_long pc, sp; in do_ia64_backtrace() local
/linux-4.4.14/drivers/char/
Ddtlk.c273 struct dtlk_settings *sp; in dtlk_ioctl() local
394 struct dtlk_settings *sp; in dtlk_dev_probe() local
/linux-4.4.14/fs/
Dbinfmt_elf.c128 #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) + (items)) argument
129 #define STACK_ROUND(sp, items) \ argument
131 #define STACK_ALLOC(sp, len) ({ \ argument
135 #define STACK_ADD(sp, items) ((elf_addr_t __user *)(sp) - (items)) argument
136 #define STACK_ROUND(sp, items) \ argument
138 #define STACK_ALLOC(sp, len) ({ sp -= len ; sp; }) argument
159 elf_addr_t __user *sp; in create_elf_tables() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dvsc8211.c134 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status() local
210 int err, sp = -1, dplx = -1, pause = 0; in vsc8211_get_link_status_fiber() local
/linux-4.4.14/arch/blackfin/mach-bf561/
Dsecondary.S173 sp = [p0]; define
/linux-4.4.14/arch/hexagon/kernel/
Dprocess.c38 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long sp) in start_thread()
Dsignal.c42 unsigned long sp = sigsp(regs->r29, ksig); in get_sigframe() local
/linux-4.4.14/arch/arm/oprofile/
Dcommon.c82 unsigned long sp; member
/linux-4.4.14/arch/arm64/include/uapi/asm/
Dsigcontext.h29 __u64 sp; member
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dregdef.h41 #define sp $30 /* stack pointer */ macro
/linux-4.4.14/arch/x86/include/asm/
Dptrace.h27 unsigned long sp; member
63 unsigned long sp; member
/linux-4.4.14/arch/m68k/lib/
Dmulsi3.S83 #define sp REG (sp) macro
Dmodsi3.S83 #define sp REG (sp) macro
Dumodsi3.S83 #define sp REG (sp) macro
/linux-4.4.14/arch/avr32/include/uapi/asm/
Dsigcontext.h18 unsigned long sp; member
/linux-4.4.14/arch/blackfin/mach-common/
Dhead.S165 sp = usp; /* usp hasn't been touched, so restore from there */ define

123