Home
last modified time | relevance | path

Searched defs:ssp (Results 1 – 25 of 36) sorted by relevance

12

/linux/include/linux/
H A Dsrcu.h31 #define init_srcu_struct(ssp) \ argument
113 __srcu_read_lock_nmisafe(struct srcu_struct * ssp) __srcu_read_lock_nmisafe() argument
117 __srcu_read_unlock_nmisafe(struct srcu_struct * ssp,int idx) __srcu_read_unlock_nmisafe() argument
143 srcu_read_lock_held(const struct srcu_struct * ssp) srcu_read_lock_held() argument
178 srcu_read_lock_held(const struct srcu_struct * ssp) srcu_read_lock_held() argument
202 srcu_dereference_check(p,ssp,c) global() argument
216 srcu_dereference(p,ssp) global() argument
224 srcu_dereference_notrace(p,ssp) global() argument
247 srcu_read_lock(struct srcu_struct * ssp) srcu_read_lock() argument
274 srcu_read_lock_fast(struct srcu_struct * ssp) srcu_read_lock_fast() argument
295 srcu_down_read_fast(struct srcu_struct * ssp) srcu_down_read_fast() argument
313 srcu_read_lock_nmisafe(struct srcu_struct * ssp) srcu_read_lock_nmisafe() argument
325 srcu_read_lock_notrace(struct srcu_struct * ssp) srcu_read_lock_notrace() argument
356 srcu_down_read(struct srcu_struct * ssp) srcu_down_read() argument
370 srcu_read_unlock(struct srcu_struct * ssp,int idx) srcu_read_unlock() argument
386 srcu_read_unlock_fast(struct srcu_struct * ssp,struct srcu_ctr __percpu * scp) srcu_read_unlock_fast() argument
402 srcu_up_read_fast(struct srcu_struct * ssp,struct srcu_ctr __percpu * scp) srcu_up_read_fast() argument
417 srcu_read_unlock_nmisafe(struct srcu_struct * ssp,int idx) srcu_read_unlock_nmisafe() argument
428 srcu_read_unlock_notrace(struct srcu_struct * ssp,int idx) srcu_read_unlock_notrace() argument
442 srcu_up_read(struct srcu_struct * ssp,int idx) srcu_up_read() argument
[all...]
H A Dsrcutiny.h63 static inline int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock()
76 static inline bool __srcu_ptr_to_ctr(struct srcu_struct *ssp, struct srcu_ctr __percpu *scpp) in __srcu_ptr_to_ctr()
81 static inline struct srcu_ctr __percpu *__srcu_ctr_to_ptr(struct srcu_struct *ssp, int idx) in __srcu_ctr_to_ptr()
86 static inline struct srcu_ctr __percpu *__srcu_read_lock_fast(struct srcu_struct *ssp) in __srcu_read_lock_fast()
91 static inline void __srcu_read_unlock_fast(struct srcu_struct *ssp, struct srcu_ctr __percpu *scp) in __srcu_read_unlock_fast()
96 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp) in synchronize_srcu_expedited()
101 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier()
106 #define srcu_check_read_flavor(ssp, read_flavor) do { } while (0) argument
107 #define srcu_check_read_flavor_force(ssp, read_flavor) do { } while (0) argument
110 static inline void srcu_torture_stats_print(struct srcu_struct *ssp, in srcu_torture_stats_print()
H A Dsrcutree.h49 struct srcu_struct *ssp; member
217 static inline bool __srcu_ptr_to_ctr(struct srcu_struct *ssp, struct srcu_ctr __percpu *scpp) in __srcu_ptr_to_ctr() argument
224 static inline struct srcu_ctr __percpu *__srcu_ctr_to_ptr(struct srcu_struct *ssp, int idx) in __srcu_ctr_to_ptr() argument
243 __srcu_read_lock_fast(struct srcu_struct * ssp) __srcu_read_lock_fast() argument
271 __srcu_read_unlock_fast(struct srcu_struct * ssp,struct srcu_ctr __percpu * scp) __srcu_read_unlock_fast() argument
286 srcu_check_read_flavor_force(struct srcu_struct * ssp,int read_flavor) srcu_check_read_flavor_force() argument
298 srcu_check_read_flavor(struct srcu_struct * ssp,int read_flavor) srcu_check_read_flavor() argument
[all...]
H A Dpxa2xx_ssp.h275 static inline void pxa_ssp_enable(struct ssp_device *ssp) in pxa_ssp_enable()
283 static inline void pxa_ssp_disable(struct ssp_device *ssp) in pxa_ssp_disable()
306 static inline void pxa_ssp_free(struct ssp_device *ssp) {} in pxa_ssp_free()
/linux/kernel/rcu/
H A Dsrcutree.c123 static void init_srcu_struct_data(struct srcu_struct *ssp) in init_srcu_struct_data() argument
164 static bool init_srcu_struct_nodes(struct srcu_struct *ssp, gfp_t gfp_flags) in init_srcu_struct_nodes() argument
237 init_srcu_struct_fields(struct srcu_struct * ssp,bool is_static) init_srcu_struct_fields() argument
289 __init_srcu_struct(struct srcu_struct * ssp,const char * name,struct lock_class_key * key) __init_srcu_struct() argument
309 init_srcu_struct(struct srcu_struct * ssp) init_srcu_struct() argument
320 __srcu_transition_to_big(struct srcu_struct * ssp) __srcu_transition_to_big() argument
329 srcu_transition_to_big(struct srcu_struct * ssp) srcu_transition_to_big() argument
349 spin_lock_irqsave_check_contention(struct srcu_struct * ssp) spin_lock_irqsave_check_contention() argument
373 struct srcu_struct *ssp = sdp->ssp; spin_lock_irqsave_sdp_contention() local
389 spin_lock_irqsave_ssp_contention(struct srcu_struct * ssp,unsigned long * flags) spin_lock_irqsave_ssp_contention() argument
405 check_init_srcu_struct(struct srcu_struct * ssp) check_init_srcu_struct() argument
424 srcu_gp_is_expedited(struct srcu_struct * ssp) srcu_gp_is_expedited() argument
437 srcu_readers_lock_idx(struct srcu_struct * ssp,int idx,bool gp,unsigned long unlocks) srcu_readers_lock_idx() argument
461 srcu_readers_unlock_idx(struct srcu_struct * ssp,int idx,unsigned long * rdm) srcu_readers_unlock_idx() argument
483 srcu_readers_active_idx_check(struct srcu_struct * ssp,int idx) srcu_readers_active_idx_check() argument
579 srcu_readers_active(struct srcu_struct * ssp) srcu_readers_active() argument
646 srcu_get_delay(struct srcu_struct * ssp) srcu_get_delay() argument
678 cleanup_srcu_struct(struct srcu_struct * ssp) cleanup_srcu_struct() argument
726 __srcu_check_read_flavor(struct srcu_struct * ssp,int read_flavor) __srcu_check_read_flavor() argument
752 __srcu_read_lock(struct srcu_struct * ssp) __srcu_read_lock() argument
767 __srcu_read_unlock(struct srcu_struct * ssp,int idx) __srcu_read_unlock() argument
781 __srcu_read_lock_nmisafe(struct srcu_struct * ssp) __srcu_read_lock_nmisafe() argument
797 __srcu_read_unlock_nmisafe(struct srcu_struct * ssp,int idx) __srcu_read_unlock_nmisafe() argument
809 srcu_gp_start(struct srcu_struct * ssp) srcu_gp_start() argument
857 srcu_schedule_cbs_snp(struct srcu_struct * ssp,struct srcu_node * snp,unsigned long mask,unsigned long delay) srcu_schedule_cbs_snp() argument
878 srcu_gp_end(struct srcu_struct * ssp) srcu_gp_end() argument
984 srcu_funnel_exp_start(struct srcu_struct * ssp,struct srcu_node * snp,unsigned long s) srcu_funnel_exp_start() argument
1024 srcu_funnel_gp_start(struct srcu_struct * ssp,struct srcu_data * sdp,unsigned long s,bool do_norm) srcu_funnel_gp_start() argument
1105 try_check_zero(struct srcu_struct * ssp,int idx,int trycount) try_check_zero() argument
1127 srcu_flip(struct srcu_struct * ssp) srcu_flip() argument
1198 srcu_should_expedite(struct srcu_struct * ssp) srcu_should_expedite() argument
1253 srcu_gp_start_if_needed(struct srcu_struct * ssp,struct rcu_head * rhp,bool do_norm) srcu_gp_start_if_needed() argument
1381 __call_srcu(struct srcu_struct * ssp,struct rcu_head * rhp,rcu_callback_t func,bool do_norm) __call_srcu() argument
1415 call_srcu(struct srcu_struct * ssp,struct rcu_head * rhp,rcu_callback_t func) call_srcu() argument
1425 __synchronize_srcu(struct srcu_struct * ssp,bool do_norm) __synchronize_srcu() argument
1467 synchronize_srcu_expedited(struct srcu_struct * ssp) synchronize_srcu_expedited() argument
1522 synchronize_srcu(struct srcu_struct * ssp) synchronize_srcu() argument
1541 get_state_synchronize_srcu(struct srcu_struct * ssp) get_state_synchronize_srcu() argument
1560 start_poll_synchronize_srcu(struct srcu_struct * ssp) start_poll_synchronize_srcu() argument
1591 poll_state_synchronize_srcu(struct srcu_struct * ssp,unsigned long cookie) poll_state_synchronize_srcu() argument
1609 struct srcu_struct *ssp; srcu_barrier_cb() local
1626 srcu_barrier_one_cpu(struct srcu_struct * ssp,struct srcu_data * sdp) srcu_barrier_one_cpu() argument
1644 srcu_barrier(struct srcu_struct * ssp) srcu_barrier() argument
1688 srcu_batches_completed(struct srcu_struct * ssp) srcu_batches_completed() argument
1699 srcu_advance_state(struct srcu_struct * ssp) srcu_advance_state() argument
1776 struct srcu_struct *ssp; srcu_invoke_callbacks() local
1830 srcu_reschedule(struct srcu_struct * ssp,unsigned long delay) srcu_reschedule() argument
1857 struct srcu_struct *ssp; process_srcu() local
1884 srcutorture_get_gp_data(struct srcu_struct * ssp,int * flags,unsigned long * gp_seq) srcutorture_get_gp_data() argument
1905 srcu_torture_stats_print(struct srcu_struct * ssp,char * tt,char * tf) srcu_torture_stats_print() argument
2010 struct srcu_struct *ssp; srcu_module_coming() local
2027 struct srcu_struct *ssp; srcu_module_going() local
[all...]
/linux/drivers/tty/serial/
H A Dsifive.c227 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp) in __ssp_writel()
244 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs) in __ssp_readl()
260 static int sifive_serial_is_txfifo_full(struct sifive_serial_port *ssp) in sifive_serial_is_txfifo_full()
277 static void __ssp_transmit_char(struct sifive_serial_port *ssp, int ch) in __ssp_transmit_char()
291 static void __ssp_transmit_chars(struct sifive_serial_port *ssp) in __ssp_transmit_chars()
308 static void __ssp_enable_txwm(struct sifive_serial_port *ssp) in __ssp_enable_txwm()
324 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp) in __ssp_enable_rxwm()
340 static void __ssp_disable_txwm(struct sifive_serial_port *ssp) in __ssp_disable_txwm()
356 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp) in __ssp_disable_rxwm()
377 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char()
[all …]
/linux/sound/soc/pxa/
H A Dpxa-ssp.c39 struct ssp_device *ssp; member
53 static void dump_registers(struct ssp_device *ssp) in dump_registers()
64 static void pxa_ssp_set_dma_params(struct ssp_device *ssp, int width4, in pxa_ssp_set_dma_params()
77 struct ssp_device *ssp = priv->ssp; in pxa_ssp_startup() local
103 struct ssp_device *ssp = priv->ssp; in pxa_ssp_shutdown() local
121 struct ssp_device *ssp = priv->ssp; in pxa_ssp_suspend() local
139 struct ssp_device *ssp = priv->ssp; in pxa_ssp_resume() local
167 static void pxa_ssp_set_scr(struct ssp_device *ssp, u32 div) in pxa_ssp_set_scr()
188 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_dai_sysclk() local
256 struct ssp_device *ssp = priv->ssp; in pxa_ssp_set_pll() local
[all …]
/linux/arch/x86/kernel/
H A Dshstk.c50 static int create_rstor_token(unsigned long ssp, unsigned long *token_addr) in create_rstor_token()
238 unsigned long long ssp; in get_user_shstk_addr() local
252 u64 ssp; in shstk_pop() local
271 u64 ssp; in shstk_push() local
320 static int shstk_push_sigframe(unsigned long *ssp) in shstk_push_sigframe()
335 static int shstk_pop_sigframe(unsigned long *ssp) in shstk_pop_sigframe()
390 unsigned long ssp; in setup_signal_shadow_stack() local
423 unsigned long ssp; in restore_signal_shadow_stack() local
623 unsigned long ssp; in shstk_update_last_frame() local
/linux/drivers/spi/
H A Dspi-pxa2xx-platform.c22 pxa2xx_spi_init_ssp(struct platform_device *pdev, struct ssp_device *ssp, enum pxa_ssp_type type) in pxa2xx_spi_init_ssp()
55 static void pxa2xx_spi_ssp_release(void *ssp) in pxa2xx_spi_ssp_release()
62 struct ssp_device *ssp; in pxa2xx_spi_ssp_request() local
84 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() local
145 struct ssp_device *ssp; in pxa2xx_spi_platform_probe() local
H A Dspi-pxa2xx-pci.c67 static int pxa2xx_spi_pci_clk_register(struct pci_dev *dev, struct ssp_device *ssp, in pxa2xx_spi_pci_clk_register()
98 struct ssp_device *ssp = &c->ssp; in lpss_spi_setup() local
179 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup() local
194 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup() local
251 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup() local
270 struct ssp_device *ssp; in pxa2xx_spi_pci_probe() local
H A Dspi-pxa2xx.h36 struct ssp_device ssp; member
45 struct ssp_device *ssp; member
/linux/sound/soc/intel/catpt/
H A Dregisters.h35 #define CATPT_CS_SFCR(ssp) BIT(27 + (ssp)) argument
39 #define CATPT_CS_SDPM(ssp) BIT(11 + (ssp)) argument
44 #define CATPT_CS_SBCS(ssp) BIT(2 + (ssp)) argument
144 #define catpt_ssp_addr(cdev, ssp) \ argument
151 #define catpt_writel_ssp(cdev, ssp, reg, val) \ argument
/linux/arch/arm/mach-sa1100/
H A Dssp.c158 void ssp_save_state(struct ssp_state *ssp) in ssp_save_state()
172 void ssp_restore_state(struct ssp_state *ssp) in ssp_restore_state()
/linux/security/smack/
H A Dsmack_lsm.c1563 struct socket_smack *ssp; in smack_inode_getsecurity() local
1968 struct socket_smack *ssp; in smack_file_receive() local
2405 struct socket_smack *ssp = smack_sock(sk); in smack_sk_alloc_security() local
2574 struct socket_smack *ssp = smack_sock(sk); in smack_netlbl_add() local
2607 struct socket_smack *ssp = smack_sock(sk); in smack_netlbl_delete() local
2639 struct socket_smack *ssp = smack_sock(sk); in smk_ipv4_check() local
2714 struct socket_smack *ssp = smack_sock(sock->sk); in smk_ipv6_port_label() local
2802 struct socket_smack *ssp = smack_sock(sk); in smk_ipv6_port_check() local
2870 struct socket_smack *ssp; in smack_inode_setsecurity() local
2944 struct socket_smack *ssp; in smack_socket_post_create() local
[all …]
H A Dsmack_netfilter.c26 struct socket_smack *ssp; in smack_ip_output() local
/linux/drivers/clk/mxs/
H A Dclk-ssp.c21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate) in mxs_ssp_set_clk_rate()
/linux/fs/nilfs2/
H A Dsegment.c389 struct nilfs_segsum_pointer *ssp, in nilfs_segctor_map_segsum_entry()
444 struct nilfs_segsum_pointer *ssp; in nilfs_segctor_zeropad_segsum() local
486 struct nilfs_sc_info *sci, const struct nilfs_segsum_pointer *ssp, in nilfs_segctor_segsum_block_required()
616 struct nilfs_segsum_pointer *ssp, in nilfs_write_file_data_binfo()
625 struct nilfs_segsum_pointer *ssp, in nilfs_write_file_node_binfo()
665 struct nilfs_segsum_pointer *ssp, in nilfs_write_dat_data_binfo()
674 struct nilfs_segsum_pointer *ssp, in nilfs_write_dat_node_binfo()
1605 struct nilfs_segsum_pointer ssp; in nilfs_segctor_update_payload_blocknr() local
/linux/arch/x86/kernel/fpu/
H A Dcore.c607 static int update_fpu_shstk(struct task_struct *dst, unsigned long ssp) in update_fpu_shstk()
635 unsigned long ssp) in fpu_clone()
/linux/drivers/usb/gadget/
H A Dconfig.c110 struct usb_descriptor_header **ssp) in usb_assign_descriptors()
/linux/arch/arm/boot/dts/arm/
H A Darm-realview-eb.dtsi358 ssp: spi@1000d000 { label
H A Darm-realview-pbx.dtsi349 ssp: spi@1000d000 { label
/linux/sound/soc/intel/avs/
H A Dutils.h74 #define AVS_STRING_FMT(prefix, suffix, ssp, tdm) \ argument
/linux/drivers/scsi/isci/
H A Dscu_remote_node_context.h220 struct ssp_remote_node_context ssp; member
/linux/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c135 unsigned long ssp; in try_shstk() local
884 unsigned long saved_ssp, ssp = 0; in test_ptrace() local
/linux/include/sound/sof/
H A Ddai.h111 struct sof_ipc_dai_ssp_params ssp; member

12