Home
last modified time | relevance | path

Searched refs:async_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/kernel/
Dasync.c67 struct async_entry { struct
89 struct async_entry *first = NULL; in lowest_in_progress() argument
98 struct async_entry, domain_list); in lowest_in_progress()
102 struct async_entry, global_list); in lowest_in_progress()
117 struct async_entry *entry = in async_run_entry_fn()
118 container_of(work, struct async_entry, work); in async_run_entry_fn()
168 struct async_entry *entry; in async_schedule_node_domain()
173 entry = kzalloc(sizeof(struct async_entry), GFP_ATOMIC); in async_schedule_node_domain()
/Linux-v6.1/drivers/w1/
Dw1_internal.h27 struct list_head async_entry; member
Dw1_netlink.c492 list_del(&async_cmd->async_entry); in w1_process_cb()
688 list_add_tail(&node->async.async_entry, &dev->async_list); in w1_cn_callback()
Dw1.c1146 async_entry) { in w1_process_callbacks()
/Linux-v6.1/drivers/scsi/be2iscsi/
Dbe_main.c1485 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_purge_handles()
1489 INIT_LIST_HEAD(&pasync_ctx->async_entry[cri].wq.list); in beiscsi_hdl_purge_handles()
1490 pasync_ctx->async_entry[cri].wq.hdr_len = 0; in beiscsi_hdl_purge_handles()
1491 pasync_ctx->async_entry[cri].wq.bytes_received = 0; in beiscsi_hdl_purge_handles()
1492 pasync_ctx->async_entry[cri].wq.bytes_needed = 0; in beiscsi_hdl_purge_handles()
1547 pasync_handle = pasync_ctx->async_entry[ci].header; in beiscsi_hdl_get_handle()
1554 pasync_handle = pasync_ctx->async_entry[ci].data; in beiscsi_hdl_get_handle()
1615 plist = &pasync_ctx->async_entry[cri].wq.list; in beiscsi_hdl_fwd_pdu()
1645 pasync_ctx->async_entry[cri].wq.hdr_len, in beiscsi_hdl_fwd_pdu()
1646 pasync_ctx->async_entry[cri].wq.bytes_needed, in beiscsi_hdl_fwd_pdu()
[all …]
Dbe_main.h613 struct hd_async_entry *async_entry; member