Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/ipv4/
Dfib_trie.c395 int isfull, wasfull; in put_child() local
406 wasfull = tnode_full(tn, chi); in put_child()
409 if (wasfull && !isfull) in put_child()
411 else if (!wasfull && isfull) in put_child()