Searched refs:alloc_flag (Results 1 – 3 of 3) 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()
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