Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnotif.c122 notif->buf_node = NULL; in io_alloc_notif()
H A Drsrc.c1121 return req->buf_node; in io_find_buf_node()
1128 req->buf_node = node; in io_find_buf_node()
H A Dio_uring.c1446 io_put_rsrc_node(req->ctx, req->buf_node); in io_req_put_rsrc_nodes()
/linux/include/linux/
H A Dio_uring_types.h683 struct io_rsrc_node *buf_node; member
/linux/drivers/android/
H A Dbinder.c4018 struct binder_node *buf_node; in binder_free_buf() local
4021 buf_node = buffer->target_node; in binder_free_buf()
4022 binder_node_inner_lock(buf_node); in binder_free_buf()
4023 BUG_ON(!buf_node->has_async_transaction); in binder_free_buf()
4024 BUG_ON(buf_node->proc != proc); in binder_free_buf()
4026 &buf_node->async_todo); in binder_free_buf()
4028 buf_node->has_async_transaction = false; in binder_free_buf()
4034 binder_node_inner_unlock(buf_node); in binder_free_buf()