Home
last modified time | relevance | path

Searched refs:init_srcu_struct (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/include/linux/
Dsrcu.h56 #define init_srcu_struct(sp) \ macro
70 int init_srcu_struct(struct srcu_struct *sp);
/linux-2.6.39/kernel/
Dsrcu.c67 int init_srcu_struct(struct srcu_struct *sp) in init_srcu_struct() function
71 EXPORT_SYMBOL_GPL(init_srcu_struct);
Dnotifier.c522 if (init_srcu_struct(&nh->srcu) < 0) in srcu_init_notifier_head()
Drcutorture.c549 init_srcu_struct(&srcu_ctl); in srcu_torture_init()
Dperf_event.c7337 init_srcu_struct(&pmus_srcu); in perf_event_init()
/linux-2.6.39/fs/notify/
Dfsnotify.c304 ret = init_srcu_struct(&fsnotify_mark_srcu); in fsnotify_init()
/linux-2.6.39/security/tomoyo/
Dtomoyo.c281 init_srcu_struct(&tomoyo_ss)) in tomoyo_init()
/linux-2.6.39/Documentation/RCU/
Dchecklist.txt332 and cleanup is required via init_srcu_struct() and
DwhatisRCU.txt840 init_srcu_struct
/linux-2.6.39/virt/kvm/
Dkvm_main.c462 if (init_srcu_struct(&kvm->srcu)) in kvm_create_vm()
/linux-2.6.39/fs/btrfs/
Ddisk-io.c1632 ret = init_srcu_struct(&fs_info->subvol_srcu); in open_ctree()