Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_sfq.c80 #define SFQ_EMPTY_SLOT 0xffff macro
321 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_drop()
367 if (x == SFQ_EMPTY_SLOT) { in sfq_enqueue()
504 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_dequeue()
555 q->ht[slot->hash] = SFQ_EMPTY_SLOT; in sfq_rehash()
564 if (x == SFQ_EMPTY_SLOT) { in sfq_rehash()
749 q->ht[i] = SFQ_EMPTY_SLOT; in sfq_init()
846 if (idx != SFQ_EMPTY_SLOT) { in sfq_dump_class_stats()
867 if (q->ht[i] == SFQ_EMPTY_SLOT || in sfq_walk()