/linux-6.6.21/kernel/futex/ |
D | waitwake.c | 143 int futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake() argument 151 if (!bitset) in futex_wake() 174 if (!(this->bitset & bitset)) in futex_wake() 632 int futex_wait(u32 __user *uaddr, unsigned int flags, u32 val, ktime_t *abs_time, u32 bitset) in futex_wait() argument 640 if (!bitset) in futex_wait() 642 q.bitset = bitset; in futex_wait() 681 restart->futex.bitset = bitset; in futex_wait() 706 restart->futex.val, tp, restart->futex.bitset); in futex_wait_restart()
|
D | futex.h | 105 u32 bitset; member 260 val, ktime_t *abs_time, u32 bitset, u32 __user 268 ktime_t *abs_time, u32 bitset); 285 extern int futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset);
|
D | requeue.c | 62 .bitset = FUTEX_BITSET_MATCH_ANY, 763 u32 val, ktime_t *abs_time, u32 bitset, in futex_wait_requeue_pi() argument 780 if (!bitset) in futex_wait_requeue_pi() 796 q.bitset = bitset; in futex_wait_requeue_pi()
|
/linux-6.6.21/tools/perf/trace/beauty/ |
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-6.6.21/tools/testing/selftests/futex/include/ |
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-6.6.21/Documentation/netlink/specs/ |
D | ethtool.yaml | 35 name: bitset-bit 47 name: bitset-bits 53 nested-attributes: bitset-bit 55 name: bitset 66 nested-attributes: bitset-bits 132 nested-attributes: bitset 284 nested-attributes: bitset 288 nested-attributes: bitset 342 nested-attributes: bitset 353 nested-attributes: bitset [all …]
|
/linux-6.6.21/kernel/bpf/ |
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-6.6.21/Documentation/networking/ |
D | ethtool-netlink.rst | 95 with their values which saves a round trip (when the bitset is passed in a 96 request) or at least a second request (when the bitset is in a reply). This is 103 A bitset can represent either a value/mask pair (``ETHTOOL_A_BITSET_NOMASK`` 109 Compact form: nested (bitset) attribute contents: 125 ``ETHTOOL_A_BITSET_NOMASK`` is not set (bitset represents a value/mask pair); 127 allowed (bitset represents a single bitmap. 134 Bit-by-bit form: nested (bitset) attribute contents: 159 When ``ETHTOOL_A_BITSET_NOMASK`` flag is present, bitset is interpreted as 161 such case. Such bitset represents a bitmap with listed bits set and the rest 431 ``ETHTOOL_A_LINKMODES_OURS`` bitset advertised link modes [all …]
|
/linux-6.6.21/drivers/md/ |
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-6.6.21/drivers/md/persistent-data/ |
D | Makefile | 5 dm-bitset.o \
|
/linux-6.6.21/include/linux/ |
D | restart_block.h | 34 u32 bitset; member
|
/linux-6.6.21/net/ethtool/ |
D | Makefile | 7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o rss.o \
|
D | bitset.h | 10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
|
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-6.6.21/Documentation/admin-guide/device-mapper/ |
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
|
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
|
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-6.6.21/net/netfilter/ |
D | nft_set_pipapo.c | 365 unsigned long bitset; in pipapo_refill() local 369 bitset = map[k]; in pipapo_refill() 370 while (bitset) { in pipapo_refill() 371 unsigned long t = bitset & -bitset; in pipapo_refill() 372 int r = __builtin_ctzl(bitset); in pipapo_refill() 389 bitset ^= t; in pipapo_refill()
|
/linux-6.6.21/fs/btrfs/ |
D | extent-io-tree.c | 1651 int bitset = 0; in test_range_bit() local 1661 bitset = 0; in test_range_bit() 1669 bitset = 1; in test_range_bit() 1673 bitset = 0; in test_range_bit() 1688 bitset = 0; in test_range_bit() 1690 return bitset; in test_range_bit()
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 47 section if the feature bit is set in the perf_header flags bitset. The
|