Home
last modified time | relevance | path

Searched refs:cb_head (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dnode_cb.c13 static struct list_head cb_head[NODE_EVT_NR][NODE_EVT_TYPE_NR]; variable
35 for (i = 0; i < ARRAY_SIZE(cb_head); i++) { in hmdfs_node_evt_cb_init()
38 for (j = 0; j < ARRAY_SIZE(cb_head[0]); j++) in hmdfs_node_evt_cb_init()
39 INIT_LIST_HEAD(&cb_head[i][j]); in hmdfs_node_evt_cb_init()
54 list_add_tail(&desc[i].list, &cb_head[evt][sync]); in hmdfs_node_add_evt_cb()
70 list_for_each_entry(desc, &cb_head[evt][sync], list) { in hmdfs_node_call_evt_cb()
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dnode_cb.c13 static struct list_head cb_head[NODE_EVT_NR][NODE_EVT_TYPE_NR]; variable
35 for (i = 0; i < ARRAY_SIZE(cb_head); i++) { in hmdfs_node_evt_cb_init()
38 for (j = 0; j < ARRAY_SIZE(cb_head[0]); j++) in hmdfs_node_evt_cb_init()
39 INIT_LIST_HEAD(&cb_head[i][j]); in hmdfs_node_evt_cb_init()
54 list_add_tail(&desc[i].list, &cb_head[evt][sync]); in hmdfs_node_add_evt_cb()
70 list_for_each_entry(desc, &cb_head[evt][sync], list) { in hmdfs_node_call_evt_cb()
/kernel/linux/linux-5.10/kernel/rcu/
H A Dsync.c47 call_rcu(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
150 rcu_sync_func(&rsp->cb_head); in rcu_sync_enter()
/kernel/linux/linux-6.6/kernel/rcu/
H A Dsync.c47 call_rcu_hurry(&rsp->cb_head, rcu_sync_func); in rcu_sync_call()
75 struct rcu_sync *rsp = container_of(rhp, struct rcu_sync, cb_head); in rcu_sync_func()
150 rcu_sync_func(&rsp->cb_head); in rcu_sync_enter()
/kernel/linux/linux-5.10/include/linux/
H A Drcu_sync.h22 struct rcu_head cb_head; member
/kernel/linux/linux-6.6/include/linux/
H A Drcu_sync.h22 struct rcu_head cb_head; member

Completed in 4 milliseconds