Searched refs:num_objs (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_global_state.c | 179 int index, num_objs, i; in intel_atomic_get_global_obj_state() local 190 num_objs = state->num_global_objs + 1; in intel_atomic_get_global_obj_state() 191 size = sizeof(*state->global_objs) * num_objs; in intel_atomic_get_global_obj_state() 218 state->num_global_objs = num_objs; in intel_atomic_get_global_obj_state()
|
| /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 | 1397 unsigned int num_objs; 1401 args->num_objs, vm_exec->num_fences); 1408 * @num_objs: the number of additional &drm_gem_objects to lock 1418 unsigned int num_objs) in drm_gpuvm_exec_lock_array() 1422 unsigned int num_objs; in drm_gpuvm_exec_lock_array() 1426 args.num_objs = num_objs; 1390 unsigned int num_objs; fn_lock_array() member 1411 drm_gpuvm_exec_lock_array(struct drm_gpuvm_exec * vm_exec,struct drm_gem_object ** objs,unsigned int num_objs) drm_gpuvm_exec_lock_array() argument 1415 unsigned int num_objs; drm_gpuvm_exec_lock_array() member
|
| /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 | 1090 seq_puts(m, "# name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab>"); in print_slabinfo_header() 1120 s->name, sinfo.active_objs, sinfo.num_objs, s->size, in cache_show() 1166 if (sinfo.num_objs > 0) in dump_unreclaimable_slab() 1169 (sinfo.num_objs * s->size) / 1024); in dump_unreclaimable_slab()
|
| H A D | slab.h | 459 unsigned long num_objs; in __slub_debug_enabled() 435 unsigned long num_objs; global() member
|
| H A D | slub.c | 10025 sinfo->num_objs = nr_objs;
|