Home
last modified time | relevance | path

Searched refs:invoked (Results 1 – 25 of 136) sorted by relevance

123456

/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dtcp_rtt.c6 __u32 invoked; member
45 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()
59 msg, val.invoked, invoked); in verify_sk()
/Linux-v5.4/Documentation/RCU/
Dlockdep.txt37 invoked by both RCU readers and updaters.
41 is invoked by both RCU-bh readers and updaters.
45 is invoked by both RCU-sched readers and updaters.
49 is invoked by both SRCU readers and updaters.
56 invoked only by updaters.
84 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.4/tools/testing/selftests/bpf/progs/
Dtcp_rtt.c9 __u32 invoked; member
53 storage->invoked++; in _sockops()
/Linux-v5.4/Documentation/scsi/
Dscsi_eh.txt60 scsi_finish_command() is invoked for the command. The
73 scsi_eh_scmd_add(scmd) is invoked for the command. See
95 2. scsi_abort_command() is invoked to schedule an asynchrous abort.
96 Asynchronous abort are not invoked for commands which the
101 3. scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD) is invoked for the
110 Otherwise scsi_eh_scmd_add() is invoked for the command.
226 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to
238 ACTION: scsi_eh_scmd_add() is invoked for scmd
251 ACTION: scsi_eh_finish_cmd() is invoked to EH-finish scmd
266 - otherwise, scsi_finish_command() is invoked for scmd
[all …]
Dscsi_mid_low_api.txt168 remove() callback being invoked. In either case, the sequence is the
374 * Notes: Can be invoked any time on a SCSI device controlled by this
376 * slave_destroy().] Can safely be invoked from interrupt code.
527 * lead to the slave_destroy() callback being invoked. sdev is an
543 * Notes: Should only be invoked if the "hotplug initialization
630 * Notes: Should not be invoked if the "hotplug initialization
747 * will be invoked from scsi_eh thread. No other commands
808 * will be set offline whenever eh is invoked.
959 * callback is invoked (often directly from an interrupt service
963 * invoked before this function returns. If the scp->scsi_done
[all …]
/Linux-v5.4/Documentation/networking/dsa/
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 …]
/Linux-v5.4/Documentation/core-api/
Dcpu_hotplug.rst153 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
178 will be invoked during registration on all online CPUs. If an error
180 invoked on all CPUs on which the online callback was previously invoked.
181 After registration completed, the *Y_online* callback will be invoked
182 once a CPU is brought online and *Y_prepare_down* will be invoked when a
192 During the removal of a hotplug state the teardown callback will be invoked.
219 should be invoked which will invoke the teardown callback on all online
238 * The states *CPUHP_OFFLINE* … *CPUHP_AP_OFFLINE* are invoked before the
240 * The states *CPUHP_AP_OFFLINE* … *CPUHP_AP_ONLINE* are invoked
243 the callbacks are invoked on the target CPU.
[all …]
Dcachetlb.rst10 after the interface is invoked.
38 This is usually invoked when the kernel page tables are
94 At the end of every page fault, this routine is invoked to
216 The first of these two routines is invoked after map_vm_area()
217 has installed the page table entries. The second is invoked
/Linux-v5.4/arch/mips/sgi-ip27/
DTODO11 being invoked on all nodes in ip27-memory.c.
12 8. Too many do_page_faults invoked - investigate.
/Linux-v5.4/Documentation/virt/kvm/
Dhalt-polling.txt16 invoked. Thus halt polling is especially useful on workloads with very short
46 received during the polling interval (and thus schedule is invoked) there are
72 invoked and a wakeup source received (irrespective of
73 whether the scheduler is invoked within that function).
135 schedule will be invoked to allow that other task to run. Thus this doesn't
/Linux-v5.4/drivers/pci/hotplug/
DTODO65 removed and its functions invoked directly? This has already been done in
69 * The ->get_mode1_ECC_cap callback in shpchp_hpc_ops is never invoked.
/Linux-v5.4/Documentation/pcmcia/
Ddriver.rst20 Once added, the driver probe routine will be invoked for any unclaimed
/Linux-v5.4/Documentation/devicetree/bindings/arm/firmware/
Dsdei.txt10 and enabling/disabling events. Functions are invoked by trapping to the
/Linux-v5.4/Documentation/admin-guide/
Dbinfmt-misc.rst8 To achieve this you must tell binfmt_misc which interpreter has to be invoked
50 is the program that should be invoked with the binary as first
85 binary lazily when the misc format file is invoked. However,
/Linux-v5.4/Documentation/driver-api/memory-devices/
Dti-emif.rst51 affecting EMIF and takes appropriate actions when these are invoked.
/Linux-v5.4/Documentation/driver-api/pm/
Dcpuidle.rst48 A CPU idle time (``CPUIdle``) governor is a bundle of policy code invoked when
97 until the ``->enable()`` governor callback is invoked for that CPU
110 callback when it was last invoked for the target CPU, free all memory
149 selection made by the ``->select()`` callback (when it was invoked last
261 be invoked for the logical CPU represented by it, so it must take place after
/Linux-v5.4/Documentation/admin-guide/pm/
Dcpufreq.rst119 the scaling driver, the ``CPUFreq`` core will be invoked to take note of them
122 In any case, the ``CPUFreq`` core is invoked to take note of any logical CPU it
130 Once invoked, the ``CPUFreq`` core checks if the policy pointer is already set
136 Next, the scaling driver's ``->init()`` callback is invoked with the policy
159 The utilization update callbacks will be invoked by the CPU scheduler on
165 the P-state selection. The scaling driver may be invoked directly from
185 new policy objects. Instead, the driver's ``->setpolicy()`` callback is invoked
187 callbacks are invoked by the CPU scheduler in the same way as for scaling
398 invoking its utilization update callback for that CPU. If it is invoked by the
401 if it is invoked by the CFS scheduling class, the governor will use the
[all …]
/Linux-v5.4/Documentation/x86/
Dmds.rst98 The mitigation is invoked on kernel/userspace, hypervisor/guest and C-state
144 The mitigation is invoked in prepare_exit_to_usermode() which covers
176 The buffer clear is only invoked before entering the C-State to prevent
/Linux-v5.4/Documentation/filesystems/
Dfuse-io.txt31 reclaim on memory pressure) or explicitly (invoked by close(2), fsync(2) and
/Linux-v5.4/Documentation/crypto/
Darchitecture.rst30 a caller or invoked together with a template to form multi-block ciphers
285 which component. The arrows point to the invoked block where the caller
353 chaining operation, the CIPHER implementation of AES is invoked.
407 1. The AHASH API functions are invoked by the caller. The HMAC
/Linux-v5.4/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.txt10 When the system is restarted, the restart handler will be invoked in
/Linux-v5.4/Documentation/trace/
Devents.rst316 with attached triggers is invoked, the set of trigger commands
317 associated with that event is invoked. Any given trigger can
320 be invoked if the event being invoked passes the associated filter.
335 This scheme allows triggers to be invoked even for events that aren't
/Linux-v5.4/Documentation/media/dvb-drivers/
Dudev.rst62 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
/Linux-v5.4/Documentation/PCI/endpoint/
Dpci-endpoint.rst225 pci_epf_bind() should be invoked when the EPF device has been bound to
230 pci_epf_unbind() should be invoked when the binding between EPC device

123456