Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/
Dirqueue.c66 hashbin->hb_type = type; in hashbin_new()
170 if ( hashbin->hb_type & HB_GLOBAL ) { in hashbin_insert()
173 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_insert()
190 if ( hashbin->hb_type & HB_SORTED) { in hashbin_insert()
198 if ( hashbin->hb_type & HB_GLOBAL) { in hashbin_insert()
202 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_insert()
232 if ( hashbin->hb_type & HB_GLOBAL ) { in hashbin_find()
235 } else if ( hashbin->hb_type & HB_LOCAL ) { in hashbin_find()
268 if ( hashbin->hb_type & HB_GLOBAL) { in hashbin_find()
271 } else if ( hashbin->hb_type & HB_LOCAL) { in hashbin_find()
[all …]
/linux-2.4.37.9/include/net/irda/
Dirqueue.h76 int hb_type; member