Searched refs:num_objs (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_accel_engine.c | 17 u32 num_objs; in adf_ae_fw_load_images() local 22 num_objs = hw_device->uof_get_num_objs(accel_dev); in adf_ae_fw_load_images() 24 for (i = 0; i < num_objs; i++) { in adf_ae_fw_load_images()
|
/linux/scripts/gdb/linux/ |
H A D | slab.py | 311 num_objs = nr_objs 315 …13}\n".format(hex(cache), cache['name'].string(), str(active_objs), str(num_objs), str(cache['size…
|
/linux/drivers/gpu/drm/ |
H A D | drm_gpuvm.c | 1288 unsigned int num_objs; in fn_lock_array() member 1292 args->num_objs, vm_exec->num_fences); in fn_lock_array() 1309 unsigned int num_objs) in drm_gpuvm_exec_lock_array() argument 1313 unsigned int num_objs; in drm_gpuvm_exec_lock_array() member 1317 args.num_objs = num_objs; in drm_gpuvm_exec_lock_array()
|
/linux/kernel/bpf/ |
H A D | bpf_iter.c | 98 int err = 0, num_objs = 0; in bpf_seq_read() local 156 num_objs++; in bpf_seq_read() 175 if (num_objs >= MAX_ITER_OBJECTS) { in bpf_seq_read()
|
/linux/mm/ |
H A D | slab_common.c | 1110 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show() 1156 if (sinfo.num_objs > 0) in dump_unreclaimable_slab() 1159 (sinfo.num_objs * s->size) / 1024); in dump_unreclaimable_slab()
|
H A D | slab.h | 459 unsigned long num_objs; member
|
H A D | slub.c | 7877 sinfo->num_objs = nr_objs; in get_slabinfo()
|
/linux/include/drm/ |
H A D | drm_gpuvm.h | 569 unsigned int num_objs);
|