Home
last modified time | relevance | path

Searched refs:HB_LOCK (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/net/irda/
Dirqueue.c372 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_new()
401 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_delete()
425 if ( hashbin->hb_type & HB_LOCK) { in hashbin_delete()
468 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()
487 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()
508 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()
540 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()
581 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()
630 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()
668 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_this()
[all …]
Dirda_device.c73 tasks = hashbin_new(HB_LOCK); in irda_device_init()
Dirlmp.c87 irlmp->clients = hashbin_new(HB_LOCK); in irlmp_init()
88 irlmp->services = hashbin_new(HB_LOCK); in irlmp_init()
89 irlmp->links = hashbin_new(HB_LOCK); in irlmp_init()
90 irlmp->unconnected_lsaps = hashbin_new(HB_LOCK); in irlmp_init()
305 lap->lsaps = hashbin_new(HB_LOCK); in irlmp_register_link()
Diriap.c106 iriap = hashbin_new(HB_LOCK); in iriap_init()
111 irias_objects = hashbin_new(HB_LOCK); in iriap_init()
Dirias_object.c73 obj->attribs = hashbin_new(HB_LOCK); in irias_new_object()
Dirlap.c88 irlap = hashbin_new(HB_LOCK); in irlap_init()
Dirttp.c97 irttp->tsaps = hashbin_new(HB_LOCK); in irttp_init()
/linux-3.4.99/include/net/irda/
Dirqueue.h43 #define HB_LOCK 1 /* Prevent concurent write with global lock */ macro
/linux-3.4.99/net/irda/ircomm/
Dircomm_core.c72 ircomm = hashbin_new(HB_LOCK); in ircomm_init()
Dircomm_tty.c118 ircomm_tty = hashbin_new(HB_LOCK); in ircomm_tty_init()