Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_sfq.c77 #define SFQ_EMPTY_SLOT 0xffff macro
319 WRITE_ONCE(q->ht[slot->hash], SFQ_EMPTY_SLOT); in sfq_drop()
365 if (x == SFQ_EMPTY_SLOT) { in sfq_enqueue()
505 WRITE_ONCE(q->ht[slot->hash], SFQ_EMPTY_SLOT); in sfq_dequeue()
556 WRITE_ONCE(q->ht[slot->hash], SFQ_EMPTY_SLOT); in sfq_rehash()
565 if (x == SFQ_EMPTY_SLOT) { in sfq_rehash()
819 q->ht[i] = SFQ_EMPTY_SLOT; in sfq_init()
914 if (idx != SFQ_EMPTY_SLOT) { in sfq_dump_class_stats()
935 if (READ_ONCE(q->ht[i]) == SFQ_EMPTY_SLOT) { in sfq_walk()