Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\cpumask.h Create Date:2022-07-28 05:34:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pumask_setall - set all cpus (< nr_cpu_ids) in a cpumask*@dstp: the cpumask pointer

Proto:static inline void cpumask_setall(struct cpumask *dstp)

Type:void

Parameter:

TypeParameterName
struct cpumask *dstp
397  bitmap_fill(cpumask_bits - get the bits in a cpumask*@maskp: the struct cpumask ** You should only assume nr_cpu_ids bits of this mask are valid. This is* a macro so it's const-correct.(dstp), nr_cpumask_bits)
Caller
NameDescribe
cpuset_initpuset_init - initialize cpusets at system boot* Description: Initialize top_cpuset
tracing_open_pipe
torture_shuffle_tasksShuffle tasks such that we allow shuffle_idle_cpu to become idle.* A special case is when shuffle_idle_cpu = -1, in which case we allow* the tasks to run on all CPUs.