Home
last modified time | relevance | path

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

12345678910>>...59

/OK3568_Linux_fs/kernel/include/linux/
H A Dentry-common.h82 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable
101 * Invoked from syscall_enter_from_user_mode()
116 * Invoked from architecture specific syscall entry code with interrupts
123 * This is invoked when there is extra architecture specific functionality
134 * Invoked from architecture specific syscall entry code with interrupts
159 * Invoked from architecture specific syscall entry code with interrupts
209 * Invoked from exit_to_user_mode_loop() with interrupt enabled
229 * Invoked from exit_to_user_mode_prepare() with interrupt disabled as the last
246 * Invoked from exit_to_user_mode() with interrupt disabled as the last
250 * invoked after context tracking switched to user mode.
[all …]
H A Drpmsg.h84 * the rpmsg channel), the driver's handler is invoked to process it.
106 * @probe: invoked when a matching rpmsg channel (i.e. device) is found
107 * @remove: invoked when the rpmsg channel is removed
108 * @callback: invoked when an inbound message is received on the channel
109 * @signals: invoked when a serial signal change is received on the channel
H A Dseqlock.h48 * If readers can be invoked from hardirq or softirq contexts,
526 * non-preemptible. If readers can be invoked from hardirq or softirq
880 * sections, can be invoked from hardirq or softirq contexts, use the
907 * other write side sections, can be invoked from softirq contexts.
934 * other write sections, can be invoked from hardirq contexts.
972 * section, or other write sections, can be invoked from hardirq context.
1004 * be invoked from hardirq or softirq contexts, use the _irqsave or _bh
1029 * seqlock_t write side section, *or other read sections*, can be invoked
1053 * write side section, *or other read sections*, can be invoked from a
1087 * write side section, *or other read sections*, can be invoked from a
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
/OK3568_Linux_fs/kernel/Documentation/networking/dsa/
H A Ddsa.rst109 - receive function is invoked
136 - invoked ``netif_receive_skb()``
228 function hooks should be invoked, information about the directly attached
359 - ``probe``: probe routine which will be invoked by the DSA platform device upon
387 - ``phy_read``: Function invoked by the DSA slave MDIO bus when attempting to read
392 - ``phy_write``: Function invoked by the DSA slave MDIO bus when attempting to write
396 - ``adjust_link``: Function invoked by the PHY library when a slave network device
401 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by
455 - ``suspend``: function invoked by the DSA platform device when the system goes to
460 - ``resume``: function invoked by the DSA platform device when the system resumes,
[all …]
/OK3568_Linux_fs/kernel/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 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/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
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
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst146 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
171 will be invoked during registration on all online CPUs. If an error
173 invoked on all CPUs on which the online callback was previously invoked.
174 After registration completed, the *Y_online* callback will be invoked
175 once a CPU is brought online and *Y_prepare_down* will be invoked when a
185 During the removal of a hotplug state the teardown callback will be invoked.
212 should be invoked which will invoke the teardown callback on all online
231 * The states *CPUHP_OFFLINE* … *CPUHP_AP_OFFLINE* are invoked before the
233 * The states *CPUHP_AP_OFFLINE* … *CPUHP_AP_ONLINE* are invoked
236 the callbacks are invoked on the target CPU.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-man-file.patch17 should be invoked automatically over the
20 -a system administrator, it can be invoked from within the mailer immediately.
21 -When invoked, it first sets some environment variables to default values,
26 +can be invoked from within the mailer immediately. When invoked, it
56 Procmail can also be invoked to postprocess an already filled system
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A 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
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
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,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dplugin-api.h352 only be invoked in the claim_file handler. This function sets *COUNT to
360 section in an object. This interface should only be invoked in the
369 an object. This interface should only be invoked in the claim_file handler.
379 in an object. This interface should only be invoked in the claim_file
393 specifies the number of entries in each array. This should be invoked
402 desired so that the linker can prepare for it. This should be invoked
437 of a specific section in an object. This interface should only be invoked in the
447 in an object. This interface should only be invoked in the claim_file handler.
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes86 arranged in the order they should be invoked.
108 should not be re-invoked at each server generation. Create one of these for
118 need not be re-invoked at each ScreenInit time. An Output should be created
267 be called whenever xf86ProbeOutputModes is invoked.
289 When changing power states, the output dpms functions are invoked before the
309 These functions are invoked around mode setting operations; the intent is
312 the lock function returns FALSE, the unlock function will not be invoked.
343 invoked to let the hardware turn things back on.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dplugin-api.h352 only be invoked in the claim_file handler. This function sets *COUNT to
360 section in an object. This interface should only be invoked in the
369 an object. This interface should only be invoked in the claim_file handler.
379 in an object. This interface should only be invoked in the claim_file
393 specifies the number of entries in each array. This should be invoked
402 desired so that the linker can prepare for it. This should be invoked
437 of a specific section in an object. This interface should only be invoked in the
447 in an object. This interface should only be invoked in the claim_file handler.
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A 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
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A 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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_config.h300 * Optional callback invoked after GPU becomes idle, not supported on
303 * This callback will be invoked by the Kbase when GPU becomes idle.
305 * this callback and @power_off_callback will be invoked directly.
312 * invoked later on the expiry of auto-suspend timer.
320 * Optional callback invoked to change the runtime PM core state to
323 * This callback will be invoked by Kbase when GPU needs to be
324 * reactivated, but only if @power_runtime_gpu_idle_callback was invoked
402 * is supposed to be invoked whenever the rate of clock corresponding
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datchannel.h79 /* This callback is invoked on the command thread.
82 /* This callback is invoked on the reader thread (like ATUnsolHandler)
86 It may also be invoked immediately from the current thread if the read
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A 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 …]
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/
H A DTODO11 being invoked on all nodes in ip27-memory.c.
12 8. Too many do_page_faults invoked - investigate.
/OK3568_Linux_fs/kernel/include/drm/
H A 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
280 * Note that this function will only be invoked in the context of an
281 * atomic commit. It will not be invoked from
306 * Note that this function will only be invoked in the context of an
307 * atomic commit. It will not be invoked from &drm_bridge_chain_enable.
328 * Note that this function will only be invoked in the context of an
329 * atomic commit. It will not be invoked from
353 * Note that this function will only be invoked in the context of an
354 * atomic commit. It will not be invoked from
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtcp_rtt.c9 __u32 invoked; member
52 storage->invoked++; in _sockops()

12345678910>>...59