Searched refs:async_cmds (Results 1 – 1 of 1) sorted by relevance
1140 struct llist_head async_cmds;1365 init_llist_head(&cb->async_cmds); in __bpf_async_init() 1464 * callback that is processing async_cmds queue. Otherwise the following in bpf_async_schedule_op() 1484 if (llist_add(&cmd->node, &cb->async_cmds)) in __bpf_async_set_callback() 1667 list = llist_del_all(&cb->async_cmds);1125 struct llist_head async_cmds; global() member