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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dbuffer.c19 b->is_vmalloc = false;
26 b->is_vmalloc = true;
42 if (b->is_vmalloc)
H A Dbuffer.h20 bool is_vmalloc; member in struct:ceph_buffer
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.c482 int is_vmalloc; member in struct:ipc_rcu_hdr
534 container_of(out, struct ipc_rcu_hdr, data)->is_vmalloc = 1;
541 container_of(out, struct ipc_rcu_hdr, data)->is_vmalloc = 0;
597 if (container_of(ptr, struct ipc_rcu_hdr, data)->is_vmalloc) {

Completed in 89 milliseconds