Searched refs:bitset (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/tools/testing/selftests/futex/include/ |
D | futextest.h | 103 u_int32_t bitset, int opflags) in futex_wait_bitset() argument 105 return futex(uaddr, FUTEX_WAIT_BITSET, val, timeout, NULL, bitset, in futex_wait_bitset() 114 futex_wake_bitset(futex_t *uaddr, int nr_wake, u_int32_t bitset, int opflags) in futex_wake_bitset() argument 116 return futex(uaddr, FUTEX_WAKE_BITSET, nr_wake, NULL, NULL, bitset, in futex_wake_bitset()
|
/linux-4.4.14/kernel/ |
D | futex.c | 238 u32 bitset; member 244 .bitset = FUTEX_BITSET_MATCH_ANY 1323 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake() argument 1331 if (!bitset) in futex_wake() 1354 if (!(this->bitset & bitset)) in futex_wake() 2280 ktime_t *abs_time, u32 bitset) in futex_wait() argument 2288 if (!bitset) in futex_wait() 2290 q.bitset = bitset; in futex_wait() 2340 restart->futex.bitset = bitset; in futex_wait() 2366 restart->futex.val, tp, restart->futex.bitset); in futex_wait_restart() [all …]
|
/linux-4.4.14/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-4.4.14/drivers/md/persistent-data/ |
D | Makefile | 4 dm-bitset.o \
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | entry.S | 32 bitset(r4, 0);
|
/linux-4.4.14/Documentation/device-mapper/ |
D | era.txt | 89 The target uses a bitset to record writes in the current era. It also 90 has a spare bitset ready for switching over to a new era. Other than
|
D | dm-io.txt | 63 all of the synchronous versions, is a bitset (instead of a simple error value). 64 In the case of an write-I/O to multiple regions, this bitset allows dm-io to
|
D | cache.txt | 160 Discard bitset resolution 165 whole block device. We store a bitset tracking the discard state of 166 blocks. However, we allow this bitset to have a different block size 168 state for all of the origin device (compare with the dirty bitset
|
/linux-4.4.14/include/linux/ |
D | thread_info.h | 27 u32 bitset; member
|
/linux-4.4.14/arch/blackfin/mach-bf561/ |
D | atomic.S | 308 bitset ( r2, 0 ); /* Raise the lock bit. */ 342 bitset ( r3, 0 ); /* Raise the lock bit. */
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 2004 int bitset = 0; in test_range_bit() local 2016 bitset = 0; in test_range_bit() 2024 bitset = 1; in test_range_bit() 2028 bitset = 0; in test_range_bit() 2041 bitset = 0; in test_range_bit() 2046 return bitset; in test_range_bit()
|