Home
last modified time | relevance | path

Searched full:many (Results 1 – 25 of 2232) sorted by relevance

12345678910>>...90

/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-slab19 The aliases file is read-only and specifies how many caches
48 The alloc_fastpath file shows how many objects have been
59 The alloc_from_partial file shows how many times a cpu slab has
71 The alloc_refill file shows how many times the per-cpu freelist
82 The alloc_slab file is shows how many times a new slab had to
93 The alloc_slowpath file shows how many objects have been
115 The cpu_slabs file is read-only and displays how many cpu slabs
124 The file cpuslab_flush shows how many times a cache's cpu slabs
147 The deactivate_empty file shows how many times an empty cpu slab
157 The deactivate_full file shows how many times a full cpu slab
[all …]
H A Dsysfs-kernel-mm-ksm19 full_scans: how many times all mergeable areas have been
22 pages_shared: how many shared pages are being used.
24 pages_sharing: how many more sites are sharing them i.e. how
27 pages_to_scan: how many present pages to scan before ksmd goes
30 pages_unshared: how many pages unique but repeatedly checked
33 pages_volatile: how many pages changing too fast to be placed
41 sleep_millisecs: how many milliseconds ksm should sleep between
/linux/arch/arm/common/
H A Dvlock.S20 #define MANY(x...) x macro
23 #define MANY(x...) macro
69 MANY( mov r3, #VLOCK_VOTING_OFFSET )
71 MANY( ldr r2, [r0, r3] )
76 MANY( add r3, r3, #4 )
77 MANY( cmp r3, #VLOCK_VOTING_OFFSET + VLOCK_VOTING_SIZE )
78 MANY( bne 0b )
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst14 the IBM Linux JFS team for explaining many esoteric Linux filesystem features.
47 - Jeff Layton (many, many fixes, as well as great work on the cifs Kerberos code)
52 - Shirish Pargaonkar (for many ACL patches over the years)
53 - Sachin Prabhu (many bug fixes, including for reconnect, copy offload and security)
65 mention to the Stanford Checker (SWAT) which pointed out many minor
/linux/include/sound/sof/
H A Dchannel_map.h16 * \brief Channel map, specifies transformation of one-to-many or many-to-one.
18 * In case of one-to-many specifies how the output channels are computed out of
20 * in case of many-to-one specifies how a single target channel is computed
29 * Channel mask describes which channels are taken into account on the "many"
/linux/Documentation/admin-guide/mm/
H A Dksm.rst15 application which generates many instances of the same data.
80 how many pages to scan before ksmd goes to sleep
89 how many milliseconds ksmd should sleep before next scan
198 how many pages are being scanned for ksm
200 how many shared pages are being used
202 how many more sites are sharing them i.e. how much saved
204 how many pages unique but repeatedly checked for merging
206 how many pages changing too fast to be placed in a tree
208 how many pages did the "smart" page scanning algorithm skip
210 how many times all mergeable areas have been scanned
[all …]
/linux/fs/btrfs/
H A Draid56.h67 /* How many pages there are for the full stripe including P/Q */
70 /* How many sectors there are for the full stripe including P/Q */
79 /* How many pages there are for each stripe */
82 /* How many sectors there are for each stripe */
103 /* Allocated with stripe_nsectors-many bits for finish_*() calls */
127 /* Allocated with real_stripes-many pointers for finish_*() calls */
/linux/arch/sparc/include/uapi/asm/
H A Derrno.h33 #define ETOOMANYREFS 59 /* Too many references: cannot splice */
36 #define ELOOP 62 /* Too many symbolic links encountered */
41 #define EPROCLIM 67 /* SUNOS: Too many processes */
42 #define EUSERS 68 /* Too many users */
55 #define ERREMOTE 81 /* SunOS: Too many lvls of remote in path */
99 #define ELIBMAX 123 /* Atmpt to link in too many shared libs */
/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h33 #define ETOOMANYREFS 59 /* Too many references: cannot splice */
36 #define ELOOP 62 /* Too many symbolic links encountered */
41 #define EPROCLIM 67 /* SUNOS: Too many processes */
42 #define EUSERS 68 /* Too many users */
55 #define ERREMOTE 81 /* SunOS: Too many lvls of remote in path */
99 #define ELIBMAX 123 /* Atmpt to link in too many shared libs */
/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h85 * @nr_wake: wake up to this many tasks
149 * @nr_wake: wake up to this many tasks
150 * @nr_requeue: requeue up to this many tasks
165 * @nr_wake: wake up to this many tasks
166 * @nr_requeue: requeue up to this many tasks
196 * @nr_wake: wake up to this many tasks
197 * @nr_requeue: requeue up to this many tasks
/linux/drivers/misc/cardreader/
H A DKconfig9 Alcor Micro card readers support access to many types of memory cards,
21 Realtek card readers support access to many types of memory cards,
32 Realtek card reader supports access to many types of memory cards,
/linux/fs/afs/
H A Dprotocol_uae.h32 UAEMFILE = 0x2f6df17, /* Too many open files */
39 UAEMLINK = 0x2f6df1e, /* Too many links */
48 UAELOOP = 0x2f6df27, /* Too many symbolic links encountered */
89 UAELIBMAX = 0x2f6df50, /* Attempting to link in too many shared libraries */
94 UAEUSERS = 0x2f6df55, /* Too many users */
116 UAETOOMANYREFS = 0x2f6df6b, /* Too many references: cannot splice */
/linux/tools/testing/selftests/net/mptcp/
H A Ddiag.sh5 # code but we accept it, especially because there were too many before having
394 wait_msk_nr $((NR_CLIENTS*2)) "many msk socket present"
395 chk_msk_inuse $((NR_CLIENTS*2)) "many"
396 chk_msk_cestab $((NR_CLIENTS*2)) "many"
399 chk_msk_inuse 0 "many->0"
400 chk_msk_cestab 0 "many->0"
410 chk_listener_nr $NR_SERVERS "many listener sockets"
/linux/drivers/net/ethernet/8390/
H A DKconfig94 chipset on many common ColdFire CPU based boards. Many of the older
109 Many Ethernet cards without a specific driver are compatible with
178 Important: There have been many reports that, with some motherboards
180 such as some BusLogic models) causes corruption problems with many
/linux/Documentation/process/
H A Dcve.rst98 As the Linux kernel can be used in many different ways, with many
114 tested together in a unified whole by many community members, and not as
115 individual cherry-picked changes. Also note that for many bugs, the
117 the sum of many fixes on top of each other. Ideally CVEs will be
/linux/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h38 __u32 size; /* how many buckets */
62 __u32 size; /* how many buckets */
76 __u32 size; /* how many buckets */
90 __u32 size; /* how many buckets */
/linux/Documentation/filesystems/ext4/
H A Dblockgroup.rst23 - many blocks
24 - many blocks
27 - many blocks
28 - many more blocks
91 META_BG feature, ext4 filesystems are partitioned into many metablock
/linux/Documentation/devicetree/bindings/perf/
H A Driscv,pmu.yaml57 Represents a MANY-to-MANY mapping between a range of events and all the
71 Represents an ONE-to-MANY or MANY-to-MANY mapping between the rawevent(s)
/linux/tools/perf/bench/
H A Dfutex.h76 * @nr_wake: wake up to this many tasks
104 * @nr_wake: wake up to this many tasks
105 * @nr_requeue: requeue up to this many tasks
135 * @nr_requeue: requeue up to this many tasks
/linux/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-hist-expressions.tc54 # err pos for "too many subexpressions" is dependent on where
57 check_error "Too many subexpressions" 'hist:keys=common_pid:x=32+^10*3/20-4'
58 check_error "Too many subexpressions" 'hist:keys=common_pid:x=^1+2+3+4+5'
/linux/drivers/parport/
H A DKconfig27 For extensive information about drivers for many devices attaching
70 Many parallel port chipsets provide hardware that can speed up
141 found on many Sun machines. Note that many of the newer Ultras
/linux/tools/testing/selftests/sync/
H A Dsync_fence.c98 "a has too many active fences!\n"); in test_fence_one_timeline_merge()
100 "b has too many active fences!\n"); in test_fence_one_timeline_merge()
102 "c has too many active fences!\n"); in test_fence_one_timeline_merge()
104 "d has too many active fences!\n"); in test_fence_one_timeline_merge()
/linux/tools/perf/util/
H A Devents_stats.h14 * total_lost tells exactly how many events the kernel in fact lost, i.e. it is
20 * exactly how many samples the kernel in fact dropped, i.e. it is the sum of
30 * exactly how many samples the BPF program in fact dropped, i.e. it is the sum
/linux/arch/powerpc/platforms/powernv/
H A Docxl.c51 * the AFU how many actags the AFU is really allowed to use (which can
55 * about the other PCI functions and how many actags they'd like,
58 * Unfortunately, the only way to know how many actags a function
60 * and add them up. Similarly, the only way to know how many actags
66 * PCI enumeration, each function counts how many actags its AFUs
185 * Check how many actags are desired for the AFUs under that in pnv_ocxl_fixup_actag()
289 * be used by a function depends on how many functions exist in pnv_ocxl_get_pasid_count()
291 * many bits are available to PASIDs and how many are to be in pnv_ocxl_get_pasid_count()
/linux/Documentation/security/
H A Dself-protection.rst14 has arbitrary read and write access to the kernel's memory. In many
78 Many such variables can be made read-only by setting them "const"
107 One trivial way to eliminate many syscalls for 64-bit systems is building
145 There are many memory structures in the kernel that are regularly abused
148 address stored on the stack is overwritten. Many other examples of this
182 Many places in the kernel use atomic counters to track object references
198 While many protections can be considered deterministic (e.g. read-only
307 free. This frustrates many uninitialized variable attacks, stack content

12345678910>>...90