Searched refs:tidmap (Results 1 – 2 of 2) sorted by relevance
294 unsigned long tidmap[8]; in qib_tid_update() local337 memset(tidmap, 0, sizeof(tidmap)); in qib_tid_update()396 __set_bit(tid, tidmap); in qib_tid_update()413 limit = sizeof(tidmap) * BITS_PER_BYTE; in qib_tid_update()417 tid = find_first_bit((const unsigned long *)tidmap, limit); in qib_tid_update()419 if (!test_bit(tid, tidmap)) in qib_tid_update()450 if (copy_to_user(u64_to_user_ptr(ti->tidmap), in qib_tid_update()451 tidmap, sizeof(tidmap))) { in qib_tid_update()490 unsigned long tidmap[8]; in qib_tid_free() local497 if (copy_from_user(tidmap, u64_to_user_ptr(ti->tidmap), in qib_tid_free()[all …]
443 __u64 tidmap; member