| /linux-6.15/lib/ |
| H A D | bitmap-str.c | 25 unsigned int ulen, unsigned long *maskp, in bitmap_parse_user() argument 35 ret = bitmap_parse(buf, UINT_MAX, maskp, nmaskbits); in bitmap_parse_user() 64 scnprintf(buf, len, "%*pb\n", nmaskbits, maskp); in bitmap_print_to_pagebuf() 86 data = kasprintf(GFP_KERNEL, fmt, nmaskbits, maskp); in bitmap_print_to_buf() 380 bitmap_zero(maskp, r.nbits); in bitmap_parselist() 395 bitmap_set_region(&r, maskp); in bitmap_parselist() 416 unsigned int ulen, unsigned long *maskp, in bitmap_parselist_user() argument 426 ret = bitmap_parselist(buf, maskp, nmaskbits); in bitmap_parselist_user() 474 unsigned long *maskp, int nmaskbits) in bitmap_parse() argument 478 u32 *bitmap = (u32 *)maskp; in bitmap_parse() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | bitmap-str.h | 6 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, int nmaskbits); 7 extern int bitmap_print_bitmask_to_buf(char *buf, const unsigned long *maskp, 9 extern int bitmap_print_list_to_buf(char *buf, const unsigned long *maskp, 12 int bitmap_parselist(const char *buf, unsigned long *maskp, int nmaskbits);
|
| H A D | cpumask_types.h | 18 #define cpumask_bits(maskp) ((maskp)->bits) argument
|
| H A D | nodemask.h | 107 #define nodemask_pr_args(maskp) __nodemask_pr_numnodes(maskp), \ argument 108 __nodemask_pr_bits(maskp) 313 static __always_inline unsigned int __first_unset_node(const nodemask_t *maskp) in __first_unset_node() argument 316 find_first_zero_bit(maskp->bits, MAX_NUMNODES)); in __first_unset_node() 511 static __always_inline int node_random(const nodemask_t *maskp) in node_random() argument 516 w = nodes_weight(*maskp); in node_random() 522 bit = first_node(*maskp); in node_random() 525 bit = find_nth_bit(maskp->bits, MAX_NUMNODES, get_random_u32_below(w)); in node_random()
|
| H A D | trace_seq.h | 103 extern void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, 122 trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask() argument
|
| H A D | cpumask.h | 25 #define cpumask_pr_args(maskp) nr_cpu_ids, cpumask_bits(maskp) argument
|
| /linux-6.15/tools/power/cpupower/utils/helpers/ |
| H A D | bitmask.c | 32 bmp->maskp = calloc(longsperbits(n), sizeof(unsigned long)); in bitmask_alloc() 33 if (!bmp->maskp) { in bitmask_alloc() 45 free(bmp->maskp); in bitmask_free() 46 bmp->maskp = (unsigned long *)0xdeadcdef; /* double free tripwire */ in bitmask_free() 65 return (bmp->maskp[n/bitsperlong] >> (n % bitsperlong)) & 1; in _getbit() 75 bmp->maskp[n/bitsperlong] |= 1UL << (n % bitsperlong); in _setbit() 77 bmp->maskp[n/bitsperlong] &= in _setbit()
|
| H A D | bitmask.h | 13 unsigned long *maskp; member
|
| /linux-6.15/tools/perf/tests/ |
| H A D | perf-record.c | 17 static int sched__get_first_possible_cpu(pid_t pid, cpu_set_t *maskp) in sched__get_first_possible_cpu() argument 21 CPU_ZERO(maskp); in sched__get_first_possible_cpu() 23 if (sched_getaffinity(pid, sizeof(*maskp), maskp) == -1) { in sched__get_first_possible_cpu() 33 if (CPU_ISSET(i, maskp)) { in sched__get_first_possible_cpu() 37 CPU_CLR(i, maskp); in sched__get_first_possible_cpu()
|
| /linux-6.15/arch/powerpc/mm/book3s64/ |
| H A D | slice.c | 431 const struct slice_mask *maskp; in slice_get_unmapped_area() local 488 maskp = slice_mask_for_size(&mm->context, psize); in slice_get_unmapped_area() 517 slice_or_mask(&good_mask, maskp, compat_maskp); in slice_get_unmapped_area() 519 slice_copy_mask(&good_mask, maskp); in slice_get_unmapped_area() 521 slice_copy_mask(&good_mask, maskp); in slice_get_unmapped_area() 791 const struct slice_mask *maskp; in slice_is_hugepage_only_range() local 796 maskp = slice_mask_for_size(&mm->context, psize); in slice_is_hugepage_only_range() 804 slice_or_mask(&available, maskp, compat_maskp); in slice_is_hugepage_only_range() 808 return !slice_check_range_fits(mm, maskp, addr, len); in slice_is_hugepage_only_range()
|
| /linux-6.15/sound/soc/sti/ |
| H A D | sti_uniperif.c | 183 struct snd_mask *maskp = hw_param_mask(params, rule->var); in sti_uniperiph_fix_tdm_format() local 199 maskp->bits[0] &= (u_int32_t)format; in sti_uniperiph_fix_tdm_format() 200 maskp->bits[1] &= (u_int32_t)(format >> 32); in sti_uniperiph_fix_tdm_format() 202 memset(maskp->bits + 2, 0, (SNDRV_MASK_MAX - 64) / 8); in sti_uniperiph_fix_tdm_format() 204 if (!maskp->bits[0] && !maskp->bits[1]) in sti_uniperiph_fix_tdm_format()
|
| /linux-6.15/arch/powerpc/platforms/512x/ |
| H A D | mpc5121_ads_cpld.c | 89 u8 __iomem *maskp) in cpld_pic_get_irq() argument 92 u8 mask = in_8(maskp); in cpld_pic_get_irq()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_seq.c | 108 void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask() argument 118 seq_buf_printf(&s->seq, "%*pb", nmaskbits, maskp); in trace_seq_bitmask()
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | mpc7450-pmu.c | 150 static int mpc7450_get_constraint(u64 event, unsigned long *maskp, in mpc7450_get_constraint() argument 181 *maskp = mask; in mpc7450_get_constraint()
|
| H A D | power7-pmu.c | 83 static int power7_get_constraint(u64 event, unsigned long *maskp, in power7_get_constraint() argument 113 *maskp = mask; in power7_get_constraint()
|
| H A D | ppc970-pmu.c | 192 static int p970_get_constraint(u64 event, unsigned long *maskp, in p970_get_constraint() argument 239 *maskp = mask; in p970_get_constraint()
|
| H A D | power6-pmu.c | 269 static int p6_get_constraint(u64 event, unsigned long *maskp, in p6_get_constraint() argument 298 *maskp = mask; in p6_get_constraint()
|
| H A D | power5-pmu.c | 138 static int power5_get_constraint(u64 event, unsigned long *maskp, in power5_get_constraint() argument 206 *maskp = mask; in power5_get_constraint()
|
| H A D | power5+-pmu.c | 134 static int power5p_get_constraint(u64 event, unsigned long *maskp, in power5p_get_constraint() argument 184 *maskp = mask; in power5p_get_constraint()
|
| H A D | isa207-common.h | 280 int isa207_get_constraint(u64 event, unsigned long *maskp, unsigned long *valp, u64 event_config1);
|
| H A D | isa207-common.c | 413 int isa207_get_constraint(u64 event, unsigned long *maskp, unsigned long *valp, u64 event_config1) in isa207_get_constraint() argument 564 *maskp = mask; in isa207_get_constraint()
|
| /linux-6.15/drivers/scsi/elx/efct/ |
| H A D | efct_hw_queues.c | 108 const struct cpumask *maskp; in efct_hw_map_wq_cpu() local 111 maskp = pci_irq_get_affinity(efct->pci, i); in efct_hw_map_wq_cpu() 112 if (!maskp) { in efct_hw_map_wq_cpu() 118 for_each_cpu_and(cpu, maskp, cpu_present_mask) { in efct_hw_map_wq_cpu()
|
| /linux-6.15/sound/core/ |
| H A D | pcm_lib.c | 1223 struct snd_mask *maskp = constrs_mask(constrs, var); in snd_pcm_hw_constraint_mask() local 1224 *maskp->bits &= mask; in snd_pcm_hw_constraint_mask() 1225 memset(maskp->bits + 1, 0, (SNDRV_MASK_MAX-32) / 8); /* clear rest */ in snd_pcm_hw_constraint_mask() 1226 if (*maskp->bits == 0) in snd_pcm_hw_constraint_mask() 1245 struct snd_mask *maskp = constrs_mask(constrs, var); in snd_pcm_hw_constraint_mask64() local 1246 maskp->bits[0] &= (u_int32_t)mask; in snd_pcm_hw_constraint_mask64() 1247 maskp->bits[1] &= (u_int32_t)(mask >> 32); in snd_pcm_hw_constraint_mask64() 1248 memset(maskp->bits + 2, 0, (SNDRV_MASK_MAX-64) / 8); /* clear rest */ in snd_pcm_hw_constraint_mask64() 1249 if (! maskp->bits[0] && ! maskp->bits[1]) in snd_pcm_hw_constraint_mask64()
|
| /linux-6.15/drivers/net/can/spi/ |
| H A D | mcp251x.c | 510 unsigned long *maskp, unsigned long *bitsp) in mcp251x_gpio_get_multiple() argument 517 if (maskp[0] & MCP251X_GPIO_INPUT_MASK) { in mcp251x_gpio_get_multiple() 522 if (maskp[0] & MCP251X_GPIO_OUTPUT_MASK) { in mcp251x_gpio_get_multiple() 552 unsigned long *maskp, unsigned long *bitsp) in mcp251x_gpio_set_multiple() argument 557 mask = FIELD_GET(MCP251X_GPIO_OUTPUT_MASK, maskp[0]); in mcp251x_gpio_set_multiple()
|
| /linux-6.15/tools/perf/util/ |
| H A D | svghelper.c | 690 #define cpumask_bits(maskp) ((maskp)->bits) argument
|