Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_global_state.c179 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 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.c1390 unsigned int num_objs; in fn_lock_array() member
1394 args->num_objs, vm_exec->num_fences); in fn_lock_array()
1411 unsigned int num_objs) in drm_gpuvm_exec_lock_array() argument
1415 unsigned int num_objs; in drm_gpuvm_exec_lock_array() member
1419 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.h435 unsigned long num_objs; member
H A Dslub.c9930 sinfo->num_objs = nr_objs; in get_slabinfo()