Searched refs:LOCKED (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | mlock2-tests.c | 92 #define LOCKED "lo" macro 136 locked = is_vmflag_set(addr, LOCKED); in is_vma_lock_on_fault() 156 locked = is_vmflag_set(addr, LOCKED); in lock_check() 168 if (is_vmflag_set((unsigned long)map, LOCKED)) { in unlock_lock_check() 169 ksft_print_msg("VMA flag %s is present on page 1 after unlock\n", LOCKED); in unlock_lock_check()
|
| /linux/arch/arc/include/asm/ |
| H A D | spinlock.h | 29 [LOCKED] "r" (__ARCH_SPIN_LOCK_LOCKED__) in arch_spin_lock() 59 [LOCKED] "r" (__ARCH_SPIN_LOCK_LOCKED__) in arch_spin_trylock()
|
| /linux/include/asm-generic/ |
| H A D | qspinlock_types.h | 71 #define _Q_LOCKED_MASK _Q_SET_MASK(LOCKED)
|
| /linux/drivers/pcmcia/ |
| H A D | i82365.c | 1154 #define LOCKED(x) do { \ macro 1173 LOCKED(i365_get_status(sock, value)); in pcic_get_status() 1183 LOCKED(i365_set_socket(sock, state)); in pcic_set_socket() 1192 LOCKED(i365_set_io_map(sock, io)); in pcic_set_io_map() 1201 LOCKED(i365_set_mem_map(sock, mem)); in pcic_set_mem_map()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_arena_spin_lock.h | 90 #define _Q_LOCKED_MASK _Q_SET_MASK(LOCKED)
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 72 0. LOCKED 107 0 - LOCKED
|
| /linux/tools/testing/vma/ |
| H A D | vma_internal.h | 89 DECLARE_VMA_BIT(LOCKED, 13), 190 #define VM_LOCKED INIT_VM_FLAG(LOCKED)
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 264 val |= P(LOCK, LOCKED); in precise_store_data() 311 *val |= P(LOCK, LOCKED); in pebs_set_tlb_lock() 378 val |= P(LOCK, LOCKED); in lnc_latency_data()
|
| /linux/tools/perf/util/ |
| H A D | mem-events.c | 663 if (lock & P(LOCK, LOCKED)) stats->locks++; in c2c_decode_stats()
|
| H A D | intel-pt.c | 2341 *val |= P(LOCK, LOCKED); in pebs_set_tlb_lock()
|
| /linux/include/linux/ |
| H A D | mm.h | 314 DECLARE_VMA_BIT(LOCKED, 13), 417 #define VM_LOCKED INIT_VM_FLAG(LOCKED)
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci | 678 (LOCKED, RUN, or ERROR, not UNLOCKED). Bound devices consume
|