Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/aacraid/
Dcommsup.c692 int wasfull = 0; in aac_consumer_free() local
696 wasfull = 1; in aac_consumer_free()
703 if (wasfull) { in aac_consumer_free()
/linux-4.1.27/net/ipv4/
Dfib_trie.c389 int isfull, wasfull; in put_child() local
400 wasfull = tnode_full(tn, chi); in put_child()
403 if (wasfull && !isfull) in put_child()
405 else if (!wasfull && isfull) in put_child()