Home
last modified time | relevance | path

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

12345678910>>...53

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c9 __u32 invoked; member
47 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() argument
57 if (val.invoked != invoked) { in verify_sk()
58 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk()
59 msg, val.invoked, invoked); in verify_sk()
119 /*invoked=*/1, in run_test()
133 /*invoked=*/2, in run_test()
H A 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()
/openbmc/linux/include/linux/
H A 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 …]
H A 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
203 /* Online section invoked on the hotplugged CPU from the hotplug thread */
300 * Same as cpuhp_setup_state() except that it must be invoked from within a
321 * invoked during installation. NOP if SMP=n or HOTPLUG_CPU=n.
342 * Same as cpuhp_setup_state_nocalls() except that it must be invoked from
[all …]
H A 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
/openbmc/qemu/crypto/
H A Dder.h45 * @cb: callback invoked when decode succeed, if cb equals NULL, no
46 * callback will be invoked
69 * @cb: callback invoked when decode succeed, if cb equals NULL, no
70 * callback will be invoked
92 * @cb: callback invoked when decode succeed, if cb equals NULL, no
93 * callback will be invoked
115 * @cb: callback invoked when decode succeed, if cb equals NULL, no
116 * callback will be invoked
138 * @cb: callback invoked when decode succeed, if cb equals NULL, no
139 * callback will be invoked
[all …]
/openbmc/qemu/include/io/
H A Dtask.h51 * The 'func' parameter is the callback to be invoked, and 'opaque'
56 * invoked, allowing the calling code to determine the result
193 * will be invoked from the main event thread, despite the
199 * @source: the object on which the operation is invoked
201 * @opaque: opaque data to pass to @func when invoked
207 * @func will be invoked. The callback can access the
212 * is invoked.
247 * invoked using qio_task_run_in_thread. This MUST
248 * ONLY be invoked if the task has not already
250 * is invoked, @task will have been freed.
[all …]
/openbmc/linux/drivers/crypto/qce/
H A 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
/openbmc/linux/Documentation/core-api/
H A 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 …]
/openbmc/linux/Documentation/scsi/
H A 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 …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch19 should be invoked automatically over the
22 -a system administrator, it can be invoked from within the mailer immediately.
23 -When invoked, it first sets some environment variables to default values,
28 +can be invoked from within the mailer immediately. When invoked, it
58 Procmail can also be invoked to postprocess an already filled system
/openbmc/linux/arch/um/include/shared/
H A 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
/openbmc/linux/drivers/net/fddi/skfp/h/
H A 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
/openbmc/linux/Documentation/RCU/
H A 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
H A 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,
/openbmc/linux/Documentation/networking/dsa/
H A 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 …]
/openbmc/pldm/requester/
H A DREADME.md6 - Register a PLDM request and the response handler to be invoked on receiving
39 handler is invoked.
43 - Once the instance ID is expired, then the response handler is invoked with
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A 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
/openbmc/linux/Documentation/networking/
H A 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
/openbmc/linux/drivers/net/wwan/t7xx/
H A 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
/openbmc/qemu/scripts/
H A Dsimpletrace.py139 invoked, then each trace record is processed, and finally the end() method
140 is invoked. When Analyzer is used as a context-manager (using the `with`
143 If a method matching a trace event name exists, it is invoked to process
144 that trace record. Otherwise the catchall() method is invoked.
226 invoked, then each trace record is processed, and finally the end() method
227 is invoked. When Analyzer is used as a context-manager (using the `with`
230 If a method matching a trace event name exists, it is invoked to process
231 that trace record. Otherwise the catchall() method is invoked.
/openbmc/qemu/hw/core/
H A Dvm-change-state-handler.c42 * @cb: the callback function to be invoked
46 * are invoked in qdev tree depth order. Ordering is desirable when callbacks
50 * controller's callback is invoked before the children on its bus when the VM
/openbmc/qemu/include/qemu/
H A Djob.h189 * All callbacks are invoked with job_mutex *not* held.
207 * This callback will be invoked when moving from CREATED to RUNNING.
221 * because the caller ensures that they are invoked from one
226 * If the callback is not NULL, it will be invoked when the job transitions
233 * If the callback is not NULL, it will be invoked when the job transitions
259 * If the callback is not NULL, prepare will be invoked when all the jobs
263 * This callback will not be invoked if the job has already failed.
269 * If the callback is not NULL, it will be invoked when all the jobs
279 * If the callback is not NULL, it will be invoked when any job in the
289 * If the callback is not NULL, it will be invoked after a call to either
[all …]
/openbmc/linux/include/linux/regulator/
H A 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
/openbmc/libmctp/tests/
H A Dtest_cmds.c27 uint8_t invoked; member
44 ctx->invoked++; in control_message_transport_callback()
104 assert(ctx.invoked == 1); in send_transport_control_message()

12345678910>>...53