Searched refs:w_lock_list_free (Results 1 – 1 of 1) sorted by relevance
464 static struct lock_list_entry *w_lock_list_free = NULL; variable2211 lle = w_lock_list_free; in witness_lock_list_get()2218 w_lock_list_free = lle->ll_next; in witness_lock_list_get()2229 lle->ll_next = w_lock_list_free; in witness_lock_list_free()2230 w_lock_list_free = lle; in witness_lock_list_free()