Home
last modified time | relevance | path

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

12345

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_rtt.c9 __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 Dmptcp.c66 __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/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 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 Dtcp_rtt.c8 __u32 invoked; member
54 storage->invoked++; in _sockops()
H A Dmptcp_sock.c13 __u32 invoked; member
73 storage->invoked++; in _sockops()
/linux/Documentation/RCU/
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
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 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).
151 that cpu, otherwise the polling will cease immediately and schedule will be invoked to
/linux/Documentation/virt/kvm/devices/
H A Dvfio.rst55 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/net/mctp/test/
H A Dsock-test.c68 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 Ddriver.rst20 Once added, the driver probe routine will be invoked for any unclaimed
/linux/Documentation/bpf/
H A Dprog_sk_lookup.rst11 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/networking/
H A Dnetdevices.rst156 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/Documentation/devicetree/bindings/arm/firmware/
H A Dsdei.txt10 and enabling/disabling events. Functions are invoked by trapping to the
/linux/Documentation/driver-api/memory-devices/
H A Dti-emif.rst51 affecting EMIF and takes appropriate actions when these are invoked.
/linux/Documentation/driver-api/pm/
H A Dcpuidle.rst43 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/core-api/
H A Dcachetlb.rst10 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/scheduler/
H A Dsched-ext.rst208 * callback will only be invoked if we failed to find a core to insert
276 ``ops.dispatch()`` is invoked.
284 invoked. This serves two purposes. First, CPU selection optimization
310 invoked. This is discouraged, as it can introduce racy behavior or
313 2. Once the target CPU is selected, ``ops.enqueue()`` is invoked (unless the
363 When a task leaves BPF scheduler custody, ``ops.dequeue()`` is invoked.
388 run, ``ops.dispatch()`` is invoked which can use the following two
/linux/Documentation/filesystems/fuse/
H A Dfuse-io.rst38 reclaim on memory pressure) or explicitly (invoked by close(2), fsync(2) and
/linux/Documentation/arch/x86/
H A Dmds.rst101 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/driver-api/tty/
H A Dindex.rst19 tty_operations are invoked by the TTY layer.
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst58 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst122 interrupts (interrupt handlers are invoked after suspend_device_irqs()) are
124 handlers are not invoked after suspend_device_irqs()).
/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst50 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/driver-api/driver-model/
H A Ddevice.rst100 group pointer in struct device before device_register() is invoked::
/linux/Documentation/security/keys/
H A Drequest-key.rst173 When request_key() is invoked, if CONFIG_KEYS_REQUEST_CACHE=y, a per-task
176 When search_process_keyrings() is invoked, it performs the following searches

12345