Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/futex/
A Dwaitwake.c143 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()
A Dfutex.h105 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);
A Drequeue.c62 .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.3-rc2/tools/perf/trace/beauty/
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-6.3-rc2/tools/testing/selftests/futex/include/
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-6.3-rc2/Documentation/netlink/specs/
A Dethtool.yaml24 name: bitset-bit
36 name: bitset-bits
41 nested-attributes: bitset-bit
43 name: bitset
54 nested-attributes: bitset-bits
120 nested-attributes: bitset
/linux-6.3-rc2/kernel/bpf/
A Dbloom_filter.c27 unsigned long bitset[]; member
52 if (!test_bit(h, bloom->bitset)) in bloom_map_peek_elem()
70 set_bit(h, bloom->bitset); in bloom_map_push_elem()
/linux-6.3-rc2/Documentation/networking/
A Dethtool-netlink.rst109 Compact form: nested (bitset) attribute contents:
127 allowed (bitset represents a single bitmap.
134 Bit-by-bit form: nested (bitset) attribute contents:
661 ``ETHTOOL_A_DEBUG_MSGMASK`` bitset message mask
685 ``ETHTOOL_A_DEBUG_MSGMASK`` bitset message mask
727 ``ETHTOOL_A_WOL_MODES`` bitset enabled WoL modes
750 ``ETHTOOL_A_FEATURES_HW`` bitset dev->hw_features
752 ``ETHTOOL_A_FEATURES_ACTIVE`` bitset dev->features
822 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` bitset private flags
843 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` bitset private flags
[all …]
/linux-6.3-rc2/drivers/md/
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-6.3-rc2/drivers/md/persistent-data/
A DMakefile5 dm-bitset.o \
/linux-6.3-rc2/include/linux/
A Drestart_block.h34 u32 bitset; member
/linux-6.3-rc2/net/ethtool/
A DMakefile7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o rss.o \
A Dbitset.h10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
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-6.3-rc2/Documentation/admin-guide/device-mapper/
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
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
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-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.c368 unsigned long bitset; in pipapo_refill() local
372 bitset = map[k]; in pipapo_refill()
373 while (bitset) { in pipapo_refill()
374 unsigned long t = bitset & -bitset; in pipapo_refill()
375 int r = __builtin_ctzl(bitset); in pipapo_refill()
392 bitset ^= t; in pipapo_refill()
/linux-6.3-rc2/fs/btrfs/
A Dextent-io-tree.c1636 int bitset = 0; in test_range_bit() local
1646 bitset = 0; in test_range_bit()
1654 bitset = 1; in test_range_bit()
1658 bitset = 0; in test_range_bit()
1673 bitset = 0; in test_range_bit()
1675 return bitset; in test_range_bit()
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf.data-file-format.txt47 section if the feature bit is set in the perf_header flags bitset. The

Completed in 35 milliseconds