Home
last modified time | relevance | path

Searched refs:num_objs (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_accel_engine.c17 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 Dslab.py311 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 Ddrm_gpuvm.c1288 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 Dbpf_iter.c98 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 Dslab_common.c1110 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 Dslab.h459 unsigned long num_objs; member
H A Dslub.c7877 sinfo->num_objs = nr_objs; in get_slabinfo()
/linux/include/drm/
H A Ddrm_gpuvm.h569 unsigned int num_objs);