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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/lock/
H A Dlock_deadlock.c16 #define ISSET_MAP(M, N) ((M)[(N) / 32] & (1 << ((N) % 32))) macro
254 if (!ISSET_MAP(*deadp, i) || idmap[i].in_abort)
650 if (ISSET_MAP(entryp, dd))
784 if (!ISSET_MAP(mymap, j))
790 if (!ISSET_MAP(mymap, i))
812 if (ISSET_MAP(mymap, k))
923 if (ISSET_MAP(mymap, j))
966 if (!ISSET_MAP(deadmap, j) || j == which)
992 if (!ISSET_MAP(deadmap, j) || j == which)
994 if (!ISSET_MAP(tmpma
[all...]

Completed in 46 milliseconds