Searched refs:bufs (Results 1 – 2 of 2) sorted by relevance
127 buf = &pipe->bufs[head & mask]; in post_one_notification()150 buf = &pipe->bufs[(head - 1) & mask]; in post_one_notification()
777 static int try_get_buffers(struct bpf_bprintf_buffers **bufs) in try_get_buffers() argument788 *bufs = this_cpu_ptr(&bpf_bprintf_bufs[nest_level - 1]); in try_get_buffers()