Searched refs:ipc_rcu_putref (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | sem.c | 499 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in sem_lock_and_putref() 578 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in newary() 1223 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in freeary() 1484 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in semctl_main() 1519 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in semctl_main() 1525 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in semctl_main() 1532 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in semctl_main() 1988 ipc_rcu_putref(&sma->sem_perm, sem_rcu_free);
in find_alloc_undo()
|
H A D | msg.c | 178 ipc_rcu_putref(&msq->q_perm, msg_rcu_free); in newque() 282 ipc_rcu_putref(&msq->q_perm, msg_rcu_free); in __releases() 923 ipc_rcu_putref(&msq->q_perm, msg_rcu_free); in do_msgsnd()
|
H A D | shm.c | 332 ipc_rcu_putref(&shp->shm_perm, shm_rcu_free);
in shm_destroy() 494 * safe to call ipc_rcu_putref here
in exit_shm() 496 ipc_rcu_putref(&shp->shm_perm, shm_rcu_free);
in exit_shm() 804 ipc_rcu_putref(&shp->shm_perm, shm_rcu_free);
in newseg()
|
H A D | util.c | 272 * The caller must use ipc_rcu_putref() to free the identifier.
282 /* 1) Initialize the refcount so that ipc_rcu_putref works */
in ipc_addid() 503 void ipc_rcu_putref(struct kern_ipc_perm *ptr, void (*func)(struct rcu_head *head))
in ipc_rcu_putref() function
|
Completed in 10 milliseconds