/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_rtt.c | 9 __u32 invoked; member 47 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()
|
H A D | mptcp.c | 59 __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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-man-file.patch | 19 should be invoked automatically over the 22 -a system administrator, it can be invoked from within the mailer immediately. 23 -When invoked, it first sets some environment variables to default values, 28 +can be invoked from within the mailer immediately. When invoked, it 58 Procmail can also be invoked to postprocess an already filled system
|
/openbmc/libmctp/tests/ |
H A D | test_cmds.c | 27 uint8_t invoked; member 44 ctx->invoked++; in control_message_transport_callback() 104 assert(ctx.invoked == 1); in send_transport_control_message()
|
/openbmc/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 140 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating 164 When a CPU is onlined, the startup callbacks are invoked sequentially until 165 the state CPUHP_ONLINE is reached. They can also be invoked when the 169 When a CPU is offlined the teardown callbacks are invoked in the reverse 171 be invoked when the callbacks of a state are removed or an instance is 185 The startup callbacks in this section are invoked before the CPU is 186 started during a CPU online operation. The teardown callbacks are invoked 189 The callbacks are invoked on a control CPU as they can't obviously run on 209 The startup callbacks in this section are invoked on the hotplugged CPU 211 setup code. The teardown callbacks are invoked with interrupts disabled [all …]
|
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()
|
/openbmc/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, SCSI_EH_CANCEL_CMD) 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 298 - otherwise, scsi_finish_command() is invoked for scmd [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_rtt.c | 8 __u32 invoked; member 51 storage->invoked++; in _sockops()
|
H A D | mptcp_sock.c | 13 __u32 invoked; member 73 storage->invoked++; in _sockops()
|
/openbmc/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,
|
/openbmc/pldm/requester/ |
H A D | README.md | 6 - Register a PLDM request and the response handler to be invoked on receiving 39 handler is invoked. 43 - Once the instance ID is expired, then the response handler is invoked with
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 246 - receive function is invoked 273 - invoked ``netif_receive_skb()`` 312 calls ``dsa_switch_rcv()``, is invoked early (on the physical DSA master; 390 function hooks should be invoked, information about the directly attached 673 - ``phy_read``: Function invoked by the DSA slave MDIO bus when attempting to read 678 - ``phy_write``: Function invoked by the DSA slave MDIO bus when attempting to write 682 - ``adjust_link``: Function invoked by the PHY library when a slave network device 687 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by 741 - ``suspend``: function invoked by the DSA platform device when the system goes to 746 - ``resume``: function invoked by the DSA platform device when the system resumes, [all …]
|
/openbmc/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.
|
/openbmc/qemu/docs/devel/migration/ |
H A D | virtio.rst | 108 load_device() procedure is invoked by the core before subsections have 110 therefore has to be invoked in the device's load() function _after_
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
H A D | ncftp-configure-use-BUILD_CC-for-ccdv.patch | 6 ccdv is intended to be invoked from Makefiles only,
|
/openbmc/linux/Documentation/pcmcia/ |
H A D | driver.rst | 20 Once added, the driver probe routine will be invoked for any unclaimed
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libmtp/libmtp/ |
H A D | 0002-util-mtp-hotplug.c-Enable-stack-memory-protection.patch | 13 __stack_chk_fail function isn't being invoked when using exit(0) at
|
/openbmc/libmctp/ |
H A D | README.md | 59 Then, register a function call to be invoked when a message is received: 61 - `mctp_set_rx_all(mctp, function)`: Provide a callback to be invoked when a 69 the serial binding, the `mctp_serial_read()` function should be invoked when the
|
/openbmc/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.
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | 0001-dso-Check-for-NULL-handle-in-apr_dso_sym.patch | 25 + * some UB is being invoked here...
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/ |
H A D | 0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch | 9 | CMake Error: TRY_RUN() invoked in cross-compiling mode, please set the following cache variables …
|