Home
last modified time | relevance | path

Searched refs:bitset (Results 1 – 18 of 18) 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
163 if (!bitset) in futex_wake()
189 if (!(this->bitset & bitset)) in futex_wake()
647 struct hrtimer_sleeper *to, u32 bitset) in __futex_wait() argument
653 if (!bitset) in __futex_wait()
656 q.bitset = bitset; in __futex_wait()
687 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() argument
696 ret = __futex_wait(uaddr, flags, val, to, bitset); in futex_wait()
710 restart->futex.bitset = bitset; in futex_wait()
731 restart->futex.val, tp, restart->futex.bitset); in futex_wait_restart()
H A Dfutex.h183 u32 bitset; member
398 val, ktime_t *abs_time, u32 bitset, u32 __user
407 struct hrtimer_sleeper *to, u32 bitset);
410 ktime_t *abs_time, u32 bitset);
437 extern int futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset);
H A Drequeue.c64 .bitset = FUTEX_BITSET_MATCH_ANY,
767 u32 val, ktime_t *abs_time, u32 bitset, in futex_wait_requeue_pi() argument
784 if (!bitset) in futex_wait_requeue_pi()
800 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.h99 u_int32_t bitset, int opflags) in futex_wait_bitset() argument
101 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset, in futex_wait_bitset()
110 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset() argument
112 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/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.c1730 bool bitset = false; in test_range_bit_exists() local
1741 bitset = true; in test_range_bit_exists()
1752 return bitset; in test_range_bit_exists()
1762 bool bitset = true; in test_range_bit() local
1774 bitset = false; in test_range_bit()
1782 bitset = false; in test_range_bit()
1801 bitset = false; in test_range_bit()
1803 return bitset; in 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/io_uring/
H A Dfutex.c331 ifd->q.bitset = iof->futex_mask; in io_futex_wait()
/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