Home
last modified time | relevance | path

Searched full:invoked (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/Linux-v6.6/include/linux/
Dentry-common.h72 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable
92 * Invoked from architecture specific syscall entry code with interrupts
97 * This is invoked when there is architecture specific functionality to be
107 * Invoked from architecture specific syscall entry code with interrupts
115 * This is invoked when there is extra architecture specific functionality
126 * Invoked from architecture specific syscall entry code with interrupts
151 * Invoked from architecture specific syscall entry code with interrupts
201 * Invoked from exit_to_user_mode_loop() with interrupt enabled
221 * Invoked from exit_to_user_mode_prepare() with interrupt disabled as the last
238 * Invoked from exit_to_user_mode() with interrupt disabled as the last
[all …]
Dcpuhotplug.h29 * installed teardown callbacks are invoked in the reverse order from
34 * PREPARE: The callbacks are invoked on a control CPU before the
37 * STARTING: The callbacks are invoked on the hotplugged CPU from the low level
40 * ONLINE: The callbacks are invoked on the hotplugged CPU from the per CPU
60 /* PREPARE section invoked on a control CPU */
139 * STARTING section invoked on the hotplugged CPU in low level
201 /* Online section invoked on the hotplugged CPU from the hotplug thread */
298 * Same as cpuhp_setup_state() except that it must be invoked from within a
319 * invoked during installation. NOP if SMP=n or HOTPLUG_CPU=n.
340 * Same as cpuhp_setup_state_nocalls() except that it must be invoked from
[all …]
Dentry-kvm.h31 * Invoked from xfer_to_guest_mode_handle_work(). Defaults to NOOP. Can be
59 * Has to be invoked with interrupts disabled before the last call
89 * Has to be invoked with interrupts disabled before the transition to
Drpmsg.h87 * the rpmsg channel), the driver's handler is invoked to process it.
109 * @probe: invoked when a matching rpmsg channel (i.e. device) is found
110 * @remove: invoked when the rpmsg channel is removed
111 * @callback: invoked when an inbound message is received on the channel
112 * @flowcontrol: invoked when remote side flow control request is received
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dtcp_rtt.c8 __u32 invoked; member
46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() argument
56 if (val.invoked != invoked) { in verify_sk()
57 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk()
58 msg, val.invoked, invoked); in verify_sk()
118 /*invoked=*/1, in run_test()
132 /*invoked=*/2, in run_test()
Dmptcp.c59 __u32 invoked; member
94 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_tsk()
138 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_msk()
/Linux-v6.6/Documentation/core-api/
Dcpu_hotplug.rst140 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
164 When a CPU is onlined, the startup callbacks are invoked sequentially until
165 the state CPUHP_ONLINE is reached. They can also be invoked when the
169 When a CPU is offlined the teardown callbacks are invoked in the reverse
171 be invoked when the callbacks of a state are removed or an instance is
185 The startup callbacks in this section are invoked before the CPU is
186 started during a CPU online operation. The teardown callbacks are invoked
189 The callbacks are invoked on a control CPU as they can't obviously run on
209 The startup callbacks in this section are invoked on the hotplugged CPU
211 setup code. The teardown callbacks are invoked with interrupts disabled
[all …]
/Linux-v6.6/drivers/crypto/qce/
Dcore.h26 * @async_req_enqueue: invoked by every algorithm to enqueue a request
27 * @async_req_done: invoked by every algorithm to finish its request
50 * @register_algs: invoked by core to register the algorithms
51 * @unregister_algs: invoked by core to unregister the algorithms
52 * @async_req_handle: invoked by core to handle enqueued request
/Linux-v6.6/Documentation/scsi/
Dscsi_eh.rst67 scsi_finish_command() is invoked for the command. The
83 scsi_eh_scmd_add(scmd) is invoked for the command. See
106 2. scsi_abort_command() is invoked to schedule an asynchronous abort which may
107 issue a retry scmd->allowed + 1 times. Asynchronous aborts are not invoked
113 3. scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD) is invoked for the
124 Otherwise scsi_eh_scmd_add() is invoked for the command.
246 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
260 :ACTION: scsi_eh_scmd_add() is invoked for scmd
278 :ACTION: scsi_eh_finish_cmd() is invoked to EH-finish scmd
298 - otherwise, scsi_finish_command() is invoked for scmd
[all …]
/Linux-v6.6/arch/um/include/shared/
Dirq_kern.h31 * @timetravel_handler: the timetravel interrupt handler, invoked with the IRQ
36 * Note that the timetravel handler is invoked only if the time_travel_mode is
37 * %TT_MODE_EXTERNAL, and then it is invoked even while the system is suspended!
39 * an appropriate delay, before sending an ACK on the socket it was invoked for.
49 * not be invoked at all and the @handler must handle the FD becoming
/Linux-v6.6/drivers/net/fddi/skfp/h/
Dhwmtm.h202 * This macro may be invoked by the OS-specific module to read
216 * This macro may be invoked by the OS-specific module to read
232 * This macro may be invoked by the OS-specific module to get the
249 * This macro may be invoked by the OS-specific module to get the
268 * This macro may be invoked by the OS-specific module to read
285 * This macro may be invoked by the OS-specific module to read
301 * This macro may be invoked by the OS-specific module to get
318 * This macro may be invoked by the OS-specific module to get
332 * This macro may be invoked by the OS-specific module to get the
348 * This macro is invoked by the OS-specific before it left the
/Linux-v6.6/Documentation/RCU/
Dlockdep.rst43 invoked by both RCU readers and updaters.
47 is invoked by both RCU-bh readers and updaters.
51 is invoked by both RCU-sched readers and updaters.
55 is invoked by both SRCU readers and updaters.
64 invoked only by updaters.
91 from taking place. If the above statement was invoked only from updater
DUP.rst30 This same problem can occur if call_rcu() is invoked from a hardware
59 Suppose that call_rcu() is invoked while holding a lock, and that the
77 It is far better to guarantee that callbacks are invoked
119 Therefore, the called function has been invoked within an RCU
134 then, since RCU callbacks can be invoked from softirq context,
/Linux-v6.6/Documentation/networking/dsa/
Ddsa.rst246 - receive function is invoked
273 - invoked ``netif_receive_skb()``
312 calls ``dsa_switch_rcv()``, is invoked early (on the physical DSA master;
390 function hooks should be invoked, information about the directly attached
673 - ``phy_read``: Function invoked by the DSA slave MDIO bus when attempting to read
678 - ``phy_write``: Function invoked by the DSA slave MDIO bus when attempting to write
682 - ``adjust_link``: Function invoked by the PHY library when a slave network device
687 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by
741 - ``suspend``: function invoked by the DSA platform device when the system goes to
746 - ``resume``: function invoked by the DSA platform device when the system resumes,
[all …]
/Linux-v6.6/Documentation/networking/
Dtls-handshake.rst71 @ta_done contains a callback function that is invoked when the handshake
101 zero return guarantees the callback function @ta_done will be invoked
104 @ta_done will not be invoked on this socket.
155 will not be invoked. If this function returns false, then the consumer's
156 completion callback has already been invoked.
165 field in the tls_handshake_args structure, is invoked.
212 Once the handshake completion callback function has been invoked, normal
/Linux-v6.6/drivers/media/platform/mediatek/vcodec/decoder/
Dvdec_vpu_if.h57 * vpu_dec_start - start decoding, basically the function will be invoked once
67 * vpu_dec_end - end decoding, basically the function will be invoked once
92 * vpu_dec_core - core start decoding, basically the function will be invoked once
100 * vpu_dec_core_end - core end decoding, basically the function will be invoked once
/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_pci.h96 * @suspend: callback invoked before sending D3 request to device
97 * @suspend_late: callback invoked after getting D3 ACK from device
98 * @resume_early: callback invoked before sending the resume request to device
99 * @resume: callback invoked after getting resume ACK from device
/Linux-v6.6/include/linux/regulator/
Dcoupler.h23 * @attach_regulator: Callback invoked on creation of a coupled regulator,
29 * @detach_regulator: Callback invoked on destruction of a coupled regulator.
31 * @balance_voltage: Callback invoked when voltage of a coupled regulator is
/Linux-v6.6/drivers/crypto/caam/
Dqi.h31 * caam_qi_cbk - application's callback function invoked by the driver when the
140 * Invoked when shared descriptor is required to be change in driver context.
160 * Invoked when a user of the CAAM-QI (i.e. caamalg-qi) needs data which has
174 * Invoked when a user of the CAAM-QI (i.e. caamalg-qi) no longer needs
/Linux-v6.6/Documentation/virt/kvm/
Dhalt-polling.rst19 invoked. Thus halt polling is especially useful on workloads with very short
49 received during the polling interval (and thus schedule is invoked) there are
76 invoked and a wakeup source received (irrespective of
77 whether the scheduler is invoked within that function).
151 that cpu, otherwise the polling will cease immediately and schedule will be invoked to
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtcp_rtt.c8 __u32 invoked; member
51 storage->invoked++; in _sockops()
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
Ddc_fpu.c58 * function for checking if the caller invoked it after DC_FP_START(). For
77 * @line: A line number where DC_FP_START was invoked for debug purpose
119 * @line: A-line number where DC_FP_END was invoked for debug purpose
/Linux-v6.6/drivers/remoteproc/
Dti_k3_dsp_remoteproc.c101 * This handler is invoked by the OMAP mailbox driver whenever a mailbox
261 * internal RAMs. The .prepare() ops is invoked by remoteproc core before any
263 * actually let the C66x DSP cores run. This callback is invoked only in
286 * .stop() callback through the local reset, and the .unprepare() ops is invoked
288 * reset. This callback is invoked only in remoteproc mode.
307 * This function will be invoked only after the firmware for this rproc
309 * were met. This callback is invoked only in remoteproc mode.
350 * of any pending messages. This callback is invoked only in remoteproc mode.
368 * commands to boot the DSP core. This callback is invoked only in IPC-only
390 * be left to continue to run its booted firmware. This callback is invoked only
[all …]
/Linux-v6.6/Documentation/admin-guide/pm/
Dcpufreq.rst118 the scaling driver, the ``CPUFreq`` core will be invoked to take note of them
121 In any case, the ``CPUFreq`` core is invoked to take note of any logical CPU it
129 Once invoked, the ``CPUFreq`` core checks if the policy pointer is already set
135 Next, the scaling driver's ``->init()`` callback is invoked with the policy
158 The utilization update callbacks will be invoked by the CPU scheduler on
164 the P-state selection. The scaling driver may be invoked directly from
184 new policy objects. Instead, the driver's ``->setpolicy()`` callback is invoked
186 callbacks are invoked by the CPU scheduler in the same way as for scaling
397 invoking its utilization update callback for that CPU. If it is invoked by the
400 if it is invoked by the CFS scheduling class, the governor will use the
[all …]
/Linux-v6.6/Documentation/virt/kvm/devices/
Dvfio.rst55 The FILE/GROUP_ADD operation above should be invoked prior to accessing the
60 descriptors, FILE_ADD should be invoked before VFIO_DEVICE_BIND_IOMMUFD

12345678910>>...42