Home
last modified time | relevance | path

Searched full:ongoing (Results 1 – 25 of 247) sorted by relevance

12345678910

/linux/include/linux/
H A Dpm_runtime.h355 * ongoing or device not in %RPM_ACTIVE state.
378 * ongoing.
405 * ongoing.
439 * ongoing or device not in %RPM_ACTIVE state.
473 * ongoing.
555 * change ongoing.
579 * change ongoing.
605 * change ongoing.
658 * change ongoing.
686 * change ongoing.
[all …]
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object_frontbuffer.h41 * mechanism is used to handle e.g. ongoing removal of frontbuffer pointer.
79 * mechanism is used to handle e.g. ongoing removal of frontbuffer pointer. This
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c722 * @head: context for ongoing I/O
790 * @head: context for ongoing I/O
819 * @head: context for ongoing I/O
869 * @head: context for ongoing I/O
921 * @head: context for ongoing I/O
946 * @head: context for ongoing I/O
993 * @head: context for ongoing I/O
1049 * @head: context for ongoing I/O
/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst48 truly non-blocking. If there is an ongoing async request it waits
50 doesn't wait for the new request to complete. If there is no ongoing
/linux/net/mac802154/
H A Dscan.c54 clear_bit(IEEE802154_IS_SCANNING, &local->ongoing); in mac802154_scan_cleanup_locked()
298 set_bit(IEEE802154_IS_SCANNING, &local->ongoing); in mac802154_trigger_scan_locked()
455 clear_bit(IEEE802154_IS_BEACONING, &local->ongoing); in mac802154_stop_beacons_locked()
481 set_bit(IEEE802154_IS_BEACONING, &local->ongoing); in mac802154_send_beacons_locked()
568 set_bit(IEEE802154_IS_ASSOCIATING, &local->ongoing); in mac802154_perform_association()
603 clear_bit(IEEE802154_IS_ASSOCIATING, &local->ongoing); in mac802154_perform_association()
/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c109 * scmi_reboot_notifier - A reboot notifier to catch an ongoing successful
112 * @reason: The reason for the ongoing reboot
115 * When an ongoing system transition is detected, compatible with the one
/linux/kernel/
H A Dtracepoint.c37 bool ongoing; member
49 snapshot->ongoing = true; in tp_rcu_get_state()
56 if (!snapshot->ongoing) in tp_rcu_cond_sync()
59 snapshot->ongoing = false; in tp_rcu_cond_sync()
/linux/net/netfilter/
H A Dxt_TPROXY.c47 /* check if there's an ongoing connection on the packet in tproxy_tg4()
124 /* check if there's an ongoing connection on the packet in tproxy_tg6_v1()
H A Dnft_tproxy.c45 /* check if there's an ongoing connection on the packet addresses, this in nft_tproxy_eval_v4()
113 /* check if there's an ongoing connection on the packet addresses, this in nft_tproxy_eval_v6()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fsi29 ongoing operation in case of an expired 'Master Time Out'
/linux/sound/soc/mxs/
H A Dmxs-saif.c94 if (master_saif->ongoing && rate != master_saif->cur_rate) { in mxs_saif_set_clk()
96 "can not change clock, master saif%d(rate %d) is ongoing\n", in mxs_saif_set_clk()
585 master_saif->ongoing = 1; in mxs_saif_trigger()
621 master_saif->ongoing = 0; in mxs_saif_trigger()
H A Dmxs-saif.h109 unsigned int ongoing; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c172 /* This function is to abort ongoing CAC upon stopping AP operations
192 * and also cancels ongoing delayed work.
/linux/Documentation/userspace-api/
H A Dtee.rst26 - TEE_IOC_CANCEL may cancel an ongoing TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE.
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dqmgr.h12 * struct nvkm_falcon_qmgr_seq - keep track of ongoing commands
/linux/drivers/net/wireless/ath/wil6210/
H A Dp2p.c71 wil_err(wil, "search failed. discovery already ongoing\n"); in wil_p2p_search()
141 wil_err(wil, "discovery already ongoing\n"); in wil_p2p_listen()
/linux/Documentation/scheduler/
H A Dsched-eevdf.rst24 There are ongoing discussions on how to manage lag, especially for sleeping
/linux/tools/perf/pmu-events/arch/x86/tigerlake/
H A Dcache.json109 "PublicDescription": "Counts Demand Data Read requests accessing the L2 cache. These requests may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An access is counted once.",
154 "PublicDescription": "Counts demand Data Read requests with true-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An access is counted once.",
163 "PublicDescription": "Counts read requests of any type with true-miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses.",
172 "PublicDescription": "Counts all requests that were hit or true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses.",
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c279 * ongoing page-table walks that have started before we in __kvm_vcpu_run()
325 * ongoing EL1&0 translations. in __kvm_vcpu_run()
/linux/tools/perf/pmu-events/arch/x86/graniterapids/
H A Dcache.json108 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …
126 …miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This …
144 …may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An acc…
215 …ue-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An acc…
241 …miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This …
250 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …
437 …sts that missed the L1 data cache including shadow misses (FB hits, merge to an ongoing L1D miss)",
/linux/include/linux/hsi/
H A Dhsi.h46 HSI_STATUS_PROCEEDING, /* Message transfer is ongoing */
48 HSI_STATUS_ERROR, /* Error when message transfer was ongoing */
/linux/Documentation/fb/
H A Dpvr2fb.rst38 ongoing
/linux/net/bridge/
H A Dbr_cfm.c783 /* Transmission is ongoing, the end time is recalculated */ in br_cfm_cc_ccm_tx()
790 /* Some change in info and transmission is not ongoing */ in br_cfm_cc_ccm_tx()
794 /* Some change in info and transmission is ongoing in br_cfm_cc_ccm_tx()
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/
H A Dcache.json180 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …
189 …miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This …
207 …may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An acc…
278 …ue-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An acc…
295 …miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This …
304 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …
456 …sts that missed the L1 data cache including shadow misses (FB hits, merge to an ongoing L1D miss)",
/linux/tools/perf/pmu-events/arch/x86/pantherlake/
H A Dcache.json147 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …
166 …miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This …
186 …may hit or miss L2 cache. True-miss exclude misses that were merged with ongoing L2 misses. An acc…
196 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …
236 …ue-miss in the L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. An acc…
246 …miss in the L2 cache. True-miss excludes L2 misses that were merged with ongoing L2 misses. [This …
256 …true misses in L2 cache. True-miss excludes misses that were merged with ongoing L2 misses. [This …

12345678910