Home
last modified time | relevance | path

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

12

/linux/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.h110 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 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/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/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/Documentation/networking/
A Dethtool-netlink.rst109 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 Dbloom_filter.c26 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 Ddm-cache-policy-internal.h126 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 DMakefile5 dm-bitset.o \
/linux/net/ethtool/
A Dbuilt-in.a6 bitset.o/
A DMakefile7 ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \
A Dbitset.h10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact);
A D.built-in.a.cmd1 …t/ethtool/ioctl.o net/ethtool/common.o net/ethtool/netlink.o net/ethtool/bitset.o net/ethtool/strs…
A D.bitset.o.cmd1bitset.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 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()
A D.wol.o.cmd1441 net/ethtool/bitset.h \
A D.debug.o.cmd1441 net/ethtool/bitset.h \
/linux/include/linux/
A Drestart_block.h34 u32 bitset; member
/linux/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/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/net/
A Dbuilt-in.a59 ethtool/bitset.o/
/linux/fs/btrfs/
A Dextent_io.c2224 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 Dperf.data-file-format.txt47 section if the feature bit is set in the perf_header flags bitset. The

Completed in 53 milliseconds

12