| /linux/kernel/rcu/ |
| H A D | rcu_segcblist.c | 28 void rcu_cblist_enqueue(struct rcu_cblist *rclp, struct rcu_head *rhp) in rcu_cblist_enqueue() 45 struct rcu_head *rhp) in rcu_cblist_flush_enqueue() 69 struct rcu_head *rhp; in rcu_cblist_dequeue() local 330 struct rcu_head *rhp) in rcu_segcblist_enqueue() 350 struct rcu_head *rhp) in rcu_segcblist_entrain()
|
| H A D | srcutiny.c | 123 struct rcu_head *rhp; in srcu_drive_gp() local 202 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu()
|
| H A D | srcutree.c | 1320 static void srcu_leak_callback(struct rcu_head *rhp) in srcu_leak_callback() 1328 struct rcu_head *rhp, bool do_norm) in srcu_gp_start_if_needed() 1455 static void __call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in __call_srcu() 1489 void call_srcu(struct srcu_struct *ssp, struct rcu_head *rhp, in call_srcu() 1680 static void srcu_barrier_cb(struct rcu_head *rhp) in srcu_barrier_cb() 1756 static void srcu_expedite_current_cb(struct rcu_head *rhp) in srcu_expedite_current_cb() 1906 struct rcu_head *rhp; in srcu_invoke_callbacks() local
|
| H A D | update.c | 516 void do_trace_rcu_torture_read(const char *rcutorturename, struct rcu_head *rhp, in do_trace_rcu_torture_read() 524 #define do_trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument 610 struct early_boot_kfree_rcu *rhp; in early_boot_test_call_rcu() local
|
| H A D | sync.c | 57 static void rcu_sync_func(struct rcu_head *rhp) in rcu_sync_func()
|
| H A D | tree_nocb.h | 312 struct rcu_head *rhp = rhp_in; in rcu_nocb_do_flush_bypass() local 352 static bool rcu_nocb_flush_bypass(struct rcu_data *rdp, struct rcu_head *rhp, in rcu_nocb_flush_bypass() 393 static bool rcu_nocb_try_bypass(struct rcu_data *rdp, struct rcu_head *rhp, in rcu_nocb_try_bypass() 1665 static bool rcu_nocb_flush_bypass(struct rcu_data *rdp, struct rcu_head *rhp, in rcu_nocb_flush_bypass()
|
| H A D | rcutorture.c | 1982 static void rcu_torture_timer_cb(struct rcu_head *rhp) in rcu_torture_timer_cb() 2463 struct rcu_head *rhp = kmalloc(sizeof(*rhp), GFP_NOWAIT); in rcu_torture_timer() local 2865 struct rcu_head *rhp; in rcu_torture_mem_dump_obj() local 3133 static void rcu_torture_fwd_prog_cb(struct rcu_head *rhp) in rcu_torture_fwd_prog_cb() 3205 static void rcu_torture_fwd_cb_cr(struct rcu_head *rhp) in rcu_torture_fwd_cb_cr() 3644 struct rcu_head *rhp = rcu_void; in rcu_torture_barrier1cb() local 4186 static void rcu_torture_leak_cb(struct rcu_head *rhp) in rcu_torture_leak_cb() 4190 static void rcu_torture_err_cb(struct rcu_head *rhp) in rcu_torture_err_cb() 4225 struct rcu_head *rhp = kmalloc(sizeof(*rhp), GFP_KERNEL); in rcu_test_debug_objects() local
|
| H A D | tree.c | 2539 struct rcu_head *rhp; in rcu_do_batch() local 3043 static void rcu_leak_callback(struct rcu_head *rhp) in rcu_leak_callback() 3726 static void rcu_barrier_callback(struct rcu_head *rhp) in rcu_barrier_callback()
|
| H A D | rcuscale.c | 520 static void rcu_scale_async_cb(struct rcu_head *rhp) in rcu_scale_async_cb()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | mem.c | 391 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() 432 struct c4iw_dev *rhp; in c4iw_get_dma_mr() local 499 struct c4iw_dev *rhp; in c4iw_reg_user_mr() local 605 struct c4iw_dev *rhp; in c4iw_alloc_mr() local 706 struct c4iw_dev *rhp; in c4iw_dereg_mr() local 733 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey) in c4iw_invalidate_mr()
|
| H A D | provider.c | 65 struct c4iw_dev *rhp; in c4iw_dealloc_ucontext() local 81 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() local 195 struct c4iw_dev *rhp; in c4iw_deallocate_pd() local 213 struct c4iw_dev *rhp; in c4iw_allocate_pd() local
|
| H A D | cq.c | 1004 struct c4iw_dev *rhp = to_c4iw_dev(ibcq->device); in c4iw_create_cq() local
|
| /linux/include/linux/ |
| H A D | rcupdate_trace.h | 97 static inline void call_rcu_tasks_trace(struct rcu_head *rhp, rcu_callback_t func) { BUG(); } in call_rcu_tasks_trace()
|
| H A D | rcupdate.h | 1162 static inline void rcu_head_init(struct rcu_head *rhp) in rcu_head_init() 1181 rcu_head_after_call_rcu(struct rcu_head *rhp, rcu_callback_t f) in rcu_head_after_call_rcu()
|
| /linux/include/linux/sched/ |
| H A D | mm.h | 63 static inline void __mmdrop_delayed(struct rcu_head *rhp) in __mmdrop_delayed()
|
| /linux/kernel/ |
| H A D | pid.c | 106 static void delayed_put_pid(struct rcu_head *rhp) in delayed_put_pid()
|
| H A D | fork.c | 794 void __put_task_struct_rcu_cb(struct rcu_head *rhp) in __put_task_struct_rcu_cb() 1908 static void __delayed_free_task(struct rcu_head *rhp) in __delayed_free_task()
|
| H A D | exit.c | 223 static void delayed_put_task_struct(struct rcu_head *rhp) in delayed_put_task_struct()
|
| /linux/kernel/irq/ |
| H A D | irqdesc.c | 461 static void delayed_free_desc(struct rcu_head *rhp) in delayed_free_desc()
|
| /linux/kernel/locking/ |
| H A D | locktorture.c | 1115 static void call_rcu_chain_cb(struct rcu_head *rhp) in call_rcu_chain_cb()
|
| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 1373 static void free_filter_list_tasks(struct rcu_head *rhp) in free_filter_list_tasks()
|
| H A D | ftrace.c | 5995 static void register_ftrace_direct_cb(struct rcu_head *rhp) in register_ftrace_direct_cb()
|
| /linux/kernel/sched/ |
| H A D | core.c | 9046 static void sched_unregister_group_rcu(struct rcu_head *rhp) in sched_unregister_group_rcu()
|