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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/ipc/
H A Dutil.c473 * - during the rcu grace period: ipc_rcu_grace.
487 struct ipc_rcu_grace 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))
568 struct ipc_rcu_grace *grace;
571 grace = container_of(head, struct ipc_rcu_grace, rcu);
587 struct ipc_rcu_grace *free =
588 container_of(head, struct ipc_rcu_grace, rcu);
598 call_rcu(&container_of(ptr, struct ipc_rcu_grace, data)->rcu,
601 call_rcu(&container_of(ptr, struct ipc_rcu_grace, dat
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/ipc/
H A Dutil.c473 * - during the rcu grace period: ipc_rcu_grace.
487 struct ipc_rcu_grace 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))
568 struct ipc_rcu_grace *grace;
571 grace = container_of(head, struct ipc_rcu_grace, rcu);
587 struct ipc_rcu_grace *free =
588 container_of(head, struct ipc_rcu_grace, rcu);
598 call_rcu(&container_of(ptr, struct ipc_rcu_grace, data)->rcu,
601 call_rcu(&container_of(ptr, struct ipc_rcu_grace, dat
[all...]

Completed in 89 milliseconds