Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/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
/dports/multimedia/libv4l/linux-5.13-rc2/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
/dports/multimedia/v4l-utils/linux-5.13-rc2/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
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2o/
H A Diopsp.c226 u_short *tidmap; in iopsp_reconfig() local
247 if ((tidmap = malloc(size, M_DEVBUF, M_WAITOK|M_ZERO)) == NULL) in iopsp_reconfig()
323 IOPSP_TIDMAP(tidmap, targ, lun) = IOPSP_TID_INUSE; in iopsp_reconfig()
325 IOPSP_TIDMAP(tidmap, targ, lun) = (u_short)tid; in iopsp_reconfig()
335 sc->sc_tidmap = tidmap; in iopsp_reconfig()