| /linux/tools/perf/trace/beauty/ |
| H A D | futex_val3.c | 12 unsigned int bitset = arg->val; in syscall_arg__scnprintf_futex_val3() 14 if (bitset == FUTEX_BITSET_MATCH_ANY) in syscall_arg__scnprintf_futex_val3() 17 return scnprintf(bf, size, "%#xd", bitset); in syscall_arg__scnprintf_futex_val3() 11 unsigned int bitset = arg->val; syscall_arg__scnprintf_futex_val3() local
|
| /linux/tools/testing/selftests/futex/include/ |
| H A D | futextest.h | 122 * futex_wait_bitset() - block on uaddr with bitset in futex_wait_bitset() 123 * @bitset: bitset to be used with futex_wake_bitset in futex_wait_bitset() 127 u_int32_t bitset, int opflags) 129 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset, 134 * futex_wake_bitset() - wake one or more tasks blocked on uaddr with bitset in futex_wake_bitset() 135 * @bitset: bitset to compare with that used in futex_wait_bitset in futex_wake_bitset() 138 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) 140 return futex(uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, NULL, bitset, 121 futex_wait_bitset(futex_t * uaddr,futex_t val,struct timespec * timeout,u_int32_t bitset,int opflags) futex_wait_bitset() argument 132 futex_wake_bitset(futex_t * uaddr,int nr_wake,u_int32_t bitset,int opflags) futex_wake_bitset() argument [all...] |
| /linux/kernel/bpf/ |
| H A D | bloom_filter.c | 20 unsigned long bitset[]; member 44 if (!test_bit(h % BITS_PER_LONG, bloom->bitset + BIT_WORD(h))) in bloom_map_peek_elem() 66 set_bit(h % BITS_PER_LONG, bloom->bitset + BIT_WORD(h)); in bloom_map_push_elem()
|
| /linux/kernel/futex/ |
| H A D | requeue.c | 64 .bitset = FUTEX_BITSET_MATCH_ANY, 787 u32 val, ktime_t *abs_time, u32 bitset, in futex_wait_requeue_pi() argument 803 if (!bitset) in futex_wait_requeue_pi() 819 q.bitset = bitset; in futex_wait_requeue_pi()
|
| /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/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 | 1868 bool bitset = false; in btrfs_test_range_bit_exists() local 1879 bitset = true; in btrfs_test_range_bit_exists() 1888 return bitset; in btrfs_test_range_bit_exists() 1932 bool bitset = true; in btrfs_test_range_bit() local 1945 bitset = false; in btrfs_test_range_bit() 1950 bitset = false; in btrfs_test_range_bit() 1964 bitset = false; in btrfs_test_range_bit() 1966 return bitset; in btrfs_test_range_bit()
|
| /linux/net/netfilter/ |
| H A D | nft_set_pipapo.c | 368 unsigned long bitset; in pipapo_refill() local 373 bitset = map[k]; in pipapo_refill() 374 while (bitset) { in pipapo_refill() 375 unsigned long t = bitset & -bitset; in pipapo_refill() 376 int r = __builtin_ctzl(bitset); in pipapo_refill() 393 bitset ^= t; in pipapo_refill()
|
| /linux/net/ethtool/ |
| H A D | bitset.c | 329 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 D | futex.c | 318 ifd->q.bitset = iof->futex_mask; in io_futex_wait()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 2700 bool bitset; in npc_multi_subbank_ref_alloc() local 2744 bitset = test_bit(off, bmap); in npc_multi_subbank_ref_alloc() 2745 if (bitset) { in npc_multi_subbank_ref_alloc() 2804 bitset = test_bit(off, bmap); in npc_multi_subbank_ref_alloc() 2805 if (bitset) { in npc_multi_subbank_ref_alloc()
|
| /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
|