| /Linux-v5.4/kernel/rcu/ | 
| D | srcutree.c | 83 static void init_srcu_struct_nodes(struct srcu_struct *ssp, bool is_static)  in init_srcu_struct_nodes()168 static int init_srcu_struct_fields(struct srcu_struct *ssp, bool is_static)  in init_srcu_struct_fields()
 189 int __init_srcu_struct(struct srcu_struct *ssp, const char *name,  in __init_srcu_struct()
 210 int init_srcu_struct(struct srcu_struct *ssp)  in init_srcu_struct()
 227 static void check_init_srcu_struct(struct srcu_struct *ssp)  in check_init_srcu_struct()
 247 static unsigned long srcu_readers_lock_idx(struct srcu_struct *ssp, int idx)  in srcu_readers_lock_idx()
 264 static unsigned long srcu_readers_unlock_idx(struct srcu_struct *ssp, int idx)  in srcu_readers_unlock_idx()
 281 static bool srcu_readers_active_idx_check(struct srcu_struct *ssp, int idx)  in srcu_readers_active_idx_check()
 333 static bool srcu_readers_active(struct srcu_struct *ssp)  in srcu_readers_active()
 355 static unsigned long srcu_get_delay(struct srcu_struct *ssp)  in srcu_get_delay()
 [all …]
 
 | 
| D | srcutiny.c | 27 static int init_srcu_struct_fields(struct srcu_struct *ssp)  in init_srcu_struct_fields()44 int __init_srcu_struct(struct srcu_struct *ssp, const char *name,  in __init_srcu_struct()
 64 int init_srcu_struct(struct srcu_struct *ssp)  in init_srcu_struct()
 79 void cleanup_srcu_struct(struct srcu_struct *ssp)  in cleanup_srcu_struct()
 94 void __srcu_read_unlock(struct srcu_struct *ssp, int idx)  in __srcu_read_unlock()
 114 	struct srcu_struct *ssp;  in srcu_drive_gp()  local
 158 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp,  in call_srcu()
 181 void synchronize_srcu(struct srcu_struct *ssp)  in synchronize_srcu()
 206 	struct srcu_struct *ssp;  in srcu_init()  local
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | srcu.h | 31 #define init_srcu_struct(ssp) \  argument82 static inline int srcu_read_lock_held(const struct srcu_struct *ssp)  in srcu_read_lock_held()
 91 static inline int srcu_read_lock_held(const struct srcu_struct *ssp)  in srcu_read_lock_held()
 110 #define srcu_dereference_check(p, ssp, c) \  argument
 123 #define srcu_dereference(p, ssp) srcu_dereference_check((p), (ssp), 0)  argument
 131 #define srcu_dereference_notrace(p, ssp) srcu_dereference_check((p), (ssp), 1)  argument
 150 static inline int srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp)  in srcu_read_lock()
 161 srcu_read_lock_notrace(struct srcu_struct *ssp) __acquires(ssp)  in srcu_read_lock_notrace()
 176 static inline void srcu_read_unlock(struct srcu_struct *ssp, int idx)  in srcu_read_unlock()
 186 srcu_read_unlock_notrace(struct srcu_struct *ssp, int idx) __releases(ssp)  in srcu_read_unlock_notrace()
 
 | 
| D | srcutiny.h | 58 static inline int __srcu_read_lock(struct srcu_struct *ssp)  in __srcu_read_lock()67 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp)  in synchronize_srcu_expedited()
 72 static inline void srcu_barrier(struct srcu_struct *ssp)  in srcu_barrier()
 78 static inline void srcu_torture_stats_print(struct srcu_struct *ssp,  in srcu_torture_stats_print()
 
 | 
| /Linux-v5.4/drivers/tty/serial/ | 
| D | sifive.c | 236 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp)  in __ssp_writel()253 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs)  in __ssp_readl()
 269 static int sifive_serial_is_txfifo_full(struct sifive_serial_port *ssp)  in sifive_serial_is_txfifo_full()
 286 static void __ssp_transmit_char(struct sifive_serial_port *ssp, int ch)  in __ssp_transmit_char()
 300 static void __ssp_transmit_chars(struct sifive_serial_port *ssp)  in __ssp_transmit_chars()
 338 static void __ssp_enable_txwm(struct sifive_serial_port *ssp)  in __ssp_enable_txwm()
 354 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp)  in __ssp_enable_rxwm()
 370 static void __ssp_disable_txwm(struct sifive_serial_port *ssp)  in __ssp_disable_txwm()
 386 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp)  in __ssp_disable_rxwm()
 407 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty)  in __ssp_receive_char()
 [all …]
 
 | 
| /Linux-v5.4/sound/soc/pxa/ | 
| D | pxa-ssp.c | 39 	struct ssp_device *ssp;  member53 static void dump_registers(struct ssp_device *ssp)  in dump_registers()
 64 static void pxa_ssp_enable(struct ssp_device *ssp)  in pxa_ssp_enable()
 72 static void pxa_ssp_disable(struct ssp_device *ssp)  in pxa_ssp_disable()
 80 static void pxa_ssp_set_dma_params(struct ssp_device *ssp, int width4,  in pxa_ssp_set_dma_params()
 93 	struct ssp_device *ssp = priv->ssp;  in pxa_ssp_startup()  local
 120 	struct ssp_device *ssp = priv->ssp;  in pxa_ssp_shutdown()  local
 139 	struct ssp_device *ssp = priv->ssp;  in pxa_ssp_suspend()  local
 157 	struct ssp_device *ssp = priv->ssp;  in pxa_ssp_resume()  local
 185 static void pxa_ssp_set_scr(struct ssp_device *ssp, u32 div)  in pxa_ssp_set_scr()
 [all …]
 
 | 
| /Linux-v5.4/drivers/mmc/host/ | 
| D | mxs-mmc.c | 49 	struct mxs_ssp			ssp;  member65 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_get_cd()  local
 87 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_reset()  local
 129 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_request_done()  local
 181 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_irq_handler()  local
 217 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_prep_dma()  local
 251 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_bc()  local
 285 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_ac()  local
 358 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_adtc()  local
 513 	struct mxs_ssp *ssp = &host->ssp;  in mxs_mmc_enable_sdio_irq()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/spi/ | 
| D | spi-mxs.c | 59 	struct mxs_ssp		ssp;  member68 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_spi_setup_transfer()  local
 128 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_ssp_wait()  local
 155 	struct mxs_ssp *ssp = dev_id;  in mxs_ssp_irq_handler()  local
 168 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_spi_txrx_dma()  local
 303 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_spi_txrx_pio()  local
 365 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_spi_transfer_one()  local
 445 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_spi_runtime_suspend()  local
 466 	struct mxs_ssp *ssp = &spi->ssp;  in mxs_spi_runtime_resume()  local
 534 	struct mxs_ssp *ssp;  in mxs_spi_probe()  local
 [all …]
 
 | 
| D | spi-pxa2xx.c | 874 	const struct ssp_device *ssp = drv_data->ssp;  in ssp_get_clk_div()  local1514 	struct ssp_device *ssp;  in pxa2xx_spi_init_pdata()  local
 1611 	struct ssp_device *ssp;  in pxa2xx_spi_probe()  local
 1867 	struct ssp_device *ssp;  in pxa2xx_spi_remove()  local
 1899 	struct ssp_device *ssp = drv_data->ssp;  in pxa2xx_spi_suspend()  local
 1916 	struct ssp_device *ssp = drv_data->ssp;  in pxa2xx_spi_resume()  local
 
 | 
| D | spi-pxa2xx-pci.c | 204 	struct ssp_device *ssp;  in pxa2xx_spi_pci_probe()  local
 | 
| /Linux-v5.4/arch/arm/plat-pxa/ | 
| D | ssp.c | 40 	struct ssp_device *ssp = NULL;  in pxa_ssp_request()  local64 	struct ssp_device *ssp = NULL;  in pxa_ssp_request_of()  local
 85 void pxa_ssp_free(struct ssp_device *ssp)  in pxa_ssp_free()
 114 	struct ssp_device *ssp;  in pxa_ssp_probe()  local
 183 	struct ssp_device *ssp;  in pxa_ssp_remove()  local
 
 | 
| /Linux-v5.4/drivers/input/mouse/ | 
| D | navpoint.c | 32 	struct ssp_device	*ssp;  member120 	struct ssp_device *ssp = navpoint->ssp;  in navpoint_irq()  local
 152 	struct ssp_device *ssp = navpoint->ssp;  in navpoint_up()  local
 179 	struct ssp_device *ssp = navpoint->ssp;  in navpoint_down()  local
 209 	struct ssp_device *ssp;  in navpoint_probe()  local
 303 	struct ssp_device *ssp = navpoint->ssp;  in navpoint_remove()  local
 
 | 
| /Linux-v5.4/security/smack/ | 
| D | smack_netfilter.c | 28 	struct socket_smack *ssp;  in smack_ipv6_output()  local46 	struct socket_smack *ssp;  in smack_ipv4_output()  local
 
 | 
| D | smack_lsm.c | 1439 	struct socket_smack *ssp;  in smack_inode_getsecurity()  local1831 	struct socket_smack *ssp;  in smack_file_receive()  local
 2248 	struct socket_smack *ssp;  in smack_sk_alloc_security()  local
 2412 	struct socket_smack *ssp = sk->sk_security;  in smack_netlabel()  local
 2457 	struct socket_smack *ssp = sk->sk_security;  in smack_netlabel_send()  local
 2533 	struct socket_smack *ssp = sock->sk->sk_security;  in smk_ipv6_port_label()  local
 2621 	struct socket_smack *ssp = sk->sk_security;  in smk_ipv6_port_check()  local
 2689 	struct socket_smack *ssp;  in smack_inode_setsecurity()  local
 2754 	struct socket_smack *ssp;  in smack_socket_post_create()  local
 2840 	struct socket_smack *ssp;  in smack_socket_connect()  local
 [all …]
 
 | 
| /Linux-v5.4/arch/arm/mach-sa1100/ | 
| D | ssp.c | 158 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-v5.4/drivers/clk/mxs/ | 
| D | clk-ssp.c | 21 void mxs_ssp_set_clk_rate(struct mxs_ssp *ssp, unsigned int rate)  in mxs_ssp_set_clk_rate()
 | 
| /Linux-v5.4/arch/h8300/kernel/ | 
| D | traps.c | 46 asmlinkage void set_esp0(unsigned long ssp)  in set_esp0()
 | 
| /Linux-v5.4/include/linux/spi/ | 
| D | pxa2xx_spi.h | 28 	struct ssp_device ssp;  member
 | 
| /Linux-v5.4/fs/nilfs2/ | 
| D | segment.c | 394 					    struct nilfs_segsum_pointer *ssp,  in nilfs_segctor_map_segsum_entry()471 	struct nilfs_sc_info *sci, const struct nilfs_segsum_pointer *ssp,  in nilfs_segctor_segsum_block_required()
 600 					struct nilfs_segsum_pointer *ssp,  in nilfs_write_file_data_binfo()
 609 					struct nilfs_segsum_pointer *ssp,  in nilfs_write_file_node_binfo()
 649 				       struct nilfs_segsum_pointer *ssp,  in nilfs_write_dat_data_binfo()
 658 				       struct nilfs_segsum_pointer *ssp,  in nilfs_write_dat_node_binfo()
 1551 	struct nilfs_segsum_pointer ssp;  in nilfs_segctor_update_payload_blocknr()  local
 
 | 
| /Linux-v5.4/drivers/usb/gadget/ | 
| D | config.c | 163 		struct usb_descriptor_header **ssp)  in usb_assign_descriptors()
 | 
| /Linux-v5.4/arch/arm/boot/dts/ | 
| D | arm-realview-eb.dtsi | 382 		ssp: spi@1000d000 {  label
 | 
| D | arm-realview-pbx.dtsi | 373 		ssp: spi@1000d000 {  label
 | 
| /Linux-v5.4/include/sound/sof/ | 
| D | dai.h | 72 		struct sof_ipc_dai_ssp_params ssp;  member
 | 
| /Linux-v5.4/drivers/scsi/isci/ | 
| D | scu_remote_node_context.h | 220 	struct ssp_remote_node_context ssp;  member
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | vm86_32.c | 538     unsigned char __user *ssp, unsigned short sp)  in do_int()594 	unsigned char __user *ssp;  in handle_vm86_fault()  local
 
 |