Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/linux-3.3/kernel/
Dsrcu.c37 static int init_srcu_struct_fields(struct srcu_struct *sp) in init_srcu_struct_fields()
47 int __init_srcu_struct(struct srcu_struct *sp, const char *name, in __init_srcu_struct()
67 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct()
80 static int srcu_readers_active_idx(struct srcu_struct *sp, int idx) in srcu_readers_active_idx()
99 static int srcu_readers_active(struct srcu_struct *sp) in srcu_readers_active()
111 void cleanup_srcu_struct(struct srcu_struct *sp) in cleanup_srcu_struct()
129 int __srcu_read_lock(struct srcu_struct *sp) in __srcu_read_lock()
149 void __srcu_read_unlock(struct srcu_struct *sp, int idx) in __srcu_read_unlock()
171 static void __synchronize_srcu(struct srcu_struct *sp, void (*sync_func)(void)) in __synchronize_srcu()
276 void synchronize_srcu(struct srcu_struct *sp) in synchronize_srcu()
[all …]
/linux-3.3/drivers/media/video/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 …]
/linux-3.3/include/linux/
Dsrcu.h57 #define init_srcu_struct(sp) \ argument
103 static inline int srcu_read_lock_held(struct srcu_struct *sp) in srcu_read_lock_held()
116 static inline int srcu_read_lock_held(struct srcu_struct *sp) in srcu_read_lock_held()
135 #define srcu_dereference_check(p, sp, c) \ argument
148 #define srcu_dereference(p, sp) srcu_dereference_check((p), (sp), 0) argument
167 static inline int srcu_read_lock(struct srcu_struct *sp) __acquires(sp) in srcu_read_lock()
182 static inline void srcu_read_unlock(struct srcu_struct *sp, int idx) in srcu_read_unlock()
204 static inline int srcu_read_lock_raw(struct srcu_struct *sp) in srcu_read_lock_raw()
223 static inline void srcu_read_unlock_raw(struct srcu_struct *sp, int idx) in srcu_read_unlock_raw()
/linux-3.3/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()
/linux-3.3/drivers/net/ethernet/icplus/
Dipg.c110 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_ioaddr() local
117 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_dump_rfdlist() local
146 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_dump_tfdlist() local
381 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_set_led_mode() local
402 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_set_phy_set() local
471 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_config_autoneg() local
641 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_io_config() local
734 struct ipg_nic_private *sp = netdev_priv(dev); in ipg_get_rxbuff() local
765 struct ipg_nic_private *sp = netdev_priv(dev); in init_rfdlist() local
818 struct ipg_nic_private *sp = netdev_priv(dev); in init_tfdlist() local
[all …]
/linux-3.3/drivers/net/ethernet/seeq/
Dsgiseeq.c53 #define TX_BUFFS_AVAIL(sp) ((sp->tx_old <= sp->tx_new) ? \ argument
57 #define VIRT_TO_DMA(sp, v) ((sp)->srings_dma + \ argument
142 static inline void seeq_go(struct sgiseeq_private *sp, in seeq_go()
152 struct sgiseeq_private *sp = netdev_priv(dev); in __sgiseeq_set_mac_address() local
163 struct sgiseeq_private *sp = netdev_priv(dev); in sgiseeq_set_mac_address() local
181 struct sgiseeq_private *sp = netdev_priv(dev); in seeq_init_ring() local
221 struct sgiseeq_private *sp = netdev_priv(dev); in seeq_purge_ring() local
287 static int init_seeq(struct net_device *dev, struct sgiseeq_private *sp, in init_seeq()
327 static inline void rx_maybe_restart(struct sgiseeq_private *sp, in rx_maybe_restart()
337 static inline void sgiseeq_rx(struct net_device *dev, struct sgiseeq_private *sp, in sgiseeq_rx()
[all …]
/linux-3.3/drivers/spi/
Dspi-ath79.c40 static inline u32 ath79_spi_rr(struct ath79_spi *sp, unsigned reg) in ath79_spi_rr()
45 static inline void ath79_spi_wr(struct ath79_spi *sp, unsigned reg, u32 val) in ath79_spi_wr()
57 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_chipselect() local
88 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_setup_cs() local
131 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_cleanup_cs() local
173 struct ath79_spi *sp = ath79_spidev_to_sp(spi); in ath79_spi_txrx_mode0() local
198 struct ath79_spi *sp; in ath79_spi_probe() local
259 struct ath79_spi *sp = platform_get_drvdata(pdev); in ath79_spi_remove() local
Dspi-sh-sci.c39 #define SCSPTR(sp) (sp->membase + 0x1c) argument
45 static inline void setbits(struct sh_sci_spi *sp, int bits, int on) in setbits()
75 struct sh_sci_spi *sp = spi_master_get_devdata(dev->master); in getmiso() local
110 struct sh_sci_spi *sp = spi_master_get_devdata(dev->master); in sh_sci_spi_chipselect() local
120 struct sh_sci_spi *sp; in sh_sci_spi_probe() local
173 struct sh_sci_spi *sp = platform_get_drvdata(dev); in sh_sci_spi_remove() local
/linux-3.3/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_start_tx_queue(struct s2io_nic *sp, int fifo_no) in s2io_start_tx_queue()
546 static inline void s2io_wake_all_tx_queue(struct s2io_nic *sp) in s2io_wake_all_tx_queue()
2088 static int verify_pcc_quiescent(struct s2io_nic *sp, int flag) in verify_pcc_quiescent()
2128 static int verify_xena_quiescence(struct s2io_nic *sp) in verify_xena_quiescence()
2195 static void fix_mac_address(struct s2io_nic *sp) in fix_mac_address()
[all …]
/linux-3.3/drivers/net/hamradio/
D6pack.c142 struct sixpack *sp = (struct sixpack *) channel; in sp_xmit_on_air() local
165 static void sp_encaps(struct sixpack *sp, unsigned char *icp, int len) in sp_encaps()
249 struct sixpack *sp = netdev_priv(dev); in sp_xmit() local
265 struct sixpack *sp = netdev_priv(dev); in sp_open_dev() local
275 struct sixpack *sp = netdev_priv(dev); in sp_close() local
361 static void sp_bump(struct sixpack *sp, char cmd) in sp_bump()
403 struct sixpack *sp; in sp_get() local
414 static void sp_put(struct sixpack *sp) in sp_put()
426 struct sixpack *sp = sp_get(tty); in sixpack_write_wakeup() local
462 struct sixpack *sp; in sixpack_receive_buf() local
[all …]
/linux-3.3/net/rxrpc/
Dar-recvmsg.c49 struct rxrpc_skb_priv *sp; in rxrpc_recvmsg() local
379 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_data_delivered() local
400 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_is_data_last() local
417 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_get_abort_code() local
434 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_kernel_get_error_number() local
Dar-input.c47 struct rxrpc_skb_priv *sp; in rxrpc_queue_rcv_skb() local
146 struct rxrpc_skb_priv *sp; in rxrpc_fast_process_data() local
321 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_fast_process_packet() local
464 struct rxrpc_skb_priv *sp; in rxrpc_process_jumbo_packet() local
532 struct rxrpc_skb_priv *sp; in rxrpc_post_packet_to_call() local
675 struct rxrpc_skb_priv *sp; in rxrpc_data_ready() local
Dar-ack.c169 struct rxrpc_skb_priv *sp; in rxrpc_resend() local
239 struct rxrpc_skb_priv *sp; in rxrpc_resend_timer() local
292 struct rxrpc_skb_priv *sp; in rxrpc_process_soft_ACKs() local
414 struct rxrpc_skb_priv *sp; in rxrpc_drain_rx_oos_queue() local
471 struct rxrpc_skb_priv *sp, *psp; in rxrpc_insert_oos_packet() local
522 struct rxrpc_skb_priv *sp; in rxrpc_zap_tx_window() local
586 struct rxrpc_skb_priv *sp; in rxrpc_process_rx_queue() local
781 struct rxrpc_skb_priv *sp; in rxrpc_post_message() local
/linux-3.3/drivers/scsi/qla2xxx/
Dqla_iocb.c22 qla2x00_get_cmd_direction(srb_t *sp) in qla2x00_get_cmd_direction()
144 qla24xx_configure_prot_mode(srb_t *sp, uint16_t *fw_prot_opts) in qla24xx_configure_prot_mode()
194 void qla2x00_build_scsi_iocbs_32(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_32()
252 void qla2x00_build_scsi_iocbs_64(srb_t *sp, cmd_entry_t *cmd_pkt, in qla2x00_build_scsi_iocbs_64()
312 qla2x00_start_scsi(srb_t *sp) in qla2x00_start_scsi()
596 qla24xx_build_scsi_type_6_iocbs(srb_t *sp, struct cmd_type_6 *cmd_pkt, in qla24xx_build_scsi_type_6_iocbs()
717 qla24xx_build_scsi_iocbs(srb_t *sp, struct cmd_type_7 *cmd_pkt, in qla24xx_build_scsi_iocbs()
797 qla24xx_set_t10dif_tags(srb_t *sp, struct fw_dif_context *pkt, in qla24xx_set_t10dif_tags()
893 srb_t *sp; member
939 qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *ha, srb_t *sp, in qla24xx_walk_and_build_sglist_no_difb()
[all …]
/linux-3.3/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
169 struct kvm_mmu_page *sp = page_header(__pa(sptep)); in audit_spte_after_sync() local
176 static void check_mappings_rmap(struct kvm *kvm, struct kvm_mmu_page *sp) in check_mappings_rmap()
191 static void audit_write_protection(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_write_protection()
213 static void audit_sp(struct kvm *kvm, struct kvm_mmu_page *sp) in audit_sp()
Dmmu.c334 struct kvm_mmu_page *sp = page_header(__pa(sptep)); in count_spte_clear() local
407 struct kvm_mmu_page *sp = page_header(__pa(sptep)); in __get_spte_lockless() local
665 static gfn_t kvm_mmu_page_get_gfn(struct kvm_mmu_page *sp, int index) in kvm_mmu_page_get_gfn()
673 static void kvm_mmu_page_set_gfn(struct kvm_mmu_page *sp, int index, gfn_t gfn) in kvm_mmu_page_set_gfn()
982 struct kvm_mmu_page *sp; in rmap_add() local
998 struct kvm_mmu_page *sp; in rmap_remove() local
1228 struct kvm_mmu_page *sp; in rmap_recycle() local
1282 static void kvm_mmu_isolate_page(struct kvm_mmu_page *sp) in kvm_mmu_isolate_page()
1294 static void kvm_mmu_free_page(struct kvm_mmu_page *sp) in kvm_mmu_free_page()
1307 struct kvm_mmu_page *sp, u64 *parent_pte) in mmu_page_add_parent_pte()
[all …]
/linux-3.3/arch/powerpc/oprofile/
Dbacktrace.c27 static unsigned int user_getsp32(unsigned int sp, int is_first) in user_getsp32()
54 static unsigned long user_getsp64(unsigned long sp, int is_first) in user_getsp64()
72 static unsigned long kernel_getsp(unsigned long sp, int is_first) in kernel_getsp()
93 unsigned long sp = regs->gpr[1]; in op_powerpc_backtrace() local
/linux-3.3/mm/
Dslob.c118 static inline void free_slob_page(struct slob_page *sp) in free_slob_page()
136 static inline int is_slob_page(struct slob_page *sp) in is_slob_page()
141 static inline void set_slob_page(struct slob_page *sp) in set_slob_page()
146 static inline void clear_slob_page(struct slob_page *sp) in clear_slob_page()
159 static inline int slob_page_free(struct slob_page *sp) in slob_page_free()
164 static void set_slob_page_free(struct slob_page *sp, struct list_head *list) in set_slob_page_free()
170 static inline void clear_slob_page_free(struct slob_page *sp) in clear_slob_page_free()
270 static void *slob_page_alloc(struct slob_page *sp, size_t size, int align) in slob_page_alloc()
323 struct slob_page *sp; in slob_alloc() local
395 struct slob_page *sp; in slob_free() local
[all …]
/linux-3.3/arch/powerpc/kernel/
Dperf_callchain.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
183 static inline int valid_user_sp(unsigned long sp, int is_64) in valid_user_sp()
218 static int sane_signal_64_frame(unsigned long sp) in sane_signal_64_frame()
234 unsigned long sp, next_sp; in perf_callchain_user_64() local
328 static inline int valid_user_sp(unsigned long sp, int is_64) in valid_user_sp()
384 static int sane_signal_32_frame(unsigned int sp) in sane_signal_32_frame()
395 static int sane_rt_signal_32_frame(unsigned int sp) in sane_rt_signal_32_frame()
406 static unsigned int __user *signal_frame_32_regs(unsigned int sp, in signal_frame_32_regs()
441 unsigned int sp, next_sp; in perf_callchain_user_32() local
/linux-3.3/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-3.3/drivers/usb/mon/
Dmon_stat.c29 struct snap *sp; in mon_stat_open() local
47 struct snap *sp = file->private_data; in mon_stat_read() local
54 struct snap *sp = file->private_data; in mon_stat_release() local
/linux-3.3/drivers/scsi/libfc/
Dfc_exch.c466 static int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, in fc_seq_send()
525 struct fc_seq *sp; in fc_seq_alloc() local
539 static struct fc_seq *fc_seq_start_next_locked(struct fc_seq *sp) in fc_seq_start_next_locked()
554 static struct fc_seq *fc_seq_start_next(struct fc_seq *sp) in fc_seq_start_next()
568 static void fc_seq_set_resp(struct fc_seq *sp, in fc_seq_set_resp()
593 struct fc_seq *sp; in fc_exch_abort_locked() local
662 struct fc_seq *sp = &ep->seq; in fc_exch_timeout() local
837 static void fc_exch_done(struct fc_seq *sp) in fc_exch_done()
911 struct fc_seq *sp = NULL; in fc_seq_lookup_recip() local
1038 struct fc_seq *sp = NULL; in fc_seq_lookup_orig() local
[all …]

12345678910>>...18