Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/md/
Ddm-bufio.c800 enum new_flag { enum
813 static struct dm_buffer *__alloc_buffer_wait_no_callback(struct dm_bufio_client *c, enum new_flag n… in __alloc_buffer_wait_no_callback()
856 static struct dm_buffer *__alloc_buffer_wait(struct dm_bufio_client *c, enum new_flag nf) in __alloc_buffer_wait()
966 enum new_flag nf, int *need_submit, in __bufio_new()
1057 enum new_flag nf, struct dm_buffer **bp) in new_read()
/linux-4.4.14/kernel/trace/
Dring_buffer.c894 int old_flag, int new_flag) in rb_head_page_set() argument
905 val | old_flag, val | new_flag); in rb_head_page_set()