Searched refs:tidmap (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_file_ops.c278 unsigned long tidmap[8]; local
323 memset(tidmap, 0, sizeof(tidmap));
392 __set_bit(tid, tidmap);
414 limit = sizeof(tidmap) * BITS_PER_BYTE;
418 tid = find_first_bit((const unsigned long *)tidmap, limit);
420 if (!test_bit(tid, tidmap))
447 if (copy_to_user((void __user *) (unsigned long) ti->tidmap,
448 tidmap, sizeof tidmap)) {
491 unsigned long tidmap[8]; local
[all...]
H A Dipath_common.h460 __u64 tidmap; member in struct:ipath_tid_info

Completed in 66 milliseconds