Home
last modified time | relevance | path

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

12345678910>>...37

/Linux-v5.15/include/linux/
Dentry-common.h72 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable
91 * Invoked from syscall_enter_from_user_mode()
112 * Invoked from architecture specific syscall entry code with interrupts
117 * This is invoked when there is architecture specific functionality to be
127 * Invoked from architecture specific syscall entry code with interrupts
135 * This is invoked when there is extra architecture specific functionality
146 * Invoked from architecture specific syscall entry code with interrupts
171 * Invoked from architecture specific syscall entry code with interrupts
221 * Invoked from exit_to_user_mode_loop() with interrupt enabled
241 * Invoked from exit_to_user_mode_prepare() 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 */
136 * STARTING section invoked on the hotplugged CPU in low level
200 /* Online section invoked on the hotplugged CPU from the hotplug thread */
291 * Same as cpuhp_setup_state() except that it must be invoked from within a
312 * invoked during installation. NOP if SMP=n or HOTPLUG_CPU=n.
333 * 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.h83 * the rpmsg channel), the driver's handler is invoked to process it.
104 * @probe: invoked when a matching rpmsg channel (i.e. device) is found
105 * @remove: invoked when the rpmsg channel is removed
106 * @callback: invoked when an inbound message is received on the channel
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dtcp_rtt.c7 __u32 invoked; member
46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() argument
58 if (val.invoked != invoked) { in verify_sk()
59 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk()
60 msg, val.invoked, invoked); in verify_sk()
128 /*invoked=*/1, in run_test()
142 /*invoked=*/2, in run_test()
/Linux-v5.15/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
49 * @register_algs: invoked by core to register the algorithms
50 * @unregister_algs: invoked by core to unregister the algorithms
51 * @async_req_handle: invoked by core to handle enqueued request
/Linux-v5.15/Documentation/core-api/
Dcpu_hotplug.rst149 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
173 When a CPU is onlined, the startup callbacks are invoked sequentially until
174 the state CPUHP_ONLINE is reached. They can also be invoked when the
178 When a CPU is offlined the teardown callbacks are invoked in the reverse
180 be invoked when the callbacks of a state are removed or an instance is
194 The startup callbacks in this section are invoked before the CPU is
195 started during a CPU online operation. The teardown callbacks are invoked
198 The callbacks are invoked on a control CPU as they can't obviously run on
218 The startup callbacks in this section are invoked on the hotplugged CPU
220 setup code. The teardown callbacks are invoked with interrupts disabled
[all …]
/Linux-v5.15/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 asynchrous abort.
107 Asynchronous abort are not invoked for commands which the
112 3. scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD) is invoked for the
123 Otherwise scsi_eh_scmd_add() is invoked for the command.
245 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
259 :ACTION: scsi_eh_scmd_add() is invoked for scmd
277 :ACTION: scsi_eh_finish_cmd() is invoked to EH-finish scmd
297 - otherwise, scsi_finish_command() is invoked for scmd
[all …]
Dscsi_mid_low_api.rst171 remove() callback being invoked. In either case, the sequence is the
376 * Notes: Can be invoked any time on a SCSI device controlled by this
378 * slave_destroy().] Can safely be invoked from interrupt code.
509 * lead to the slave_destroy() callback being invoked. sdev is an
525 * Notes: Should only be invoked if the "hotplug initialization
612 * Notes: Should not be invoked if the "hotplug initialization
732 * will be invoked from scsi_eh thread. No other commands
752 * Notes: Invoked from scsi_eh thread. No other commands will be
770 * Notes: Invoked from scsi_eh thread. No other commands will be
788 * Notes: Invoked from scsi_eh thread. No other commands will be
[all …]
/Linux-v5.15/Documentation/networking/dsa/
Ddsa.rst229 - receive function is invoked
256 - invoked ``netif_receive_skb()``
359 function hooks should be invoked, information about the directly attached
504 - ``probe``: probe routine which will be invoked by the DSA platform device upon
532 - ``phy_read``: Function invoked by the DSA slave MDIO bus when attempting to read
537 - ``phy_write``: Function invoked by the DSA slave MDIO bus when attempting to write
541 - ``adjust_link``: Function invoked by the PHY library when a slave network device
546 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by
600 - ``suspend``: function invoked by the DSA platform device when the system goes to
605 - ``resume``: function invoked by the DSA platform device when the system resumes,
[all …]
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/RCU/
Dlockdep.rst41 invoked by both RCU readers and updaters.
45 is invoked by both RCU-bh readers and updaters.
49 is invoked by both RCU-sched readers and updaters.
53 is invoked by both SRCU readers and updaters.
60 invoked only by updaters.
88 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
76 It is far better to guarantee that callbacks are invoked
110 Therefore, the called function has been invoked within an RCU
125 then, since RCU callbacks can be invoked from softirq context,
/Linux-v5.15/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-v5.15/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).
138 that cpu, otherwise the polling will cease immediately and schedule will be invoked to
/Linux-v5.15/drivers/crypto/caam/
Dqi.h29 * caam_qi_cbk - application's callback function invoked by the driver when the
136 * Invoked when shared descriptor is required to be change in driver context.
156 * Invoked when a user of the CAAM-QI (i.e. caamalg-qi) needs data which has
170 * Invoked when a user of the CAAM-QI (i.e. caamalg-qi) no longer needs
/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dtcp_rtt.c9 __u32 invoked; member
52 storage->invoked++; in _sockops()
/Linux-v5.15/tools/testing/selftests/rseq/
Drseq.h123 * does not need to be invoked.
150 * rseq_prepare_unload() should be invoked by each thread executing a rseq
155 * generated by JIT: rseq_prepare_unload() should be invoked at least once by
/Linux-v5.15/drivers/gpu/drm/amd/display/amdgpu_dm/
Ddc_fpu.c54 * function for checking if the caller invoked it after DC_FP_START(). For
73 * @line: A line number where DC_FP_START was invoked for debug purpose
112 * @line: A-line number where DC_FP_END was invoked for debug purpose
/Linux-v5.15/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-v5.15/drivers/media/platform/mtk-vcodec/
Dvdec_vpu_if.h46 * vpu_dec_start - start decoding, basically the function will be invoked once
56 * vpu_dec_end - end decoding, basically the function will be invoked once
/Linux-v5.15/include/uapi/linux/
Dnitro_enclaves.h19 * The ioctl can be invoked on the /dev/nitro_enclaves fd, before
58 * The ioctl can be invoked on the enclave fd, before an enclave
93 * The ioctl can be invoked on the enclave fd, before
116 * The ioctl can be invoked on the enclave fd,
158 * The ioctl can be invoked on the enclave fd, after an
/Linux-v5.15/Documentation/driver-api/pm/
Dcpuidle.rst43 A CPU idle time (``CPUIdle``) governor is a bundle of policy code invoked when
91 until the ``->enable()`` governor callback is invoked for that CPU
104 callback when it was last invoked for the target CPU, free all memory
143 selection made by the ``->select()`` callback (when it was invoked last
255 be invoked for the logical CPU represented by it, so it must take place after
/Linux-v5.15/include/drm/
Ddrm_bridge.h61 * This callback is invoked whenever our bridge is being attached to a
77 * This callback is invoked whenever our bridge is being detached from a
300 * Note that this function will only be invoked in the context of an
301 * atomic commit. It will not be invoked from
326 * Note that this function will only be invoked in the context of an
327 * atomic commit. It will not be invoked from &drm_bridge_chain_enable.
348 * Note that this function will only be invoked in the context of an
349 * atomic commit. It will not be invoked from
373 * Note that this function will only be invoked in the context of an
374 * atomic commit. It will not be invoked from

12345678910>>...37