Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/tests/
Dbpf-script-example.c39 int new_flag; in bpf_func__SyS_epoll_pwait() local
43 new_flag = !*flag; in bpf_func__SyS_epoll_pwait()
44 bpf_map_update_elem(&flip_table, &ind, &new_flag, BPF_ANY); in bpf_func__SyS_epoll_pwait()
45 return new_flag; in bpf_func__SyS_epoll_pwait()
/Linux-v4.19/drivers/md/
Ddm-bufio.c794 enum new_flag { enum
807 static struct dm_buffer *__alloc_buffer_wait_no_callback(struct dm_bufio_client *c, enum new_flag n… in __alloc_buffer_wait_no_callback()
861 static struct dm_buffer *__alloc_buffer_wait(struct dm_bufio_client *c, enum new_flag nf) in __alloc_buffer_wait()
976 enum new_flag nf, int *need_submit, in __bufio_new()
1065 enum new_flag nf, struct dm_buffer **bp) in new_read()
/Linux-v4.19/kernel/trace/
Dring_buffer.c927 int old_flag, int new_flag) in rb_head_page_set() argument
938 val | old_flag, val | new_flag); in rb_head_page_set()