Home
last modified time | relevance | path

Searched refs:nlock (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jfs/
H A Djfs_txnmgr.c2042 int i, nlock; in mapLog() local
2097 nlock = pxdlock->index; in mapLog()
2098 for (i = 0; i < nlock; i++, pxdlock++) { in mapLog()
2254 int k, nlock; in txUpdateMap() local
2299 nlock = maplock->index; in txUpdateMap()
2301 for (k = 0; k < nlock; k++, maplock++) { in txUpdateMap()
/linux/tools/testing/selftests/iommu/
H A Diommufd.c313 int nlock = PAGE_SIZE / 1024; in TEST_F() local
316 ASSERT_EQ(nlock, get_vm_pinned(parent)); in TEST_F()
318 ASSERT_EQ(nlock, get_vm_locked(parent)); in TEST_F()
327 ASSERT_EQ(nlock, get_vm_pinned(getpid())); in TEST_F()
329 ASSERT_EQ(nlock, get_vm_locked(getpid())); in TEST_F()