Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/tests/
Dbpf-script-example.c51 int new_flag; in bpf_func__SyS_epoll_pwait() local
55 new_flag = !*flag; in bpf_func__SyS_epoll_pwait()
56 bpf_map_update_elem(&flip_table, &ind, &new_flag, BPF_ANY); in bpf_func__SyS_epoll_pwait()
57 return new_flag; in bpf_func__SyS_epoll_pwait()
/linux-6.1.9/drivers/md/
Ddm-bufio.c870 enum new_flag { enum
883 static struct dm_buffer *__alloc_buffer_wait_no_callback(struct dm_bufio_client *c, enum new_flag n… in __alloc_buffer_wait_no_callback()
937 static struct dm_buffer *__alloc_buffer_wait(struct dm_bufio_client *c, enum new_flag nf) in __alloc_buffer_wait()
1006 enum new_flag nf, int *need_submit, in __bufio_new()
1095 enum new_flag nf, struct dm_buffer **bp) in new_read()
/linux-6.1.9/kernel/trace/
Dring_buffer.c1401 int old_flag, int new_flag) in rb_head_page_set() argument
1412 val | old_flag, val | new_flag); in rb_head_page_set()