Home
last modified time | relevance | path

Searched refs:completer (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/common/
H A DbL_switcher.c264 bL_switch_completion_handler completer; member
274 bL_switch_completion_handler completer; in bL_switcher_thread() local
289 completer = t->completer; in bL_switcher_thread()
292 t->completer = NULL; in bL_switcher_thread()
298 if (completer) in bL_switcher_thread()
299 completer(completer_cookie); in bL_switcher_thread()
326 * @completer: switch completion callback. if non-NULL,
327 * @completer(@completer_cookie) will be called on completion of
329 * @completer_cookie: opaque context argument for @completer
342 bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, bL_switch_completion_handler completer, void *completer_cookie) bL_switch_request_cb() argument
[all...]
/kernel/linux/linux-6.6/arch/arm/common/
H A DbL_switcher.c264 bL_switch_completion_handler completer; member
274 bL_switch_completion_handler completer; in bL_switcher_thread() local
289 completer = t->completer; in bL_switcher_thread()
292 t->completer = NULL; in bL_switcher_thread()
298 if (completer) in bL_switcher_thread()
299 completer(completer_cookie); in bL_switcher_thread()
326 * @completer: switch completion callback. if non-NULL,
327 * @completer(@completer_cookie) will be called on completion of
329 * @completer_cookie: opaque context argument for @completer
342 bL_switch_request_cb(unsigned int cpu, unsigned int new_cluster_id, bL_switch_completion_handler completer, void *completer_cookie) bL_switch_request_cb() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c553 /* Address in the completer's address space */
564 } completer; member
675 u8 owner_id = tx->completer.id; in host_initiate_donation()
707 u8 host_id = tx->completer.id; in host_complete_donation()
841 switch (tx->completer.id) { in check_share()
876 switch (tx->completer.id) { in __do_share()
931 switch (tx->completer.id) { in check_unshare()
963 switch (tx->completer.id) { in __do_unshare()
1018 switch (tx->completer.id) { in check_donation()
1052 switch (tx->completer in __do_donate()
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A DbL_switcher.h18 bL_switch_completion_handler completer,
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A DbL_switcher.h18 bL_switch_completion_handler completer,
/kernel/linux/linux-6.6/drivers/cdx/controller/
H A Dmcdi.c79 if (cmd->completer) { in _cdx_mcdi_remove_cmd()
332 cmd->completer(cdx, cmd->cookie, cmd->rc, in cdx_mcdi_process_cleanup_list()
458 cmd_item->completer = &cdx_mcdi_rpc_completer; in cdx_mcdi_rpc_sync()
463 /* Claim an extra reference for the completer to put. */ in cdx_mcdi_rpc_sync()
797 cmd_item->completer = complete; in cdx_mcdi_rpc_async()
H A Dmcdi.h112 * @completer: Completion function
133 cdx_mcdi_async_completer *completer; member

Completed in 6 milliseconds