Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfutex.c237 u32 bitset; member
243 .bitset = FUTEX_BITSET_MATCH_ANY
1224 futex_wake(u32 __user *uaddr, unsigned int flags, int nr_wake, u32 bitset) in futex_wake() argument
1231 if (!bitset) in futex_wake()
1254 if (!(this->bitset & bitset)) in futex_wake()
2175 ktime_t *abs_time, u32 bitset) in futex_wait() argument
2183 if (!bitset) in futex_wait()
2185 q.bitset = bitset; in futex_wait()
2235 restart->futex.bitset = bitset; in futex_wait()
2261 restart->futex.val, tp, restart->futex.bitset); in futex_wait_restart()
[all …]
/linux-4.1.27/drivers/md/persistent-data/
DMakefile4 dm-bitset.o \
/linux-4.1.27/arch/blackfin/kernel/
Dentry.S32 bitset(r4, 0);
/linux-4.1.27/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.1.27/include/linux/
Dthread_info.h27 u32 bitset; member
/linux-4.1.27/arch/blackfin/mach-bf561/
Datomic.S308 bitset ( r2, 0 ); /* Raise the lock bit. */
342 bitset ( r3, 0 ); /* Raise the lock bit. */
/linux-4.1.27/fs/btrfs/
Dextent_io.c1936 int bitset = 0; in test_range_bit() local
1948 bitset = 0; in test_range_bit()
1956 bitset = 1; in test_range_bit()
1960 bitset = 0; in test_range_bit()
1973 bitset = 0; in test_range_bit()
1978 return bitset; in test_range_bit()
/linux-4.1.27/drivers/md/
Ddm-cache-target.c52 static void clear_bitset(void *bitset, unsigned nr_entries) in clear_bitset() argument
55 memset(bitset, 0, s); in clear_bitset()