Searched refs:hashbin_lock_find (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Dirqueue.h88 void* hashbin_lock_find(hashbin_t* hashbin, long hashv, const char* name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Dirqueue.h88 void* hashbin_lock_find(hashbin_t* hashbin, long hashv, const char* name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Dirias_object.c209 return hashbin_lock_find(irias_objects, 0, name);
227 attrib = hashbin_lock_find(obj->attribs, 0, name);
270 obj = hashbin_lock_find(irias_objects, 0, obj_name);
H A Dirqueue.c148 * o hashbin_lock_find()
764 * Function hashbin_lock_find (hashbin, hashv, name)
772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) function
790 EXPORT_SYMBOL(hashbin_lock_find); variable
H A Dirlmp.c439 lap = hashbin_lock_find(irlmp->links, saddr, NULL);
1446 service = hashbin_lock_find(irlmp->services, (long) handle, NULL);
1525 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
1556 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
H A Dirlap.c152 (hashbin_lock_find(irlap, self->saddr, NULL)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/
H A Dirias_object.c209 return hashbin_lock_find(irias_objects, 0, name);
227 attrib = hashbin_lock_find(obj->attribs, 0, name);
270 obj = hashbin_lock_find(irias_objects, 0, obj_name);
H A Dirqueue.c148 * o hashbin_lock_find()
764 * Function hashbin_lock_find (hashbin, hashv, name)
772 void* hashbin_lock_find( hashbin_t* hashbin, long hashv, const char* name ) function
790 EXPORT_SYMBOL(hashbin_lock_find); variable
H A Dirlmp.c439 lap = hashbin_lock_find(irlmp->links, saddr, NULL);
1446 service = hashbin_lock_find(irlmp->services, (long) handle, NULL);
1525 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
1556 client = hashbin_lock_find(irlmp->clients, (long) handle, NULL);
H A Dirlap.c152 (hashbin_lock_find(irlap, self->saddr, NULL)) );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_lmp.c156 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL);
H A Dircomm_tty.c379 self = hashbin_lock_find(ircomm_tty, line, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_lmp.c156 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL);
H A Dircomm_tty.c379 self = hashbin_lock_find(ircomm_tty, line, NULL);

Completed in 134 milliseconds