Searched refs:head (Results 1 – 6 of 6) sorted by relevance
/ipc/ |
D | util.h | 131 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head)); 132 void ipc_rcu_free(struct rcu_head *head);
|
D | util.c | 451 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()
|
D | msg.c | 98 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()
|
D | shm.c | 174 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()
|
D | sem.c | 260 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()
|
D | mqueue.c | 357 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()
|