Home
last modified time | relevance | path

Searched refs:bitset (Results 1 – 17 of 17) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dfutex_val3.c11 unsigned int bitset = arg->val; in syscall_arg__scnprintf_futex_val3() local
13 if (bitset == FUTEX_BITSET_MATCH_ANY) in syscall_arg__scnprintf_futex_val3()
16 return scnprintf(bf, size, "%#xd", bitset); in syscall_arg__scnprintf_futex_val3()
/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h121 u_int32_t bitset, int opflags) in futex_wait_bitset() argument
123 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset, in futex_wait_bitset()
132 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset() argument
134 return futex(uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, NULL, bitset, in futex_wake_bitset()
/linux/kernel/bpf/
H A Dbloom_filter.c20 unsigned long bitset[]; member
44 if (!test_bit(h, bloom->bitset)) in bloom_map_peek_elem()
62 set_bit(h, bloom->bitset); in bloom_map_push_elem()
/linux/kernel/futex/
H A Drequeue.c64 .bitset = FUTEX_BITSET_MATCH_ANY,
785 u32 val, ktime_t *abs_time, u32 bitset, in futex_wait_requeue_pi() argument
801 if (!bitset) in futex_wait_requeue_pi()
817 q.bitset = bitset; in futex_wait_requeue_pi()
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py444 if self.bitset.inline:
445 self.bitset.dump(is_deprecated, self.full_name, self)
449 if self.bitset.inline:
450 self.bitset.dump_pack_struct(is_deprecated, self)
453 self.bitset.dump_regpair_builder(self)
641 bitset = self.bitsets[attrs["type"]]
642 if bitset.inline:
643 self.current_bitset = Bitset(attrs["name"], bitset)
646 self.current_bitset = bitset
658 self.current_reg.bitset = self.current_bitset
[all …]
/linux/drivers/md/
H A Ddm-cache-policy-internal.h129 static inline void clear_bitset(void *bitset, unsigned int nr_entries) in clear_bitset() argument
133 memset(bitset, 0, s); in clear_bitset()
/linux/drivers/md/persistent-data/
H A DMakefile5 dm-bitset.o \
/linux/Documentation/admin-guide/device-mapper/
H A Dera.rst97 The target uses a bitset to record writes in the current era. It also
98 has a spare bitset ready for switching over to a new era. Other than
H A Ddm-io.rst64 all of the synchronous versions, is a bitset (instead of a simple error value).
65 In the case of an write-I/O to multiple regions, this bitset allows dm-io to
H A Dcache.rst162 Discard bitset resolution
167 whole block device. We store a bitset tracking the discard state of
168 blocks. However, we allow this bitset to have a different block size
170 state for all of the origin device (compare with the dirty bitset
/linux/net/netfilter/
H A Dnft_set_pipapo.c366 unsigned long bitset; in pipapo_refill() local
371 bitset = map[k]; in pipapo_refill()
372 while (bitset) { in pipapo_refill()
373 unsigned long t = bitset & -bitset; in pipapo_refill()
374 int r = __builtin_ctzl(bitset); in pipapo_refill()
391 bitset ^= t; in pipapo_refill()
/linux/drivers/hv/
H A Dmshv_synic.c195 if (msg->vp_bitset.bitset.format != HV_GENERIC_SET_SPARSE_4K) { in handle_bitset_message()
213 vpset = &msg->vp_bitset.bitset; in handle_bitset_message()
/linux/net/ethtool/
H A Dbitset.c329 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument
334 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, bitset, in ethnl_bitset_is_compact()
/linux/io_uring/
H A Dfutex.c298 ifd->q.bitset = iof->futex_mask; in io_futex_wait()
/linux/include/hyperv/
H A Dhvhdk.h892 struct hv_vpset bitset; member
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c2677 bool bitset; in npc_multi_subbank_ref_alloc() local
2721 bitset = test_bit(off, bmap); in npc_multi_subbank_ref_alloc()
2722 if (bitset) { in npc_multi_subbank_ref_alloc()
2781 bitset = test_bit(off, bmap); in npc_multi_subbank_ref_alloc()
2782 if (bitset) { in npc_multi_subbank_ref_alloc()
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt47 section if the feature bit is set in the perf_header flags bitset. The