/linux/include/linux/ |
H A D | entry-common.h | 79 * Invoked from syscall_enter_from_user_mode() in the non-instrumentable 99 * Invoked from architecture specific syscall entry code with interrupts 104 * This is invoked when there is architecture specific functionality to be 126 * Invoked from architecture specific syscall entry code with interrupts 134 * This is invoked when there is extra architecture specific functionality 148 * Invoked from architecture specific syscall entry code with interrupts 181 * Invoked from architecture specific syscall entry code with interrupts 243 * Invoked from exit_to_user_mode_loop() with interrupt enabled 263 * Invoked from exit_to_user_mode_prepare() with interrupt disabled as the last 280 * Invoked from exit_to_user_mode() with interrupt disabled as the last [all …]
|
H A D | rpmsg.h | 87 * 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/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_rtt.c | 9 __u32 invoked; member 50 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() argument 60 if (val.invoked != invoked) { in verify_sk() 61 log_err("%s: unexpected bpf_tcp_sock.invoked %d != %d", in verify_sk() 62 msg, val.invoked, invoked); in verify_sk() 133 /*invoked=*/1, in run_test() 147 /*invoked=*/2, in run_test()
|
/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 134 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating 158 When a CPU is onlined, the startup callbacks are invoked sequentially until 159 the state CPUHP_ONLINE is reached. They can also be invoked when the 163 When a CPU is offlined the teardown callbacks are invoked in the reverse 165 be invoked when the callbacks of a state are removed or an instance is 179 The startup callbacks in this section are invoked before the CPU is 180 started during a CPU online operation. The teardown callbacks are invoked 183 The callbacks are invoked on a control CPU as they can't obviously run on 203 The startup callbacks in this section are invoked on the hotplugged CPU 205 setup code. The teardown callbacks are invoked with interrupts disabled [all …]
|
H A D | cachetlb.rst | 10 after the interface is invoked. 38 This is usually invoked when the kernel page tables are 95 At the end of every page fault, this routine is invoked to tell 100 This routine is also invoked in various other places which pass 220 The first of these two routines is invoked after vmap_range() 221 has installed the page table entries. The second is invoked
|
H A D | entry.rst | 64 invoked from low-level assembly code looks like this: 90 function can be invoked. The instrumentable code section then ends, after which 91 syscall_exit_to_user_mode() is invoked. 169 means that up to the point where irq_enter_rcu() is invoked in_hardirq()
|
/linux/Documentation/scsi/ |
H A D | scsi_eh.rst | 67 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) 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 297 - otherwise, scsi_finish_command() is invoked for scmd [all …]
|
/linux/arch/um/include/shared/ |
H A D | irq_kern.h | 31 * @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/drivers/net/fddi/skfp/h/ |
H A D | hwmtm.h | 202 * 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/Documentation/RCU/ |
H A D | lockdep.rst | 43 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 D | UP.rst | 30 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/Documentation/networking/dsa/ |
H A D | dsa.rst | 250 - receive function is invoked 277 - invoked ``netif_receive_skb()`` 316 calls ``dsa_switch_rcv()``, is invoked early (on the physical DSA conduit; 394 function hooks should be invoked, information about the directly attached 677 - ``phy_read``: Function invoked by the DSA user MDIO bus when attempting to read 682 - ``phy_write``: Function invoked by the DSA user MDIO bus when attempting to write 686 - ``adjust_link``: Function invoked by the PHY library when a user network device 691 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by 745 - ``suspend``: function invoked by the DSA platform device when the system goes to 750 - ``resume``: function invoked by the DSA platform device when the system resumes, [all …]
|
/linux/Documentation/networking/ |
H A D | tls-handshake.rst | 71 @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/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | vdec_vpu_if.h | 56 * vpu_dec_start - start decoding, basically the function will be invoked once 66 * vpu_dec_end - end decoding, basically the function will be invoked once 91 * vpu_dec_core - core start decoding, basically the function will be invoked once 99 * vpu_dec_core_end - core end decoding, basically the function will be invoked once
|
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_pci.h | 109 * @suspend: callback invoked before sending D3 request to device 110 * @suspend_late: callback invoked after getting D3 ACK from device 111 * @resume_early: callback invoked before sending the resume request to device 112 * @resume: callback invoked after getting resume ACK from device
|
/linux/include/linux/regulator/ |
H A D | coupler.h | 23 * @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/drivers/crypto/caam/ |
H A D | qi.h | 31 * 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/Documentation/virt/kvm/ |
H A D | halt-polling.rst | 19 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/drivers/md/dm-vdo/ |
H A D | action-manager.c | 278 * @preamble: A method to be invoked on the initiator thread once this action is started but before 281 * @conclusion: A method to be invoked back on the initiator thread once the action has been 305 * @preamble: A method to be invoked on the initiator thread once this action is started but before 308 * @conclusion: A method to be invoked back on the initiator thread once the action has been 334 * @preamble: A method to be invoked on the initiator thread once this action is started but before 337 * @conclusion: A method to be invoked back on the initiator thread once the action has been
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_rtt.c | 8 __u32 invoked; member 54 storage->invoked++; in _sockops()
|
/linux/Documentation/admin-guide/pm/ |
H A D | cpufreq.rst | 118 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 416 invoking its utilization update callback for that CPU. If it is invoked by the 419 if it is invoked by the CFS scheduling class, the governor will use the [all …]
|
/linux/Documentation/virt/kvm/devices/ |
H A D | vfio.rst | 55 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
|
/linux/include/uapi/linux/ |
H A D | nitro_enclaves.h | 19 * 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/Documentation/driver-api/pm/ |
H A D | cpuidle.rst | 43 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/net/netfilter/ |
H A D | nf_conntrack_bpf.c | 414 * This must be invoked for referenced PTR_TO_BTF_ID. 437 * This must be invoked for referenced PTR_TO_BTF_ID, and the verifier rejects 453 * This helper must be invoked for refcounted pointer to nf_conn___init. 468 * This helper must be invoked for refcounted pointer to nf_conn. 483 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn___init. 498 * This must be invoked for referenced PTR_TO_BTF_ID to nf_conn.
|