Home
last modified time | relevance | path

Searched refs:buf_node (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/io_uring/
H A Drsrc.h125 io_put_rsrc_node(req->ctx, req->buf_node); in io_req_put_rsrc_nodes()
126 req->buf_node = NULL; in io_req_put_rsrc_nodes()
140 io_req_assign_rsrc_node(&req->buf_node, node); in io_req_assign_buf_node()
H A Dnotif.c121 notif->buf_node = NULL; in io_alloc_notif()
H A Drw.c695 if ((req->flags & REQ_F_BUF_NODE) && req->buf_node->buf->is_kbuf) in loop_rw_iter()
H A Drsrc.c1112 return req->buf_node; in io_find_buf_node()
H A Dio_uring.c934 req->buf_node = NULL; in io_preinit_req()
/linux-6.15/include/linux/
H A Dio_uring_types.h681 struct io_rsrc_node *buf_node; member
/linux-6.15/drivers/android/
H A Dbinder.c4021 struct binder_node *buf_node; in binder_free_buf() local
4024 buf_node = buffer->target_node; in binder_free_buf()
4025 binder_node_inner_lock(buf_node); in binder_free_buf()
4026 BUG_ON(!buf_node->has_async_transaction); in binder_free_buf()
4027 BUG_ON(buf_node->proc != proc); in binder_free_buf()
4029 &buf_node->async_todo); in binder_free_buf()
4031 buf_node->has_async_transaction = false; in binder_free_buf()
4037 binder_node_inner_unlock(buf_node); in binder_free_buf()