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

/linux-4.4.14/tools/perf/tests/
H A Dbpf-script-example.c39 int new_flag; bpf_func__sys_epoll_pwait() local
43 new_flag = !*flag; bpf_func__sys_epoll_pwait()
44 bpf_map_update_elem(&flip_table, &ind, &new_flag, BPF_ANY); bpf_func__sys_epoll_pwait()
45 return new_flag; bpf_func__sys_epoll_pwait()
/linux-4.4.14/drivers/md/
H A 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 nf) __alloc_buffer_wait_no_callback()
856 static struct dm_buffer *__alloc_buffer_wait(struct dm_bufio_client *c, enum new_flag nf) __alloc_buffer_wait()
966 enum new_flag nf, int *need_submit, __bufio_new()
1057 enum new_flag nf, struct dm_buffer **bp) new_read()
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c894 int old_flag, int new_flag) rb_head_page_set()
905 val | old_flag, val | new_flag); rb_head_page_set()
891 rb_head_page_set(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag, int new_flag) rb_head_page_set() argument

Completed in 306 milliseconds