Searched refs:alloc_flags (Results 1 – 4 of 4) sorted by relevance
62 gfp_t alloc_flags; member
570 map->alloc_flags = GFP_ATOMIC; in __regmap_init()572 map->alloc_flags = GFP_KERNEL; in __regmap_init()1802 wval = kmemdup(val, val_count * val_bytes, map->alloc_flags); in regmap_bulk_write()
423 or->alloc_flags = gfp; in osd_start_request()544 buff = krealloc(seg->buff, max_bytes, or->alloc_flags); in _osd_realloc_seg()726 bio = bio_map_kern(q, list, len, or->alloc_flags); in _osd_req_list_objects()1188 or->alloc_flags); in _req_append_segment()1195 or->alloc_flags); in _req_append_segment()1581 gfp_t flags = or->alloc_flags; in _init_blk_request()
85 gfp_t alloc_flags = cbk ? GFP_ATOMIC : GFP_KERNEL; in alloc_cmd() local88 ent = kzalloc(sizeof(*ent), alloc_flags); in alloc_cmd()