Home
last modified time | relevance | path

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

/net/irda/
Dirqueue.c453 int bin; in hashbin_insert() local
465 bin = GET_HASHBIN( hashv ); in hashbin_insert()
482 enqueue_first( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_insert()
514 int bin; in hashbin_remove_first() local
520 bin = GET_HASHBIN( hashv ); in hashbin_remove_first()
525 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_first()
564 int bin, found = FALSE; in hashbin_remove() local
578 bin = GET_HASHBIN( hashv ); in hashbin_remove()
588 entry = hashbin->hb_queue[ bin ]; in hashbin_remove()
610 } while ( entry != hashbin->hb_queue[ bin ] ); in hashbin_remove()
[all …]
/net/atm/
Datm_sysfs.c35 int bin[] = { 1, 2, 10, 6, 1 }, *fmt = bin; in show_atmaddress() local