Searched defs:hashbin_get_next (Results 1 - 1 of 1) sorted by relevance

/net/irda/
H A Dirqueue.c92 * o hashbin_get_next()
156 * o hashbin_get_next()
172 * hashbin_get_first() and hashbin_get_next() use the hashbin to
819 * Trick hashbin_get_next() to return what we want
823 *pnext = hashbin_get_next( hashbin );
837 * called before any calls to hashbin_get_next()!
866 * Function hashbin_get_next (hashbin)
868 * Get next item in hashbin. A series of hashbin_get_next() calls must
875 irda_queue_t *hashbin_get_next( hashbin_t *hashbin) function
921 EXPORT_SYMBOL(hashbin_get_next); variable
[all...]

Completed in 61 milliseconds