Searched refs:bin (Results 1 – 2 of 2) sorted by relevance
453 int bin; in hashbin_insert() local465 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() local520 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() local578 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 …]
35 int bin[] = { 1, 2, 10, 6, 1 }, *fmt = bin; in show_atmaddress() local