Searched refs:freectxts (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 959 if (!dd->freectxts) in allocate_ctxt() 1017 if (dd->freectxts-- == dd->num_user_contexts) in allocate_ctxt() 1033 if (++uctxt->dd->freectxts == uctxt->dd->num_user_contexts) in deallocate_ctxt()
|
H A D | sysfs.c | 562 return scnprintf(buf, PAGE_SIZE, "%u\n", dd->freectxts); in nfreectxts_show()
|
H A D | hfi.h | 1169 u32 freectxts; member
|
H A D | chip.c | 13396 * freectxts - number of free user contexts 13502 dd->freectxts = n_usr_ctxts; in set_up_context_variables()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 949 if (!dd->freectxts) in allocate_ctxt() 1007 if (dd->freectxts-- == dd->num_user_contexts) in allocate_ctxt() 1023 if (++uctxt->dd->freectxts == uctxt->dd->num_user_contexts) in deallocate_ctxt()
|
H A D | sysfs.c | 469 return sysfs_emit(buf, "%u\n", dd->freectxts); in nfreectxts_show()
|
H A D | hfi.h | 1119 u32 freectxts; member
|
H A D | chip.c | 13357 * freectxts - number of free user contexts 13463 dd->freectxts = n_usr_ctxts; in set_up_context_variables()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 645 return sysfs_emit(buf, "%u\n", dd->freectxts); in nfreectxts_show()
|
H A D | qib.h | 867 u32 freectxts; member
|
H A D | qib_file_ops.c | 1326 dd->freectxts--; in setup_ctxt() 1866 dd->freectxts++; in qib_close()
|
H A D | qib_init.c | 114 dd->freectxts = (dd->first_user_ctxt > dd->cfgctxts) ? 0 : in qib_set_ctxtcnt()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib.h | 871 u32 freectxts; member
|
H A D | qib_sysfs.c | 645 return scnprintf(buf, PAGE_SIZE, "%u\n", dd->freectxts); in nfreectxts_show()
|
H A D | qib_file_ops.c | 1327 dd->freectxts--; in setup_ctxt() 1867 dd->freectxts++; in qib_close()
|
H A D | qib_init.c | 114 dd->freectxts = (dd->first_user_ctxt > dd->cfgctxts) ? 0 : in qib_set_ctxtcnt()
|
Completed in 68 milliseconds