Home
last modified time | relevance | path

Searched refs:notify_method (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dio_uring_types.h217 enum task_work_notify_mode notify_method; member
/openbmc/qemu/hw/i386/
H A Dacpi-build.c513 Aml *dev, *notify_method = NULL, *method; in build_append_pcihp_slots() local
520 notify_method = aml_method("DVNT", 2, AML_NOTSERIALIZED); in build_append_pcihp_slots()
552 build_append_pcihp_notify_entry(notify_method, slot); in build_append_pcihp_slots()
557 aml_append(parent_scope, notify_method); in build_append_pcihp_slots()
/openbmc/linux/io_uring/
H A Dio_uring.c1360 if (likely(!task_work_add(req->task, &tctx->task_work, ctx->notify_method))) in io_req_normal_work_add()
3951 ctx->notify_method = TWA_SIGNAL_NO_IPI; in io_uring_create()
3953 ctx->notify_method = TWA_SIGNAL_NO_IPI; in io_uring_create()
3958 ctx->notify_method = TWA_SIGNAL; in io_uring_create()