/linux/kernel/futex/ |
H A D | waitwake.c | 155 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 D | futex.h | 183 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 D | requeue.c | 64 .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 D | futex_val3.c | 11 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 D | futextest.h | 99 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 D | bloom_filter.c | 20 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 D | dm-cache-policy-internal.h | 129 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 D | Makefile | 5 dm-bitset.o \
|
/linux/include/linux/ |
H A D | restart_block.h | 34 u32 bitset; member
|
/linux/net/ethtool/ |
H A D | bitset.h | 10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
|
H A D | bitset.c | 328 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 D | era.rst | 97 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 D | dm-io.rst | 64 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 D | cache.rst | 162 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 D | extent-io-tree.c | 1730 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 D | nft_set_pipapo.c | 366 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 D | futex.c | 331 ifd->q.bitset = iof->futex_mask; in io_futex_wait()
|
/linux/tools/perf/Documentation/ |
H A D | perf.data-file-format.txt | 47 section if the feature bit is set in the perf_header flags bitset. The
|