Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/
Dirqueue.c370 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_new()
399 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_delete()
423 if ( hashbin->hb_type & HB_LOCK) { in hashbin_delete()
464 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()
483 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_insert()
504 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()
536 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_first()
575 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()
624 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove()
660 if ( hashbin->hb_type & HB_LOCK ) { in hashbin_remove_this()
[all …]
Dirda_device.c71 tasks = hashbin_new(HB_LOCK); in irda_device_init()
Dirlmp.c93 irlmp->clients = hashbin_new(HB_LOCK); in irlmp_init()
94 irlmp->services = hashbin_new(HB_LOCK); in irlmp_init()
95 irlmp->links = hashbin_new(HB_LOCK); in irlmp_init()
96 irlmp->unconnected_lsaps = hashbin_new(HB_LOCK); in irlmp_init()
304 lap->lsaps = hashbin_new(HB_LOCK); in irlmp_register_link()
Diriap.c104 iriap = hashbin_new(HB_LOCK); in iriap_init()
109 irias_objects = hashbin_new(HB_LOCK); in iriap_init()
Dirias_object.c71 obj->attribs = hashbin_new(HB_LOCK); in irias_new_object()
Dirlap.c84 irlap = hashbin_new(HB_LOCK); in irlap_init()
Dirttp.c99 irttp->tsaps = hashbin_new(HB_LOCK); in irttp_init()
/linux-4.4.14/include/net/irda/
Dirqueue.h43 #define HB_LOCK 1 /* Prevent concurent write with global lock */ macro
/linux-4.4.14/net/irda/ircomm/
Dircomm_core.c70 ircomm = hashbin_new(HB_LOCK); in ircomm_init()
Dircomm_tty.c148 ircomm_tty = hashbin_new(HB_LOCK); in ircomm_tty_init()