/linux-6.6.21/kernel/rcu/ |
D | srcutree.c | 122 static void init_srcu_struct_data(struct srcu_struct *ssp) in init_srcu_struct_data() 164 static bool init_srcu_struct_nodes(struct srcu_struct *ssp, gfp_t gfp_flags) in init_srcu_struct_nodes() 237 static int init_srcu_struct_fields(struct srcu_struct *ssp, bool is_static) in init_srcu_struct_fields() 285 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, in __init_srcu_struct() 305 int init_srcu_struct(struct srcu_struct *ssp) in init_srcu_struct() 316 static void __srcu_transition_to_big(struct srcu_struct *ssp) in __srcu_transition_to_big() 325 static void srcu_transition_to_big(struct srcu_struct *ssp) in srcu_transition_to_big() 345 static void spin_lock_irqsave_check_contention(struct srcu_struct *ssp) in spin_lock_irqsave_check_contention() 369 struct srcu_struct *ssp = sdp->ssp; in spin_lock_irqsave_sdp_contention() local 385 static void spin_lock_irqsave_ssp_contention(struct srcu_struct *ssp, unsigned long *flags) in spin_lock_irqsave_ssp_contention() [all …]
|
D | srcutiny.c | 27 static int init_srcu_struct_fields(struct srcu_struct *ssp) in init_srcu_struct_fields() 45 int __init_srcu_struct(struct srcu_struct *ssp, const char *name, in __init_srcu_struct() 65 int init_srcu_struct(struct srcu_struct *ssp) in init_srcu_struct() 80 void cleanup_srcu_struct(struct srcu_struct *ssp) in cleanup_srcu_struct() 97 void __srcu_read_unlock(struct srcu_struct *ssp, int idx) in __srcu_read_unlock() 117 struct srcu_struct *ssp; in srcu_drive_gp() local 158 static void srcu_gp_start_if_needed(struct srcu_struct *ssp) in srcu_gp_start_if_needed() 178 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() 196 void synchronize_srcu(struct srcu_struct *ssp) in synchronize_srcu() 223 unsigned long get_state_synchronize_srcu(struct srcu_struct *ssp) in get_state_synchronize_srcu() [all …]
|
/linux-6.6.21/include/linux/ |
D | srcu.h | 31 #define init_srcu_struct(ssp) \ argument 68 static inline int __srcu_read_lock_nmisafe(struct srcu_struct *ssp) in __srcu_read_lock_nmisafe() 72 static inline void __srcu_read_unlock_nmisafe(struct srcu_struct *ssp, int idx) in __srcu_read_unlock_nmisafe() 98 static inline int srcu_read_lock_held(const struct srcu_struct *ssp) in srcu_read_lock_held() 133 static inline int srcu_read_lock_held(const struct srcu_struct *ssp) in srcu_read_lock_held() 151 static inline void srcu_check_nmi_safety(struct srcu_struct *ssp, in srcu_check_nmi_safety() 168 #define srcu_dereference_check(p, ssp, c) \ argument 182 #define srcu_dereference(p, ssp) srcu_dereference_check((p), (ssp), 0) argument 190 #define srcu_dereference_notrace(p, ssp) srcu_dereference_check((p), (ssp), 1) argument 209 static inline int srcu_read_lock(struct srcu_struct *ssp) __acquires(ssp) in srcu_read_lock() [all …]
|
D | srcutiny.h | 63 static inline int __srcu_read_lock(struct srcu_struct *ssp) in __srcu_read_lock() 72 static inline void synchronize_srcu_expedited(struct srcu_struct *ssp) in synchronize_srcu_expedited() 77 static inline void srcu_barrier(struct srcu_struct *ssp) in srcu_barrier() 83 static inline void srcu_torture_stats_print(struct srcu_struct *ssp, in srcu_torture_stats_print()
|
D | pxa2xx_ssp.h | 275 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-6.6.21/drivers/tty/serial/ |
D | sifive.c | 225 static void __ssp_writel(u32 v, u16 offs, struct sifive_serial_port *ssp) in __ssp_writel() 242 static u32 __ssp_readl(struct sifive_serial_port *ssp, u16 offs) in __ssp_readl() 258 static int sifive_serial_is_txfifo_full(struct sifive_serial_port *ssp) in sifive_serial_is_txfifo_full() 275 static void __ssp_transmit_char(struct sifive_serial_port *ssp, int ch) in __ssp_transmit_char() 289 static void __ssp_transmit_chars(struct sifive_serial_port *ssp) in __ssp_transmit_chars() 306 static void __ssp_enable_txwm(struct sifive_serial_port *ssp) in __ssp_enable_txwm() 322 static void __ssp_enable_rxwm(struct sifive_serial_port *ssp) in __ssp_enable_rxwm() 338 static void __ssp_disable_txwm(struct sifive_serial_port *ssp) in __ssp_disable_txwm() 354 static void __ssp_disable_rxwm(struct sifive_serial_port *ssp) in __ssp_disable_rxwm() 375 static char __ssp_receive_char(struct sifive_serial_port *ssp, char *is_empty) in __ssp_receive_char() [all …]
|
/linux-6.6.21/sound/soc/pxa/ |
D | pxa-ssp.c | 39 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-6.6.21/drivers/mmc/host/ |
D | mxs-mmc.c | 48 struct mxs_ssp ssp; member 64 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_get_cd() local 86 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_reset() local 128 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_request_done() local 180 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_irq_handler() local 216 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_prep_dma() local 250 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_bc() local 284 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_ac() local 357 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_adtc() local 512 struct mxs_ssp *ssp = &host->ssp; in mxs_mmc_enable_sdio_irq() local [all …]
|
/linux-6.6.21/drivers/spi/ |
D | spi-mxs.c | 58 struct mxs_ssp ssp; member 67 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_setup_transfer() local 127 struct mxs_ssp *ssp = &spi->ssp; in mxs_ssp_wait() local 154 struct mxs_ssp *ssp = dev_id; in mxs_ssp_irq_handler() local 167 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_dma() local 302 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_txrx_pio() local 364 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_transfer_one() local 444 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_suspend() local 465 struct mxs_ssp *ssp = &spi->ssp; in mxs_spi_runtime_resume() local 533 struct mxs_ssp *ssp; in mxs_spi_probe() local [all …]
|
D | spi-pxa2xx-pci.c | 61 static int pxa2xx_spi_pci_clk_register(struct pci_dev *dev, struct ssp_device *ssp, in pxa2xx_spi_pci_clk_register() 92 struct ssp_device *ssp = &c->ssp; in lpss_spi_setup() local 173 struct ssp_device *ssp = &c->ssp; in ce4100_spi_setup() local 188 struct ssp_device *ssp = &c->ssp; in mrfld_spi_setup() local 245 struct ssp_device *ssp = &c->ssp; in qrk_spi_setup() local 266 struct ssp_device *ssp; in pxa2xx_spi_pci_probe() local
|
D | spi-pxa2xx.c | 899 const struct ssp_device *ssp = drv_data->ssp; in ssp_get_clk_div() local 1335 struct ssp_device *ssp; in pxa2xx_spi_init_pdata() local 1441 struct ssp_device *ssp; in pxa2xx_spi_probe() local 1665 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_remove() local 1692 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_suspend() local 1710 struct ssp_device *ssp = drv_data->ssp; in pxa2xx_spi_resume() local
|
/linux-6.6.21/drivers/soc/pxa/ |
D | ssp.c | 40 struct ssp_device *ssp = NULL; in pxa_ssp_request() local 64 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 181 struct ssp_device *ssp = platform_get_drvdata(pdev); in pxa_ssp_remove() local
|
/linux-6.6.21/drivers/input/mouse/ |
D | navpoint.c | 32 struct ssp_device *ssp; member 120 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-6.6.21/arch/x86/kernel/ |
D | shstk.c | 50 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 280 static int shstk_push_sigframe(unsigned long *ssp) in shstk_push_sigframe() 295 static int shstk_pop_sigframe(unsigned long *ssp) in shstk_pop_sigframe() 350 unsigned long ssp; in setup_signal_shadow_stack() local 383 unsigned long ssp; in restore_signal_shadow_stack() local
|
D | cet.c | 50 unsigned long ssp; in do_user_cp_fault() local
|
/linux-6.6.21/security/smack/ |
D | smack_lsm.c | 1545 struct socket_smack *ssp; in smack_inode_getsecurity() local 1952 struct socket_smack *ssp; in smack_file_receive() local 2382 struct socket_smack *ssp; in smack_sk_alloc_security() local 2556 struct socket_smack *ssp = sk->sk_security; in smack_netlbl_add() local 2588 struct socket_smack *ssp = sk->sk_security; in smack_netlbl_delete() local 2620 struct socket_smack *ssp = sk->sk_security; in smk_ipv4_check() local 2693 struct socket_smack *ssp = sock->sk->sk_security; in smk_ipv6_port_label() local 2781 struct socket_smack *ssp = sk->sk_security; in smk_ipv6_port_check() local 2849 struct socket_smack *ssp; in smack_inode_setsecurity() local 2914 struct socket_smack *ssp; in smack_socket_post_create() local [all …]
|
D | smack_netfilter.c | 26 struct socket_smack *ssp; in smack_ip_output() local
|
/linux-6.6.21/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-6.6.21/sound/soc/intel/catpt/ |
D | registers.h | 35 #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-6.6.21/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-6.6.21/fs/nilfs2/ |
D | segment.c | 389 struct nilfs_segsum_pointer *ssp, in nilfs_segctor_map_segsum_entry() 442 struct nilfs_segsum_pointer *ssp; in nilfs_segctor_zeropad_segsum() local 484 struct nilfs_sc_info *sci, const struct nilfs_segsum_pointer *ssp, in nilfs_segctor_segsum_block_required() 614 struct nilfs_segsum_pointer *ssp, in nilfs_write_file_data_binfo() 623 struct nilfs_segsum_pointer *ssp, in nilfs_write_file_node_binfo() 663 struct nilfs_segsum_pointer *ssp, in nilfs_write_dat_data_binfo() 672 struct nilfs_segsum_pointer *ssp, in nilfs_write_dat_node_binfo() 1592 struct nilfs_segsum_pointer ssp; in nilfs_segctor_update_payload_blocknr() local
|
/linux-6.6.21/include/linux/spi/ |
D | pxa2xx_spi.h | 30 struct ssp_device ssp; member
|
/linux-6.6.21/arch/x86/kernel/fpu/ |
D | core.c | 557 static int update_fpu_shstk(struct task_struct *dst, unsigned long ssp) in update_fpu_shstk() 585 unsigned long ssp) in fpu_clone()
|
/linux-6.6.21/drivers/usb/gadget/ |
D | config.c | 163 struct usb_descriptor_header **ssp) in usb_assign_descriptors()
|
/linux-6.6.21/arch/arm/boot/dts/arm/ |
D | arm-realview-eb.dtsi | 398 ssp: spi@1000d000 { label
|