Searched refs:ipc_rcu_hdr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.c472 * - during use: ipc_rcu_hdr.
479 struct ipc_rcu_hdr struct
501 #define HDRLEN_KMALLOC (sizeof(struct ipc_rcu_grace) > sizeof(struct ipc_rcu_hdr) ? \
502 sizeof(struct ipc_rcu_grace) : sizeof(struct ipc_rcu_hdr))
534 container_of(out, struct ipc_rcu_hdr, data)->is_vmalloc = 1;
535 container_of(out, struct ipc_rcu_hdr, data)->refcount = 1;
541 container_of(out, struct ipc_rcu_hdr, data)->is_vmalloc = 0;
542 container_of(out, struct ipc_rcu_hdr, data)->refcount = 1;
551 container_of(ptr, struct ipc_rcu_hdr, data)->refcount++;
594 if (--container_of(ptr, struct ipc_rcu_hdr, dat
[all...]

Completed in 58 milliseconds