Home
last modified time | relevance | path

Searched refs:kvmalloc_obj (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireguard/
H A Dpeerlookup.c24 struct pubkey_hashtable *table = kvmalloc_obj(*table); in wg_pubkey_hashtable_alloc()
85 struct index_hashtable *table = kvmalloc_obj(*table); in wg_index_hashtable_alloc()
/linux/scripts/coccinelle/api/
H A Dkmalloc_objs.cocci129 kvmalloc_obj,kvmalloc_objs,kvmalloc_flex,
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dga102.c35 lsb = kvmalloc_obj(*lsb); in ga102_acr_wpr_patch()
/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c653 struct ia_css_frame *me = kvmalloc_obj(*me); in frame_create()
/linux/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c775 smm = kvmalloc_obj(*smm); in dm_sm_metadata_init()
/linux/include/linux/
H A Dslab.h1160 #define kvmalloc_obj(P, ...) \ macro
/linux/drivers/vhost/
H A Dnet.c1347 n = kvmalloc_obj(*n, GFP_KERNEL | __GFP_RETRY_MAYFAIL); in vhost_net_open()
/linux/kernel/printk/
H A Dprintk.c936 user = kvmalloc_obj(struct devkmsg_user); in devkmsg_open()