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 | 496 void ipc_rcu_putref(void *ptr, void (*func)(struct rcu_head *head)) in ipc_rcu_putref() argument 506 void ipc_rcu_free(struct rcu_head *head) in ipc_rcu_free() argument 508 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in ipc_rcu_free()
|
D | msg.c | 103 static void msg_rcu_free(struct rcu_head *head) in msg_rcu_free() argument 105 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in msg_rcu_free() 109 ipc_rcu_free(head); in msg_rcu_free()
|
D | shm.c | 170 static void shm_rcu_free(struct rcu_head *head) in shm_rcu_free() argument 172 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in shm_rcu_free() 176 ipc_rcu_free(head); in shm_rcu_free()
|
D | sem.c | 246 static void sem_rcu_free(struct rcu_head *head) in sem_rcu_free() argument 248 struct ipc_rcu *p = container_of(head, struct ipc_rcu, rcu); in sem_rcu_free() 252 ipc_rcu_free(head); in sem_rcu_free()
|
D | mqueue.c | 360 static void mqueue_i_callback(struct rcu_head *head) in mqueue_i_callback() argument 362 struct inode *inode = container_of(head, struct inode, i_rcu); in mqueue_i_callback()
|