Home
last modified time | relevance | path

Searched refs:alloc_flag (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c230 static int create_md5_pad(int alloc_flag, unsigned long long hashed_length, char **pad, size_t *pad…
232 static int create_sha1_pad(int alloc_flag, unsigned long long hashed_length, char **pad, size_t *pa…
307 static struct cryptocop_dma_desc *alloc_cdesc(int alloc_flag) in alloc_cdesc() argument
309 int use_pool = (alloc_flag & GFP_ATOMIC) ? 1 : 0; in alloc_cdesc()
326 cdesc = kmalloc(sizeof(struct cryptocop_dma_desc), alloc_flag); in alloc_cdesc()
368 …pad_descriptor(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **pad_desc, int alloc_flag) in create_pad_descriptor() argument
384 cdesc = alloc_cdesc(alloc_flag); in create_pad_descriptor()
391 error = create_md5_pad(alloc_flag, tc->consumed, &pad, &plen); in create_pad_descriptor()
402 error = create_sha1_pad(alloc_flag, tc->consumed, &pad, &plen); in create_pad_descriptor()
439 …nt setup_key_dl_desc(struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **kd, int alloc_flag) in setup_key_dl_desc() argument
[all …]
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dfweh.c447 gfp_t alloc_flag = GFP_KERNEL; in brcmf_fweh_process_event() local
463 alloc_flag = GFP_ATOMIC; in brcmf_fweh_process_event()
465 event = kzalloc(sizeof(*event) + datalen, alloc_flag); in brcmf_fweh_process_event()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c39 static int alloc_flag; variable
1179 if (alloc_flag) in print_slab_result()
1186 if (caller_flag || alloc_flag) in print_page_result()
1190 if (alloc_flag) in print_page_result()
1722 if (caller_flag > alloc_flag) in parse_sort_opt()
1727 if (caller_flag > alloc_flag) in parse_sort_opt()
1740 caller_flag = (alloc_flag + 1); in parse_caller_opt()
1748 alloc_flag = (caller_flag + 1); in parse_alloc_opt()
1778 if (caller_flag > alloc_flag) in parse_line_opt()
/linux-4.4.14/arch/cris/include/arch-v32/arch/
Dcryptocop.h149 …cop_new_session(cryptocop_session_id *sid, struct cryptocop_transform_init *tinit, int alloc_flag);
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c3428 u32 search_flag, alloc_flag; in i915_gem_object_bind_to_vm() local
3514 alloc_flag = DRM_MM_CREATE_TOP; in i915_gem_object_bind_to_vm()
3517 alloc_flag = DRM_MM_CREATE_DEFAULT; in i915_gem_object_bind_to_vm()
3526 alloc_flag); in i915_gem_object_bind_to_vm()