| /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/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/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/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/include/linux/ |
| H A D | rcupdate_trace.h | 40 * When synchronize_rcu_tasks_trace() is invoked by one task, then that 42 * critical sections. Similarly, if call_rcu_trace() is invoked on one 87 * When synchronize_rcu_tasks_trace() is invoked by one task, then that 89 * critical sections. Similarly, if call_rcu_trace() is invoked on one 146 * @func: actual callback function to be invoked after the grace period 148 * The callback function will be invoked some time after a trace rcu-tasks
|
| H A D | rseq.h | 17 /* Invoked from resume_user_mode_work() */ 32 * Invoked from signal delivery to fixup based on the register context before 52 /* Invoked from context switch to force evaluation on exit to user */ 88 * Invoked from __set_task_cpu() when a task migrates or from 116 * does nothing when invoked with NULL register state.
|
| H A D | entry-virt.h | 30 * Invoked from xfer_to_guest_mode_handle_work(). Defaults to NOOP. Can be 55 * Has to be invoked with interrupts disabled before the last call 85 * Has to be invoked with interrupts disabled before the transition to
|
| H A D | rpmsg.h | 83 * the rpmsg channel), the driver's handler is invoked to process it. 105 * @probe: invoked when a matching rpmsg channel (i.e. device) is found 106 * @remove: invoked when the rpmsg channel is removed 107 * @callback: invoked when an inbound message is received on the channel 108 * @flowcontrol: invoked when remote side flow control request is received
|
| /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/Documentation/RCU/ |
| 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/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 | 24 * @attach_regulator: Callback invoked on creation of a coupled regulator, 30 * @detach_regulator: Callback invoked on destruction of a coupled regulator. 32 * @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/include/linux/netfilter/ |
| H A D | x_tables.h | 73 * @net: network namespace through which the check was invoked 77 * @match: struct xt_match through which this function was invoked 80 * @family: actual NFPROTO_* through which the function is invoked 98 * @net: network namespace through which the check was invoked 99 * @match: struct xt_match through which this function was invoked 101 * @family: actual NFPROTO_* through which the function is invoked 115 * @net: network namespace through which the check was invoked 122 * @family: actual NFPROTO_* through which the function is invoked
|
| /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/tools/testing/selftests/bpf/progs/ |
| H A D | tcp_rtt.c | 8 __u32 invoked; member 54 storage->invoked++; in _sockops()
|
| H A D | mptcp_sock.c | 13 __u32 invoked; member 73 storage->invoked++; in _sockops()
|
| /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/Documentation/core-api/ |
| 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
|
| /linux/Documentation/networking/ |
| H A D | netdevices.rst | 156 register_netdevice() fails. The callback may be invoked with or without 307 is invoked under ``rtnl_lock`` and netdev instance lock if the driver 368 "Ops locked" drivers will have most of the ``ndos`` invoked under 388 "qstat" ops are invoked under the instance lock for "ops locked" drivers, 394 All net shaper callbacks are invoked while holding the netdev instance 402 All queue management callbacks are invoked while holding the netdev instance
|
| /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/drivers/tee/qcomtee/ |
| H A D | qcomtee_object.h | 27 * %QCOMTEE_OBJECT_TYPE_ROOT). The root object is invoked to pass the user's 60 * the kernel and QTEE. It is invoked by the kernel when it wants to get a 150 * @object: current object invoked in this callback context. 188 * @object: object being invoked.
|
| /linux/block/ |
| H A D | bfq-wf2q.c | 55 * @expiration: id true, this function is being invoked after the 177 * next_in_service. In particular, this function is invoked for an 212 * invoked, and thus active_entities still coincides with the in bfq_no_longer_next_in_service() 697 * invoked with update_class_too unset in the points in the code where 862 * When this function is invoked, entity is not in any service in bfq_update_fin_time_enqueue() 1083 * @expiration: true if this function is being invoked in the expiration path 1122 * bfq_group_set_parent has already been invoked for the group in __bfq_deactivate_entity() 1158 * @expiration: true if this function is being invoked in the expiration path 1223 * assuming that who invoked this function does not in bfq_deactivate_entity() 1386 * This function is invoked when there has been a change in the trees [all …]
|
| /linux/drivers/soc/samsung/ |
| H A D | exynos-pmu.h | 37 * SYS_AFTR, SYS_LPA, SYS_SLEEP. This will be invoked before 41 * This will be invoked after @pmu_config registers have
|