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