Home
last modified time | relevance | path

Searched refs:head (Results 1 – 6 of 6) sorted by relevance

/ipc/
Dutil.h131 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head));
132 void ipc_rcu_free(struct rcu_head *head);
Dutil.c451 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head)) in ipc_rcu_putref() argument
461 void ipc_rcu_free(struct rcu_head *head) in ipc_rcu_free() argument
463 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in ipc_rcu_free()
Dmsg.c98 static void msg_rcu_free(struct rcu_head *head) in msg_rcu_free() argument
100 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in msg_rcu_free()
104 ipc_rcu_free(head); in msg_rcu_free()
Dshm.c174 static void shm_rcu_free(struct rcu_head *head) in shm_rcu_free() argument
176 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in shm_rcu_free()
180 ipc_rcu_free(head); in shm_rcu_free()
Dsem.c260 static void sem_rcu_free(struct rcu_head *head) in sem_rcu_free() argument
262 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in sem_rcu_free()
266 ipc_rcu_free(head); in sem_rcu_free()
Dmqueue.c357 static void mqueue_i_callback(struct rcu_head *head) in mqueue_i_callback() argument
359 struct inode *inode = container_of(head, struct inode, i_rcu); in mqueue_i_callback()