ipc_rcu_hdr 503 ipc/util.c #define HDRLEN_KMALLOC (sizeof(struct ipc_rcu_grace) > sizeof(struct ipc_rcu_hdr) ? \
ipc_rcu_hdr 504 ipc/util.c sizeof(struct ipc_rcu_grace) : sizeof(struct ipc_rcu_hdr))
ipc_rcu_hdr 536 ipc/util.c container_of(out, struct ipc_rcu_hdr, data)->is_vmalloc = 1;
ipc_rcu_hdr 537 ipc/util.c container_of(out, struct ipc_rcu_hdr, data)->refcount = 1;
ipc_rcu_hdr 543 ipc/util.c container_of(out, struct ipc_rcu_hdr, data)->is_vmalloc = 0;
ipc_rcu_hdr 544 ipc/util.c container_of(out, struct ipc_rcu_hdr, data)->refcount = 1;
ipc_rcu_hdr 553 ipc/util.c container_of(ptr, struct ipc_rcu_hdr, data)->refcount++;
ipc_rcu_hdr 596 ipc/util.c if (--container_of(ptr, struct ipc_rcu_hdr, data)->refcount > 0)
ipc_rcu_hdr 599 ipc/util.c if (container_of(ptr, struct ipc_rcu_hdr, data)->is_vmalloc) {