Searched refs:slab_trylock (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dslub.c63 * a slab_trylock() on the slab. If trylock was successful then no frees
65 * slab_trylock() does not succeed then frees are in progress in the slab and
1258 static __always_inline int slab_trylock(struct page *page) function
1299 if (slab_trylock(page)) {
2890 if (!page->inuse && slab_trylock(page)) {
3389 if (slab_trylock(page)) {

Completed in 141 milliseconds