Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c294 unsigned long tidmap[8]; in qib_tid_update() local
337 memset(tidmap, 0, sizeof(tidmap)); in qib_tid_update()
396 __set_bit(tid, tidmap); in qib_tid_update()
419 if (!test_bit(tid, tidmap)) in qib_tid_update()
451 tidmap, sizeof(tidmap))) { in qib_tid_update()
490 unsigned long tidmap[8]; in qib_tid_free() local
497 if (copy_from_user(tidmap, u64_to_user_ptr(ti->tidmap), in qib_tid_free()
498 sizeof(tidmap))) { in qib_tid_free()
518 limit = sizeof(tidmap) * BITS_PER_BYTE; in qib_tid_free()
522 tid = find_first_bit(tidmap, limit); in qib_tid_free()
[all …]
H A Dqib_common.h443 __u64 tidmap; member