Searched refs:invoked (Results 1 – 25 of 160) sorted by relevance
1234567
8 __u32 invoked; member46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() argument56 if (val.invoked != invoked) { in verify_sk()58 msg, val.invoked, invoked); in verify_sk()
15 __u32 invoked; member32 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_tsk()76 if (!ASSERT_EQ(val.invoked, 1, "unexpected invoked count")) in verify_msk()
149 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating173 When a CPU is onlined, the startup callbacks are invoked sequentially until174 the state CPUHP_ONLINE is reached. They can also be invoked when the178 When a CPU is offlined the teardown callbacks are invoked in the reverse180 be invoked when the callbacks of a state are removed or an instance is194 The startup callbacks in this section are invoked before the CPU is195 started during a CPU online operation. The teardown callbacks are invoked198 The callbacks are invoked on a control CPU as they can't obviously run on218 The startup callbacks in this section are invoked on the hotplugged CPU220 setup code. The teardown callbacks are invoked with interrupts disabled[all …]
64 invoked from low-level assembly code looks like this:90 function can be invoked. The instrumentable code section then ends, after which91 syscall_exit_to_user_mode() is invoked.169 means that up to the point where irq_enter_rcu() is invoked in_hardirq()
10 after the interface is invoked.38 This is usually invoked when the kernel page tables are94 At the end of every page fault, this routine is invoked to216 The first of these two routines is invoked after vmap_range()217 has installed the page table entries. The second is invoked
41 invoked by both RCU readers and updaters.45 is invoked by both RCU-bh readers and updaters.49 is invoked by both RCU-sched readers and updaters.53 is invoked by both SRCU readers and updaters.60 invoked only by updaters.88 from taking place. If the above statement was invoked only from updater
30 This same problem can occur if call_rcu() is invoked from a hardware59 Suppose that call_rcu() is invoked while holding a lock, and that the76 It is far better to guarantee that callbacks are invoked110 Therefore, the called function has been invoked within an RCU125 then, since RCU callbacks can be invoked from softirq context,
67 scsi_finish_command() is invoked for the command. The83 scsi_eh_scmd_add(scmd) is invoked for the command. See103 2. scsi_abort_command() is invoked to schedule an asynchronous abort which may104 issue a retry scmd->allowed + 1 times. Asynchronous aborts are not invoked110 3. scsi_eh_scmd_add(scmd, SCSI_EH_CANCEL_CMD) is invoked for the121 Otherwise scsi_eh_scmd_add() is invoked for the command.243 recovered (eh_work_q is empty), scsi_eh_flush_done_q() is invoked to257 :ACTION: scsi_eh_scmd_add() is invoked for scmd275 :ACTION: scsi_eh_finish_cmd() is invoked to EH-finish scmd295 - otherwise, scsi_finish_command() is invoked for scmd[all …]
171 remove() callback being invoked. In either case, the sequence is the376 * Notes: Can be invoked any time on a SCSI device controlled by this378 * slave_destroy().] Can safely be invoked from interrupt code.509 * lead to the slave_destroy() callback being invoked. sdev is an525 * Notes: Should only be invoked if the "hotplug initialization612 * Notes: Should not be invoked if the "hotplug initialization732 * will be invoked from scsi_eh thread. No other commands793 * will be set offline whenever eh is invoked.944 * callback is invoked (often directly from an interrupt service948 * invoked before this function returns. If the scp->scsi_done[all …]
8 __u32 invoked; member51 storage->invoked++; in _sockops()
13 __u32 invoked; member73 storage->invoked++; in _sockops()
19 invoked. Thus halt polling is especially useful on workloads with very short49 received during the polling interval (and thus schedule is invoked) there are76 invoked and a wakeup source received (irrespective of77 whether the scheduler is invoked within that function).151 that cpu, otherwise the polling will cease immediately and schedule will be invoked to
246 - receive function is invoked273 - 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 attached673 - ``phy_read``: Function invoked by the DSA slave MDIO bus when attempting to read678 - ``phy_write``: Function invoked by the DSA slave MDIO bus when attempting to write682 - ``adjust_link``: Function invoked by the PHY library when a slave network device687 - ``fixed_link_update``: Function invoked by the PHY library, and specifically by741 - ``suspend``: function invoked by the DSA platform device when the system goes to746 - ``resume``: function invoked by the DSA platform device when the system resumes,[all …]
57 removed and its functions invoked directly? This has already been done in61 * The ->get_mode1_ECC_cap callback in shpchp_hpc_ops is never invoked.
20 Once added, the driver probe routine will be invoked for any unclaimed
11 When invoked BPF sk_lookup program can select a socket that will receive the41 invoked in the same order as they were attached.
48 write side section. If the read section can be invoked from hardirq or154 side can be invoked from NMI handlers.167 If the read side section can be invoked from hardirq or softirq context,
8 To achieve this you must tell binfmt_misc which interpreter has to be invoked50 is the program that should be invoked with the binary as first85 binary lazily when the misc format file is invoked. However,
10 and enabling/disabling events. Functions are invoked by trapping to the
51 affecting EMIF and takes appropriate actions when these are invoked.
43 A CPU idle time (``CPUIdle``) governor is a bundle of policy code invoked when91 until the ``->enable()`` governor callback is invoked for that CPU104 callback when it was last invoked for the target CPU, free all memory143 selection made by the ``->select()`` callback (when it was invoked last255 be invoked for the logical CPU represented by it, so it must take place after
118 the scaling driver, the ``CPUFreq`` core will be invoked to take note of them121 In any case, the ``CPUFreq`` core is invoked to take note of any logical CPU it129 Once invoked, the ``CPUFreq`` core checks if the policy pointer is already set135 Next, the scaling driver's ``->init()`` callback is invoked with the policy158 The utilization update callbacks will be invoked by the CPU scheduler on164 the P-state selection. The scaling driver may be invoked directly from184 new policy objects. Instead, the driver's ``->setpolicy()`` callback is invoked186 callbacks are invoked by the CPU scheduler in the same way as for scaling397 invoking its utilization update callback for that CPU. If it is invoked by the400 if it is invoked by the CFS scheduling class, the governor will use the[all …]
98 The mitigation is invoked on kernel/userspace, hypervisor/guest and C-state144 The mitigation is invoked in prepare_exit_to_usermode() which covers176 The buffer clear is only invoked before entering the C-State to prevent
37 reclaim on memory pressure) or explicitly (invoked by close(2), fsync(2) and
30 a caller or invoked together with a template to form multi-block ciphers281 which component. The arrows point to the invoked block where the caller349 chaining operation, the CIPHER implementation of AES is invoked.403 1. The AHASH API functions are invoked by the caller. The HMAC