Searched refs:bitset (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/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-v5.4/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-v5.4/drivers/md/ |
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-v5.4/kernel/ |
D | futex.c | 239 u32 bitset; member 245 .bitset = FUTEX_BITSET_MATCH_ANY 1595 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake() argument 1603 if (!bitset) in futex_wake() 1626 if (!(this->bitset & bitset)) in futex_wake() 2709 ktime_t *abs_time, u32 bitset) in futex_wait() argument 2717 if (!bitset) in futex_wait() 2719 q.bitset = bitset; in futex_wait() 2760 restart->futex.bitset = bitset; in futex_wait() 2786 restart->futex.val, tp, restart->futex.bitset); in futex_wait_restart() [all …]
|
/Linux-v5.4/include/linux/ |
D | restart_block.h | 33 u32 bitset; member
|
/Linux-v5.4/drivers/md/persistent-data/ |
D | Makefile | 5 dm-bitset.o \
|
/Linux-v5.4/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-v5.4/fs/btrfs/ |
D | extent_io.c | 2084 int bitset = 0; in test_range_bit() local 2096 bitset = 0; in test_range_bit() 2104 bitset = 1; in test_range_bit() 2108 bitset = 0; in test_range_bit() 2121 bitset = 0; in test_range_bit() 2126 return bitset; in test_range_bit()
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf.data-file-format.txt | 47 section if the feature bit is set in the perf_header flags bitset. The
|