Home
last modified time | relevance | path

Searched refs:numbers (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-6.6/kernel/
H A Dpid.c56 .numbers = { {
115 ns = pid->numbers[pid->level].ns; in put_pid()
137 struct upid *upid = pid->numbers + i; in free_pid()
247 pid->numbers[i].nr = nr; in alloc_pid()
248 pid->numbers[i].ns = tmp; in alloc_pid()
271 upid = pid->numbers + ns->level; in alloc_pid()
275 for ( ; upid >= pid->numbers; --upid) { in alloc_pid()
291 upid = pid->numbers + i; in alloc_pid()
481 upid = &pid->numbers[ns->level]; in pid_nr_ns()
663 struct_size_t(struct pid, numbers, in pid_idr_init()
[all...]
H A Dpid_namespace.c51 len = struct_size_t(struct pid, numbers, level + 1); in create_pid_cachep()
/kernel/linux/linux-5.10/include/linux/
H A Dpid.h70 struct upid numbers[1]; member
153 ns = pid->numbers[pid->level].ns; in ns_of_pid()
165 return pid->numbers[pid->level].nr == 1; in is_child_reaper()
183 nr = pid->numbers[0].nr; in pid_nr()
/kernel/linux/linux-6.6/include/linux/
H A Dpid.h70 struct upid numbers[]; member
156 ns = pid->numbers[pid->level].ns; in ns_of_pid()
168 return pid->numbers[pid->level].nr == 1; in is_child_reaper()
186 nr = pid->numbers[0].nr; in pid_nr()
/kernel/linux/linux-5.10/kernel/
H A Dpid.c56 .numbers = { {
112 ns = pid->numbers[pid->level].ns; in put_pid()
134 struct upid *upid = pid->numbers + i; in free_pid()
244 pid->numbers[i].nr = nr; in alloc_pid()
245 pid->numbers[i].ns = tmp; in alloc_pid()
268 upid = pid->numbers + ns->level; in alloc_pid()
272 for ( ; upid >= pid->numbers; --upid) { in alloc_pid()
288 upid = pid->numbers + i; in alloc_pid()
478 upid = &pid->numbers[ns->level]; in pid_nr_ns()
/kernel/linux/linux-6.6/lib/
H A Dtest_scanf.c158 /* Selection of interesting numbers to test, copied from test-kstrtox.c */
159 static const unsigned long long numbers[] __initconst = {
206 for (i = 0; i < ARRAY_SIZE(numbers); i++) { \
207 if (value_representable_in_type(T, numbers[i])) \
209 numbers[i], fn); \
211 if (value_representable_in_type(T, -numbers[i])) \
213 -numbers[i], fn); \
292 * Define a pattern of negative and positive numbers to ensure we get
520 * List of numbers separated by delim. Each field width specifier is the
583 * List of numbers separate
[all...]
/kernel/linux/linux-6.6/samples/rust/
H A Drust_minimal.rs16 numbers: Vec<i32>,
24 let mut numbers = Vec::new(); variables
25 numbers.try_push(72)?;
26 numbers.try_push(108)?;
27 numbers.try_push(200)?;
29 Ok(RustMinimal { numbers })
35 pr_info!("My numbers are {:?}\n", self.numbers); in drop()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py218 def _median(numbers):
220 n = len(numbers)
223 return sorted(numbers)[index]
224 return sum(sorted(numbers)[index - 1 : index + 1]) / 2
227 def _mean(numbers):
228 return sum(numbers) / len(numbers)
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsgetem.S8 | numbers.
73 | For normalized numbers, leave the mantissa alone, simply load
89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
H A Dscale.S62 | The source input is below 1, so we check for denormalized numbers
H A Dfpsp.h324 .set VER_4,0x40 | fpsp compatible version numbers
H A Ddo_func.S10 | denormalized (there are no unnormalized numbers at this
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsgetem.S8 | numbers.
73 | For normalized numbers, leave the mantissa alone, simply load
89 | For denormalized numbers, shift the mantissa until the j-bit = 1,
H A Dscale.S62 | The source input is below 1, so we check for denormalized numbers
H A Dfpsp.h324 .set VER_4,0x40 | fpsp compatible version numbers
/kernel/linux/linux-5.10/fs/proc/
H A Darray.c214 seq_put_decimal_ull(m, "\t", task_tgid_nr_ns(p, pid->numbers[g].ns)); in task_state()
217 seq_put_decimal_ull(m, "\t", task_pid_nr_ns(p, pid->numbers[g].ns)); in task_state()
220 seq_put_decimal_ull(m, "\t", task_pgrp_nr_ns(p, pid->numbers[g].ns)); in task_state()
223 seq_put_decimal_ull(m, "\t", task_session_nr_ns(p, pid->numbers[g].ns)); in task_state()
667 * For quick read, open code by putting numbers directly in proc_pid_statm()
/kernel/linux/linux-6.6/fs/proc/
H A Darray.c211 seq_put_decimal_ull(m, "\t", task_tgid_nr_ns(p, pid->numbers[g].ns)); in task_state()
214 seq_put_decimal_ull(m, "\t", task_pid_nr_ns(p, pid->numbers[g].ns)); in task_state()
217 seq_put_decimal_ull(m, "\t", task_pgrp_nr_ns(p, pid->numbers[g].ns)); in task_state()
220 seq_put_decimal_ull(m, "\t", task_session_nr_ns(p, pid->numbers[g].ns)); in task_state()
692 * For quick read, open code by putting numbers directly in proc_pid_statm()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-header.S12 @ Bad Abort numbers
H A Dhead-nommu.S33 * numbers for r1.
217 mov \tmp, \rgnr @ Use static region numbers
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dasm-offsets.c55 DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0])); in foo()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dasm-offsets.c55 DEFINE(IA64_PID_UPID_OFFSET, offsetof (struct pid, numbers[0])); in foo()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-header.S12 @ Bad Abort numbers
H A Dhead-nommu.S32 * numbers for r1.
218 mov \tmp, \rgnr @ Use static region numbers
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-armv4.pl597 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
598 @ and so is sum of four. Sum of 2^m n-m-bit numbers and n-bit
606 @ of 52-bit numbers as long as the amount of addends is not a
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dpoly1305-armv4.pl597 @ Sum of two n-bit numbers is n+1 bits wide, sum of three - n+2,
598 @ and so is sum of four. Sum of 2^m n-m-bit numbers and n-bit
606 @ of 52-bit numbers as long as the amount of addends is not a

Completed in 20 milliseconds

12