Searched refs:res_map (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_legacy_printk.c22 } res_map SEC(".maps");
40 my_res = bpf_map_lookup_elem(&res_map, &zero);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlegacy_printk.c40 map_fd = bpf_map__fd(skel->maps.res_map);
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c218 * - start with an all-ones result bitmap (res_map in pipapo_lookup())
415 unsigned long *res_map, *fill_map; local
434 res_map = scratch->map + (map_index ? m->bsize_max : 0);
437 memset(res_map, 0xff, m->bsize_max * sizeof(*res_map));
447 pipapo_and_field_buckets_8bit(f, res_map, rp);
449 pipapo_and_field_buckets_4bit(f, res_map, rp);
458 * Now res_map contains the matching bitmap, and fill_map is the
462 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt,
488 /* Swap bitmap indices: res_map i
525 unsigned long *res_map, *fill_map = NULL; local
[all...]
/linux-master/drivers/parisc/
H A Dccio-dma.c216 u8 *res_map; /* resource map, bit == pdir entry */ member in struct:ioc
288 idx = (unsigned int)((unsigned long)res_ptr - (unsigned long)ioc->res_map); \
299 u##size *res_ptr = (u##size *)&((ioc)->res_map[ioa->res_hint & ~((size >> 3) - 1)]); \
300 u##size *res_end = (u##size *)&(ioc)->res_map[ioa->res_size]; \
302 res_ptr = (u##size *)&(ioc)->res_map[0]; \
407 u##size *res_ptr = (u##size *)&((ioc)->res_map[res_idx]); \
1101 seq_hex_dump(m, " ", DUMP_PREFIX_NONE, 32, 4, ioc->res_map,
1165 res_ptr = ioc->res_map;
1257 ** thus, pdir/res_map will also be log2().
1300 ioc->res_map
[all...]
H A Dsba_iommu.c206 unsigned long *rptr = (unsigned long *) &(ioc->res_map[(pide >>3) & ~(sizeof(unsigned long) - 1)]);
236 u32 *rptr_end = (u32 *) &(ioc->res_map[ioc->res_size]);
237 u32 *rptr = (u32 *) ioc->res_map; /* resource map ptr */
251 ** BUMMER! -- res_map != pdir --
262 rptr++; /* look at next word of res_map */
326 return (((unsigned long)res_ptr - (unsigned long)ioc->res_map) << 3)
345 unsigned long *res_end = (unsigned long *) &(ioc->res_map[ioc->res_size]);
421 ioc->res_hint = (unsigned long *) ioc->res_map;
465 (uint) ((unsigned long) ioc->res_hint - (unsigned long) ioc->res_map),
499 unsigned long *res_ptr = (unsigned long *) &((ioc)->res_map[rid
[all...]
/linux-master/fs/bcachefs/
H A Djournal_types.h296 struct lockdep_map res_map; member in struct:journal
H A Djournal.h301 lock_release(&j->res_map, _THIS_IP_);
387 lock_acquire_shared(&j->res_map, 0,
H A Djournal.c1374 lockdep_init_map(&j->res_map, "journal res", &res_key, 0);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_rm.c23 static inline bool reserved_by_other(uint32_t *res_map, int idx, argument
26 return res_map[idx] && res_map[idx] != enc_id;
/linux-master/arch/parisc/include/asm/
H A Dropes.h31 char *res_map; /* resource map, bit == pdir entry */ member in struct:ioc
/linux-master/drivers/firmware/
H A Dti_sci.c3081 free_bit = find_first_zero_bit(desc->res_map, res_count);
3083 __set_bit(free_bit, desc->res_map);
3114 __clear_bit(id - desc->start, desc->res_map);
3117 __clear_bit(id - desc->start_sec, desc->res_map);
3188 res->desc[i].res_map = devm_bitmap_zalloc(dev, res_count,
3190 if (!res->desc[i].res_map)
/linux-master/include/linux/soc/ti/
H A Dti_sci_protocol.h204 * @res_map: Bitmap to manage the allocation of these resources.
211 unsigned long *res_map; member in struct:ti_sci_resource_desc

Completed in 196 milliseconds