Home
last modified time | relevance | path

Searched refs:srcu_struct (Results 1 – 25 of 34) sorted by relevance

12

/linux/fs/bcachefs/
H A Drcu_pending.h14 struct srcu_struct *srcu;
24 struct srcu_struct *srcu,
H A Drcu_pending.c44 static inline rcu_gp_poll_state_t __get_state_synchronize_rcu(struct srcu_struct *ssp) in __get_state_synchronize_rcu()
51 static inline rcu_gp_poll_state_t __start_poll_synchronize_rcu(struct srcu_struct *ssp) in __start_poll_synchronize_rcu()
58 static inline bool __poll_state_synchronize_rcu(struct srcu_struct *ssp, rcu_gp_poll_state_t cookie) in __poll_state_synchronize_rcu()
65 static inline void __rcu_barrier(struct srcu_struct *ssp) in __rcu_barrier()
72 static inline void __call_rcu(struct srcu_struct *ssp, struct rcu_head *rhp, in __call_rcu()
645 struct srcu_struct *srcu, in rcu_pending_init()
/linux/drivers/accel/qaic/
H A Dqaic.h55 struct srcu_struct qddev_lock;
97 struct srcu_struct ch_lock;
133 struct srcu_struct dev_lock;
H A Dqaic_drv.c74 struct srcu_struct *lock = res; in qaicm_srcu_release()
79 static int qaicm_srcu_init(struct drm_device *dev, struct srcu_struct *lock) in qaicm_srcu_init()
/linux/kernel/rcu/
H A Drcu.h596 static inline void srcutorture_get_gp_data(struct srcu_struct *sp, int *flags, in srcutorture_get_gp_data()
605 void srcutorture_get_gp_data(struct srcu_struct *sp, int *flags,
615 srcu_batches_completed(struct srcu_struct *sp) { return 0; } in srcu_batches_completed()
627 unsigned long srcu_batches_completed(struct srcu_struct *sp);
H A Drcuscale.c212 static struct srcu_struct *srcu_ctlp = &srcu_ctl_scale;
270 static struct srcu_struct srcud;
/linux/include/net/
H A Drtnetlink.h108 struct srcu_struct srcu;
190 struct srcu_struct srcu;
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_reset_types.h58 struct srcu_struct backoff_srcu;
/linux/arch/x86/include/asm/
H A Dkvm_page_track.h16 struct srcu_struct track_srcu;
/linux/fs/notify/
H A Dfsnotify.h68 extern struct srcu_struct fsnotify_mark_srcu;
/linux/arch/x86/kernel/cpu/sgx/
H A Dencl.h70 struct srcu_struct srcu;
/linux/drivers/platform/surface/aggregator/
H A Dcontroller.h55 struct srcu_struct srcu;
/linux/include/linux/
H A Dhid_bpf.h198 struct srcu_struct srcu; /* protects prog_list read-only access */
H A Dnotifier.h77 struct srcu_struct srcu;
H A Dmodule.h515 struct srcu_struct **srcu_struct_ptrs;
H A Dkvm_host.h847 struct srcu_struct srcu;
848 struct srcu_struct irq_srcu;
/linux/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.h121 struct srcu_struct hwctx_srcu;
H A Damdxdna_ctx.c90 struct srcu_struct *ss) in amdxdna_hwctx_destroy_rcu()
/linux/drivers/md/
H A Ddm-core.h139 struct srcu_struct io_barrier;
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h231 struct srcu_struct srcu;
/linux/Documentation/RCU/
H A Dchecklist.rst241 srcu_struct. The rules for the expedited RCU grace-period-wait
416 "struct srcu_struct" that defines the scope of a given
417 SRCU domain. Once initialized, the srcu_struct is passed
422 calls that have been passed the same srcu_struct. This property
431 srcu_read_unlock() calls must be passed the same srcu_struct.
433 over those updates sharing a given srcu_struct, rather than
H A Drcubarrier.rst69 If your module uses multiple srcu_struct structures, then it must also
180 and on the same srcu_struct structure. If your module uses call_rcu()
/linux/drivers/nvme/host/
H A Dnvme.h298 struct srcu_struct srcu;
471 struct srcu_struct srcu;
/linux/tools/memory-model/
H A Dlinux-kernel.cat142 * struct srcu_struct location.
/linux/security/tomoyo/
H A Dcommon.h1092 extern struct srcu_struct tomoyo_ss;

12