Home
last modified time | relevance | path

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

/net/irda/
Dirqueue.c449 int bin; in hashbin_insert() local
459 bin = GET_HASHBIN( hashv ); in hashbin_insert()
476 enqueue_first( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_insert()
508 int bin; in hashbin_remove_first() local
514 bin = GET_HASHBIN( hashv ); in hashbin_remove_first()
519 dequeue_general( (irda_queue_t**) &hashbin->hb_queue[ bin ], in hashbin_remove_first()
558 int bin, found = FALSE; in hashbin_remove() local
570 bin = GET_HASHBIN( hashv ); in hashbin_remove()
580 entry = hashbin->hb_queue[ bin ]; in hashbin_remove()
602 } 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