Home
last modified time | relevance | path

Searched refs:unlocked (Results 1 – 40 of 40) sorted by relevance

/linux-4.1.27/scripts/rt-tester/
Dt5-l4-pi-boost-deboost.tst39 # unlocked lock nr (0-7)
104 W: unlocked: 4: 3
112 W: unlocked: 3: 2
119 W: unlocked: 2: 1
125 W: unlocked: 1: 0
134 W: unlocked: 3: 3
135 W: unlocked: 2: 2
136 W: unlocked: 1: 1
137 W: unlocked: 0: 0
Dt5-l4-pi-boost-deboost-setsched.tst39 # unlocked lock nr (0-7)
144 W: unlocked: 4: 3
152 W: unlocked: 3: 2
159 W: unlocked: 2: 1
165 W: unlocked: 1: 0
174 W: unlocked: 3: 3
175 W: unlocked: 2: 2
176 W: unlocked: 1: 1
177 W: unlocked: 0: 0
Dt2-l2-2rt-deadlock.tst39 # unlocked lock nr (0-7)
75 W: unlocked: 1: 0
77 W: unlocked: 0: 1
81 W: unlocked: 0: 0
83 W: unlocked: 1: 1
Dt2-l1-2rt-sameprio.tst39 # unlocked lock nr (0-7)
69 W: unlocked: 0: 0
74 W: unlocked: 1: 0
88 W: unlocked: 1: 0
93 W: unlocked: 0: 0
Dt4-l2-pi-deboost.tst39 # unlocked lock nr (0-7)
84 W: unlocked: 1: 1
94 W: unlocked: 3: 0
109 W: unlocked: 0: 1
114 W: unlocked: 2: 1
117 W: unlocked: 0: 0
Dt3-l1-pi-1rt.tst39 # unlocked lock nr (0-7)
77 W: unlocked: 0: 0
83 W: unlocked: 2: 0
87 W: unlocked: 1: 0
Dt3-l1-pi-3rt.tst39 # unlocked lock nr (0-7)
77 W: unlocked: 0: 0
84 W: unlocked: 2: 0
87 W: unlocked: 1: 0
Dt3-l2-pi.tst39 # unlocked lock nr (0-7)
77 W: unlocked: 0: 0
83 W: unlocked: 2: 0
87 W: unlocked: 1: 0
Dt3-l1-pi-2rt.tst39 # unlocked lock nr (0-7)
78 W: unlocked: 0: 0
84 W: unlocked: 2: 0
88 W: unlocked: 1: 0
Dt3-l1-pi-signal.tst39 # unlocked lock nr (0-7)
74 W: unlocked: 2: 0
86 W: unlocked: 0: 0
90 W: unlocked: 1: 0
Dt2-l1-signal.tst39 # unlocked lock nr (0-7)
67 W: unlocked: 1: 0
72 W: unlocked: 0: 0
Dt2-l1-pi.tst39 # unlocked lock nr (0-7)
71 W: unlocked: 0: 0
76 W: unlocked: 1: 0
Dt3-l1-pi-steal.tst39 # unlocked lock nr (0-7)
91 W: unlocked: 1: 0
/linux-4.1.27/drivers/vfio/
Dvfio_iommu_type1.c324 unsigned long unlocked = 0; in vfio_unpin_pages() local
328 unlocked += put_pfn(pfn++, prot); in vfio_unpin_pages()
331 vfio_lock_acct(-unlocked); in vfio_unpin_pages()
333 return unlocked; in vfio_unpin_pages()
340 long unlocked = 0; in vfio_unmap_unpin() local
385 unlocked += vfio_unpin_pages(phys >> PAGE_SHIFT, in vfio_unmap_unpin()
393 vfio_lock_acct(-unlocked); in vfio_unmap_unpin()
/linux-4.1.27/drivers/mfd/
Dwm8350-regmap.c294 if (!wm8350->unlocked) { in wm8350_writeable()
Dwm8350-core.c151 wm8350->unlocked = false; in wm8350_reg_lock()
180 wm8350->unlocked = true; in wm8350_reg_unlock()
/linux-4.1.27/Documentation/scheduler/
Dsched-arch.txt13 To request the scheduler call switch_to with the runqueue unlocked,
/linux-4.1.27/Documentation/
Dhwspinlock.txt128 unlock an hwspinlock which is already unlocked (there is no protection
133 The caller should _never_ unlock an hwspinlock which is already unlocked.
141 The caller should _never_ unlock an hwspinlock which is already unlocked.
Dpi-futex.txt79 normal futex-based locks: a 0 value means unlocked, and a value==TID
/linux-4.1.27/Documentation/filesystems/nfs/
Dfault_injection.txt47 unlocked through the VFS as they are cleared from this list).
/linux-4.1.27/drivers/mtd/chips/
DKconfig159 program individual bits, as long as the register remains unlocked.
166 Register is locked, it cannot be unlocked.
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Drw.c1132 bool unlocked = false; in ll_writepage() local
1174 unlocked = true; in ll_writepage()
1211 if (!unlocked) in ll_writepage()
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt23 unlocked.
Dmutex-design.txt28 1: unlocked
Dww-mutex-design.txt185 * buf->next to the first unlocked entry,
Drt-mutex-design.txt723 the mutex can be unlocked by just replacing the owner field with NULL.
/linux-4.1.27/include/linux/mfd/wm8350/
Dcore.h603 bool unlocked; member
/linux-4.1.27/Documentation/vm/
Dunevictable-lru.txt227 may change once the page is unlocked, putback_lru_page() will recheck the
294 mlocked pages become unlocked and rescued from the unevictable list when:
296 (1) mapped in a range unlocked via the munlock()/munlockall() system calls;
410 the page might have already been unlocked by another task. If the page was
595 unlocked.
636 page. munlock_vma_page() will just leave the page unlocked and let vmscan deal
/linux-4.1.27/Documentation/w1/
Dw1.netlink166 When all commands (w1_netlink_cmd) are processed master device is unlocked
/linux-4.1.27/Documentation/arm/
Dvlocks.txt182 to be implicitly initialised to an unlocked state simply by putting
/linux-4.1.27/arch/arm/mach-omap2/
Dsram243x.S88 orreq r1, r1, #0x4 @ make sure exit with unlocked value
Dsram242x.S88 orreq r1, r1, #0x4 @ make sure exit with unlocked value
/linux-4.1.27/Documentation/filesystems/
DLocking238 I/O against them. They come unlocked upon I/O completion.
279 the page is allowed to be unlocked at any point in time between the calls to
Dxfs-delayed-logging-design.txt389 Once this transfer is done, the CIL can be unlocked and new transactions can
571 be done any time before the items are unlocked. The result of this mechanism is
723 Item unlocked
778 Item unlocked
Dgfs2-glocks.txt158 state is either null or unlocked (again, a demotion) or (c) the
Dporting177 the initialization. Once the inode is initialized it must be unlocked by
Dvfs.txt611 and should make sure the page is unlocked, either synchronously
625 unlocked and marked uptodate once the read completes.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-tape.1995-2002253 * already unlocked!
/linux-4.1.27/Documentation/networking/
De1000e.txt241 parameter at 1 when the driver loads) it cannot be unlocked except via power
/linux-4.1.27/Documentation/ioctl/
Dcdrom.txt792 all CD drives will be locked or unlocked together. This is