Home
last modified time | relevance | path

Searched refs:new_flag (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/env/
H A Dflash.c123 char flag = OBSOLETE_FLAG, new_flag = ACTIVE_FLAG; in env_flash_save() local
143 env_new.flags = new_flag; in env_flash_save()
/openbmc/linux/drivers/md/
H A Ddm-bufio.c1581 enum new_flag { enum
1594 static struct dm_buffer *__alloc_buffer_wait_no_callback(struct dm_bufio_client *c, enum new_flag n… in __alloc_buffer_wait_no_callback()
1647 static struct dm_buffer *__alloc_buffer_wait(struct dm_bufio_client *c, enum new_flag nf) in __alloc_buffer_wait()
1759 enum new_flag nf, int *need_submit, in __bufio_new()
1855 enum new_flag nf, struct dm_buffer **bp) in new_read()
/openbmc/linux/kernel/trace/
H A Dring_buffer.c1413 int old_flag, int new_flag) in rb_head_page_set() argument
1424 val | old_flag, val | new_flag); in rb_head_page_set()