/linux/kernel/futex/ |
A 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()
|
A D | futex.h | 110 u32 bitset; member 265 val, ktime_t *abs_time, u32 bitset, u32 __user 273 ktime_t *abs_time, u32 bitset); 290 extern int futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset);
|
A 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/tools/perf/trace/beauty/ |
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/ |
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/Documentation/networking/ |
A D | ethtool-netlink.rst | 109 Compact form: nested (bitset) atrribute contents: 127 allowed (bitset represents a single bitmap. 134 Bit-by-bit form: nested (bitset) attribute contents: 650 ``ETHTOOL_A_DEBUG_MSGMASK`` bitset message mask 674 ``ETHTOOL_A_DEBUG_MSGMASK`` bitset message mask 716 ``ETHTOOL_A_WOL_MODES`` bitset enabled WoL modes 739 ``ETHTOOL_A_FEATURES_HW`` bitset dev->hw_features 741 ``ETHTOOL_A_FEATURES_ACTIVE`` bitset dev->features 811 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` bitset private flags 832 ``ETHTOOL_A_PRIVFLAGS_FLAGS`` bitset private flags [all …]
|
/linux/kernel/bpf/ |
A D | bloom_filter.c | 26 unsigned long bitset[]; member 51 if (!test_bit(h, bloom->bitset)) in bloom_map_peek_elem() 69 set_bit(h, bloom->bitset); in bloom_map_push_elem()
|
/linux/drivers/md/ |
A D | dm-cache-policy-internal.h | 126 static inline void clear_bitset(void *bitset, unsigned nr_entries) in clear_bitset() argument 129 memset(bitset, 0, s); in clear_bitset()
|
/linux/drivers/md/persistent-data/ |
A D | Makefile | 5 dm-bitset.o \
|
/linux/net/ethtool/ |
A D | built-in.a | 6 bitset.o/
|
A D | Makefile | 7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \
|
A D | bitset.h | 10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
|
A D | .built-in.a.cmd | 1 …t/ethtool/ioctl.o net/ethtool/common.o net/ethtool/netlink.o net/ethtool/bitset.o net/ethtool/strs…
|
A D | .bitset.o.cmd | 1 …bitset.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/a… 3 source_net/ethtool/bitset.o := net/ethtool/bitset.c 5 deps_net/ethtool/bitset.o := \ 1440 net/ethtool/bitset.h \ 1442 net/ethtool/bitset.o: $(deps_net/ethtool/bitset.o) 1444 $(deps_net/ethtool/bitset.o):
|
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()
|
A D | .wol.o.cmd | 1441 net/ethtool/bitset.h \
|
A D | .debug.o.cmd | 1441 net/ethtool/bitset.h \
|
/linux/include/linux/ |
A D | restart_block.h | 34 u32 bitset; member
|
/linux/Documentation/admin-guide/device-mapper/ |
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
|
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
|
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/net/netfilter/ |
A D | nft_set_pipapo.c | 368 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/net/ |
A D | built-in.a | 59 ethtool/bitset.o/
|
/linux/fs/btrfs/ |
A D | extent_io.c | 2224 int bitset = 0; in test_range_bit() local 2236 bitset = 0; in test_range_bit() 2244 bitset = 1; in test_range_bit() 2248 bitset = 0; in test_range_bit() 2261 bitset = 0; in test_range_bit() 2266 return bitset; in test_range_bit()
|
/linux/tools/perf/Documentation/ |
A D | perf.data-file-format.txt | 47 section if the feature bit is set in the perf_header flags bitset. The
|