Searched refs:xpc_kzalloc_cacheline_aligned (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1182 xpc_kzalloc_cacheline_aligned(XPC_GP_SIZE, GFP_KERNEL, in xpc_setup_ch_structures_sn2() 1191 xpc_kzalloc_cacheline_aligned(XPC_GP_SIZE, GFP_KERNEL, in xpc_setup_ch_structures_sn2() 1205 xpc_kzalloc_cacheline_aligned(XPC_OPENCLOSE_ARGS_SIZE, in xpc_setup_ch_structures_sn2() 1572 xpc_kzalloc_cacheline_aligned(nbytes, GFP_KERNEL, in xpc_allocate_local_msgqueue_sn2() 1619 xpc_kzalloc_cacheline_aligned(nbytes, GFP_KERNEL, &ch_sn2-> in xpc_allocate_remote_msgqueue_sn2()
|
D | xpc_main.c | 383 xpc_kzalloc_cacheline_aligned(size_t size, gfp_t flags, void **base) in xpc_kzalloc_cacheline_aligned() function 430 xpc_kzalloc_cacheline_aligned(XPC_OPENCLOSE_ARGS_SIZE, in xpc_setup_ch_structures()
|
D | xpc.h | 885 extern void *xpc_kzalloc_cacheline_aligned(size_t, gfp_t, void **);
|