| /linux/tools/lib/perf/include/perf/ |
| H A D | schedstat-v17.h | 97 "load_balance() count on cpu newly idle", "%11u", true, v17); 99 "load_balance() found balanced on cpu newly idle", "%11u", true, v17); 101 "load_balance() move task failed on cpu newly idle", "%11u", true, v17); 103 "imbalance in load on cpu newly idle", "%11u", false, v17); 105 "imbalance in utilization on cpu newly idle", "%11u", false, v17); 107 "imbalance in number of tasks on cpu newly idle", "%11u", false, v17); 109 "imbalance in misfit tasks on cpu newly idle", "%11u", false, v17); 111 "pull_task() count on cpu newly idle", "%11u", false, v17); 113 "pull_task() when target task was cache-hot on cpu newly idle", "%11u", false, v17); 115 "load_balance() failed to find busier queue on cpu newly idle", "%11u", true, v17); [all …]
|
| H A D | schedstat-v15.h | 85 "load_balance() count on cpu newly idle", "%11u", true, v15); 87 "load_balance() found balanced on cpu newly idle", "%11u", true, v15); 89 "load_balance() move task failed on cpu newly idle", "%11u", true, v15); 91 "imbalance sum on cpu newly idle", "%11u", false, v15); 93 "pull_task() count on cpu newly idle", "%11u", false, v15); 95 "pull_task() when target task was cache-hot on cpu newly idle", "%11u", false, v15); 97 "load_balance() failed to find busier queue on cpu newly idle", "%11u", true, v15); 99 "load_balance() failed to find busier group on cpu newly idle", "%11u", true, v15); 102 "load_balance() success count on cpu newly idle", "%11u", 107 "avg task pulled per successful lb attempt (cpu newly idle)", "%11.2Lf",
|
| H A D | schedstat-v16.h | 85 "load_balance() count on cpu newly idle", "%11u", true, v16); 87 "load_balance() found balanced on cpu newly idle", "%11u", true, v16); 89 "load_balance() move task failed on cpu newly idle", "%11u", true, v16); 91 "imbalance sum on cpu newly idle", "%11u", false, v16); 93 "pull_task() count on cpu newly idle", "%11u", false, v16); 95 "pull_task() when target task was cache-hot on cpu newly idle", "%11u", false, v16); 97 "load_balance() failed to find busier queue on cpu newly idle", "%11u", true, v16); 99 "load_balance() failed to find busier group on cpu newly idle", "%11u", true, v16); 102 "load_balance() success count on cpu newly idle", "%11u", 107 "avg task pulled per successful lb attempt (cpu newly idle)", "%11.2Lf",
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpadlpar_core.c | 275 * @drc_name: drc-name of newly added slot 277 * Make the hotplug module and the kernel aware of a newly added I/O Slot. 294 /* Find newly added node */ in dlpar_add_slot() 322 * @drc_name: drc-name of newly added slot 347 * @drc_name: drc-name of newly added slot 410 * @drc_name: drc-name of newly added slot
|
| /linux/mm/damon/ |
| H A D | modules-common.c | 12 * @ctxp: Pointer to save the point to the newly created context 13 * @targetp: Pointer to save the point to the newly created target
|
| /linux/Documentation/userspace-api/ |
| H A D | unshare.rst | 96 works on an active task (as opposed to clone/fork working on a newly 189 the current shared version, associates newly duplicated structures 194 1) clone operates on a newly allocated not-yet-active task 197 before associating newly duplicated context structures 255 their corresponding dup_* functions and then linked the newly 277 * For all newly unshared structures, release the corresponding
|
| H A D | no_new_privs.rst | 5 The execve system call can grant a newly-started program privileges that 48 execve and can change the behavior of newly-executed programs.
|
| /linux/arch/loongarch/include/asm/ |
| H A D | switch_to.h | 28 * For newly created kernel threads switch_to() will return to 29 * ret_from_kernel_thread, newly created user threads to ret_from_fork.
|
| /linux/tools/testing/selftests/net/ |
| H A D | rps_default_mask.sh | 65 chk_rps "changing rps_default_mask affects newly created devices" "" $VETH 3 66 chk_rps "changing rps_default_mask doesn't affect newly child netns[II]" $NETNS $VETH 0
|
| /linux/fs/jffs2/ |
| H A D | erase.c | 342 pr_warn("Newly-erased block contained word 0x%lx at offset 0x%08x\n", in jffs2_block_check_erase() 366 pr_warn("Read of newly-erased block at 0x%08x failed: %d. Putting on bad_list\n", in jffs2_block_check_erase() 372 pr_warn("Short read from newly-erased block at 0x%08x. Wanted %d, got %zd\n", in jffs2_block_check_erase() 382 pr_warn("Newly-erased block contained word 0x%lx at offset 0x%08x\n", in jffs2_block_check_erase() 443 pr_warn("Short write to newly-erased block at 0x%08x: Wanted %zd, got %zd\n", in jffs2_mark_erased_block()
|
| /linux/fs/jfs/ |
| H A D | jfs_extent.c | 60 * the xad describes the newly allocated extent. 61 * abnr - bool indicating whether the newly allocated extent 153 * free the newly allocated blocks and return the error. in extAlloc() 300 * return with the starting block number of the newly
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_local_storage.c | 70 /* Lookup the newly created element */ in check_syscall_operations() 75 /* Check the value of the newly created element */ in check_syscall_operations()
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | mmu_context.c | 64 * case where ctx is newly allocated). in realloc_context_ids() 110 * initialize context slice details for newly allocated mm's (which will in hash__init_new_context() 329 * cleanup_cpu_mmu_context - Clean up MMU details for this CPU (newly offlined)
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_property.c | 95 * A pointer to the newly created property on success, NULL on failure. 160 * A pointer to the newly created property on success, NULL on failure. 208 * A pointer to the newly created property on success, NULL on failure. 275 * A pointer to the newly created property on success, NULL on failure. 303 * A pointer to the newly created property on success, NULL on failure. 330 * A pointer to the newly created property on success, NULL on failure. 367 * A pointer to the newly created property on success, NULL on failure.
|
| /linux/scripts/kconfig/tests/new_choice_with_dep/ |
| H A D | Kconfig | 12 "depends on A" has been newly added.
|
| /linux/drivers/net/phy/ |
| H A D | phy_port.c | 16 * Returns: a newly allocated struct phy_port, or NULL. 48 * Returns: a newly allocated and initialized phy_port pointer, or an ERR_PTR.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-xen-blkfront | 18 that this option only takes effect on newly connected frontends.
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | MP+onceassign+derefonce.litmus | 9 * structure containing a newly inserted element.
|
| /linux/drivers/net/wireless/intel/iwlwifi/ |
| H A D | iwl-nvm-parse.h | 120 * returns a (newly allocated) struct containing all the 138 * Return: a newly allocation regulatory domain, to be given to the regulatory
|
| /linux/Documentation/pcmcia/ |
| H A D | driver.rst | 21 PCMCIA device listed in its (newly updated) pcmcia_device_id list.
|
| /linux/lib/ |
| H A D | memcat_p.c | 6 * Merge two NULL-terminated pointer arrays into a newly allocated
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_audio.h | 34 * an instance of newly created msm_dp_module.
|
| /linux/arch/alpha/include/asm/ |
| H A D | processor.h | 29 /* Do necessary setup to start up a newly executed thread. */
|
| /linux/drivers/infiniband/core/ |
| H A D | iwpm_util.h | 102 * Returns the newly allocated netlink request object if successful, 227 * Returns the newly allcated skb, or NULL if the tailroom of the skb
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | exhandler_kern.c | 34 * However, for a newly-created task, task->task_works is NULLed, in BPF_PROG()
|