Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbpf-script-example.c40 int new_flag; in bpf_func__SyS_epoll_pwait() local
44 new_flag = !*flag; in bpf_func__SyS_epoll_pwait()
45 bpf_map_update_elem(&flip_table, &ind, &new_flag, BPF_ANY); in bpf_func__SyS_epoll_pwait()
46 return new_flag; in bpf_func__SyS_epoll_pwait()
/OK3568_Linux_fs/u-boot/env/
H A Dflash.c124 char flag = OBSOLETE_FLAG, new_flag = ACTIVE_FLAG; in env_flash_save() local
144 env_new.flags = new_flag; in env_flash_save()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-bufio.c850 enum new_flag { enum
863 static struct dm_buffer *__alloc_buffer_wait_no_callback(struct dm_bufio_client *c, enum new_flag n… in __alloc_buffer_wait_no_callback()
917 static struct dm_buffer *__alloc_buffer_wait(struct dm_bufio_client *c, enum new_flag nf) in __alloc_buffer_wait()
986 enum new_flag nf, int *need_submit, in __bufio_new()
1075 enum new_flag nf, struct dm_buffer **bp) in new_read()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c1269 int old_flag, int new_flag) in rb_head_page_set() argument
1280 val | old_flag, val | new_flag); in rb_head_page_set()