Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/futex/include/
Dfutextest.h103 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/
Dfutex.c238 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/
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-4.4.14/drivers/md/persistent-data/
DMakefile4 dm-bitset.o \
/linux-4.4.14/arch/blackfin/kernel/
Dentry.S32 bitset(r4, 0);
/linux-4.4.14/Documentation/device-mapper/
Dera.txt89 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
Ddm-io.txt63 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
Dcache.txt160 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/
Dthread_info.h27 u32 bitset; member
/linux-4.4.14/arch/blackfin/mach-bf561/
Datomic.S308 bitset ( r2, 0 ); /* Raise the lock bit. */
342 bitset ( r3, 0 ); /* Raise the lock bit. */
/linux-4.4.14/fs/btrfs/
Dextent_io.c2004 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()