Lines Matching refs:h
388 unsigned long h; in get_ctl_id_hash() local
391 h = id->iface; in get_ctl_id_hash()
392 h = MULTIPLIER * h + id->device; in get_ctl_id_hash()
393 h = MULTIPLIER * h + id->subdevice; in get_ctl_id_hash()
395 h = MULTIPLIER * h + *p; in get_ctl_id_hash()
396 h = MULTIPLIER * h + id->index; in get_ctl_id_hash()
397 h &= LONG_MAX; in get_ctl_id_hash()
398 return h; in get_ctl_id_hash()
430 unsigned long h; in remove_hash_entries() local
435 h = get_ctl_id_hash(&id); in remove_hash_entries()
436 matched = xa_load(&card->ctl_hash, h); in remove_hash_entries()
439 xa_erase(&card->ctl_hash, h); in remove_hash_entries()