Searched refs:curbytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/jemalloc/src/ |
| H A D | prof.c | 355 tctx->cnts.curbytes += usize; in prof_malloc_sample_object() 528 tctx->cnts.curbytes -= usize; in prof_free_sampled_object() 1343 tdata->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_tdata() 1362 gctx->cnt_summed.curbytes += tctx->dump_cnts.curbytes; in prof_tctx_merge_gctx() 1562 arg->cnt_all.curbytes += tdata->cnt_summed.curbytes; in prof_tdata_merge_iter() 1781 uint64_t curbytes = (uint64_t)round(((double)cnt_all->curbytes) in prof_leakcheck() local 1788 curbytes, (curbytes != 1) ? "s" : "", curobjs, (curobjs != in prof_leakcheck() 1960 if (curbytes != NULL) { in prof_cnt_all() 1961 *curbytes = 0; in prof_cnt_all() 1979 if (curbytes != NULL) { in prof_cnt_all() [all …]
|
| /freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | prof_structs.h | 35 uint64_t curbytes; member
|
| H A D | prof_externs.h | 64 void prof_cnt_all(uint64_t *curobjs, uint64_t *curbytes, uint64_t *accumobjs,
|
| /freebsd-14.2/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 130 off_t curbytes; member 572 if (list_copy.curbytes <= UINT32_MAX) { in ctl_receive_copy_status_lid1() 574 scsi_ulto4b(list_copy.curbytes, data->transfer_count); in ctl_receive_copy_status_lid1() 577 scsi_ulto4b(list_copy.curbytes >> 20, data->transfer_count); in ctl_receive_copy_status_lid1() 708 scsi_u64to8b(list_copy.curbytes, data->transfer_count); in ctl_receive_copy_status_lid4() 845 list->curbytes += list->segbytes; in tpc_process_b2b() 1208 list->curbytes += list->segbytes; in tpc_process_wut() 1365 list->curbytes += list->segbytes; in tpc_process_zero_wut() 2150 list->curbytes = (off_t)list->cursectors * lun->be_lun->blocksize; in ctl_populate_token() 2151 tpc_create_token(lun, port, list->curbytes, in ctl_populate_token()
|