| /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() 62 msg, val.invoked, invoked); in verify_sk()
|
| H A D | mptcp.c | 66 __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()
|
| /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
|
| /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/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/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/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/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/admin-guide/ |
| H A D | workload-tracing.rst | 36 This method of tracing using strace tells us the system calls invoked by 37 the workload and doesn't include all the system calls that can be invoked 39 these system calls that are invoked. As an example, if a workload opens a 161 invoked by a process. 326 The below table shows the system calls invoked by the workload, number of 327 times each system call is invoked, and the corresponding Linux subsystem. 436 The below table shows the system calls invoked by the workload, number of 437 times each system call is invoked, and the corresponding Linux subsystem. 530 The below table shows the system calls invoked by the workload, number of 531 times each system call is invoked, and the corresponding Linux subsystem.
|
| H A D | binfmt-misc.rst | 8 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/net/mctp/test/ |
| H A D | sock-test.c | 68 bool invoked; member 84 cfg->invoked = true; in mctp_test_sock_local_output() 142 KUNIT_EXPECT_TRUE(test, cfg.invoked); in mctp_test_sock_sendmsg_extaddr()
|
| /linux/Documentation/pcmcia/ |
| H A D | driver.rst | 20 Once added, the driver probe routine will be invoked for any unclaimed
|
| /linux/Documentation/bpf/ |
| H A D | prog_sk_lookup.rst | 11 When invoked BPF sk_lookup program can select a socket that will receive the 41 invoked in the same order as they were attached.
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 207 * callback will only be invoked if we failed to find a core to insert 260 ``ops.dispatch()`` is invoked. 268 invoked. This serves two purposes. First, CPU selection optimization 294 invoked. This is discouraged, as it can introduce racy behavior or 297 2. Once the target CPU is selected, ``ops.enqueue()`` is invoked (unless the 342 When a task leaves BPF scheduler custody, ``ops.dequeue()`` is invoked. 367 run, ``ops.dispatch()`` is invoked which can use the following two
|
| /linux/Documentation/devicetree/bindings/arm/firmware/ |
| H A D | sdei.txt | 10 and enabling/disabling events. Functions are invoked by trapping to the
|
| /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/Documentation/driver-api/memory-devices/ |
| H A D | ti-emif.rst | 51 affecting EMIF and takes appropriate actions when these are invoked.
|
| /linux/Documentation/arch/x86/ |
| H A D | mds.rst | 101 The mitigation is invoked on kernel/userspace, hypervisor/guest and C-state 147 The mitigation is invoked just before transitioning to userspace after 192 The buffer clear is only invoked before entering the C-State to prevent
|
| /linux/Documentation/filesystems/fuse/ |
| H A D | fuse-io.rst | 38 reclaim on memory pressure) or explicitly (invoked by close(2), fsync(2) and
|
| /linux/Documentation/driver-api/tty/ |
| H A D | index.rst | 19 tty_operations are invoked by the TTY layer.
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | suspend-flows.rst | 50 Kernel subsystems can register callbacks to be invoked when the suspend 88 invoked before the *noirq* suspend phase. 160 and the same set of callbacks is invoked at this point, but a different
|
| /linux/Documentation/power/ |
| H A D | suspend-and-interrupts.rst | 122 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are 124 handlers are not invoked after suspend_device_irqs()).
|
| /linux/Documentation/arch/powerpc/ |
| H A D | cpu_features.rst | 58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
|