Searched refs:alloc_flag (Results 1 – 4 of 4) sorted by relevance
395 gfp_t alloc_flag = GFP_KERNEL; in brcmf_fweh_process_event() local415 alloc_flag = GFP_ATOMIC; in brcmf_fweh_process_event()417 event = kzalloc(sizeof(*event) + datalen, alloc_flag); in brcmf_fweh_process_event()
51 static int alloc_flag; variable1224 if (alloc_flag) in print_slab_result()1231 if (caller_flag || alloc_flag) in print_page_result()1235 if (alloc_flag) in print_page_result()1767 if (caller_flag > alloc_flag) in parse_sort_opt()1772 if (caller_flag > alloc_flag) in parse_sort_opt()1785 caller_flag = (alloc_flag + 1); in parse_caller_opt()1793 alloc_flag = (caller_flag + 1); in parse_alloc_opt()1823 if (caller_flag > alloc_flag) in parse_line_opt()
1750 es->alloc_flag = p_dir->flags; in get_entry_set_in_dir()1812 if (es->alloc_flag == 0x03) { in get_entry_set_in_dir()1839 es->alloc_flag, es->num_entries, &es->__buf); in get_entry_set_in_dir()1890 if (es->alloc_flag == 0x03) { in __write_partial_entries_in_entry_set()1936 dir.flags = es->alloc_flag; in write_partial_entries_in_entry_set()
650 s32 alloc_flag; member