Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dwaitwake.c155 int futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake() argument
162 if (!bitset) in futex_wake()
188 if (!(this->bitset & bitset)) in futex_wake()
667 struct hrtimer_sleeper *to, u32 bitset) in __futex_wait() argument
672 if (!bitset) in __futex_wait()
675 q.bitset = bitset; in __futex_wait()
706 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() argument
715 ret = __futex_wait(uaddr, flags, val, to, bitset); in futex_wait()
729 restart->futex.bitset = bitset; in futex_wait()
749 restart->futex.val, tp, restart->futex.bitset); in futex_wait_restart()
H A Drequeue.c64 .bitset = FUTEX_BITSET_MATCH_ANY,
780 u32 val, ktime_t *abs_time, u32 bitset, in futex_wait_requeue_pi() argument
796 if (!bitset) in futex_wait_requeue_pi()
812 q.bitset = bitset; in futex_wait_requeue_pi()
/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/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/include/linux/
H A Drestart_block.h34 u32 bitset; member
/linux/net/ethtool/
H A Dbitset.h10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
H A Dbitset.c328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument
333 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, bitset, in ethnl_bitset_is_compact()
/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/fs/btrfs/
H A Dextent-io-tree.c1756 bool bitset = false; in btrfs_test_range_bit_exists() local
1767 bitset = true; in btrfs_test_range_bit_exists()
1776 return bitset; in btrfs_test_range_bit_exists()
1820 bool bitset = true; in btrfs_test_range_bit() local
1833 bitset = false; in btrfs_test_range_bit()
1838 bitset = false; in btrfs_test_range_bit()
1852 bitset = false; in btrfs_test_range_bit()
1854 return bitset; in btrfs_test_range_bit()
/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.c187 if (msg->vp_bitset.bitset.format != HV_GENERIC_SET_SPARSE_4K) { in handle_bitset_message()
205 vpset = &msg->vp_bitset.bitset; in handle_bitset_message()
/linux/include/hyperv/
H A Dhvhdk.h836 struct hv_vpset bitset; member
/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