Searched refs:bufs (Results 1 – 2 of 2) sorted by relevance
131 buf = &pipe->bufs[head & mask]; in post_one_notification()154 buf = &pipe->bufs[(head - 1) & mask]; in post_one_notification()
725 struct bpf_bprintf_buffers *bufs; in try_get_fmt_tmp_buf() local735 bufs = this_cpu_ptr(&bpf_bprintf_bufs); in try_get_fmt_tmp_buf()736 *tmp_buf = bufs->tmp_bufs[nest_level - 1]; in try_get_fmt_tmp_buf()