Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dstats.c139 enum cpu_idle_type itype; in show_schedstat() local
143 for (itype = 0; itype < CPU_MAX_IDLE_TYPES; itype++) { in show_schedstat()
145 sd->lb_count[itype], in show_schedstat()
146 sd->lb_balanced[itype], in show_schedstat()
147 sd->lb_failed[itype], in show_schedstat()
148 sd->lb_imbalance[itype], in show_schedstat()
149 sd->lb_gained[itype], in show_schedstat()
150 sd->lb_hot_gained[itype], in show_schedstat()
151 sd->lb_nobusyq[itype], in show_schedstat()
152 sd->lb_nobusyg[itype]); in show_schedstat()
/linux-6.12.1/arch/x86/include/asm/
Duaccess.h297 #define __get_user_asm(x, addr, itype, ltype, label) \ argument
299 "1: mov"itype" %[umem],%[output]\n" \
358 #define __get_user_asm(x, addr, err, itype) \ argument
360 "1: mov"itype" %[umem],%[output]\n" \
373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
379 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \ argument
419 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
479 #define __put_user_goto(x, addr, itype, ltype, label) \ argument
481 "1: mov"itype" %0,%1\n" \
/linux-6.12.1/drivers/iommu/
Dexynos-iommu.c276 int (*get_fault_info)(struct sysmmu_drvdata *data, unsigned int itype,
313 unsigned int itype, in exynos_sysmmu_v1_get_fault_info() argument
318 if (itype >= ARRAY_SIZE(sysmmu_v1_faults)) in exynos_sysmmu_v1_get_fault_info()
321 finfo = &sysmmu_v1_faults[itype]; in exynos_sysmmu_v1_get_fault_info()
330 unsigned int itype, in exynos_sysmmu_v5_get_fault_info() argument
335 if (itype < ARRAY_SIZE(sysmmu_v5_fault_names)) { in exynos_sysmmu_v5_get_fault_info()
338 } else if (itype >= 16 && itype <= 20) { in exynos_sysmmu_v5_get_fault_info()
341 itype -= 16; in exynos_sysmmu_v5_get_fault_info()
346 fault->name = sysmmu_v5_fault_names[itype]; in exynos_sysmmu_v5_get_fault_info()
353 unsigned int itype, in exynos_sysmmu_v7_get_fault_info() argument
[all …]
/linux-6.12.1/sound/firewire/bebob/
Dbebob_command.c100 unsigned int itype) in avc_bridgeco_fill_plug_info_extension_command() argument
106 buf[9] = itype; /* info type */ in avc_bridgeco_fill_plug_info_extension_command()
/linux-6.12.1/fs/proc/
Dtask_mmu.c1544 int itype; in clear_refs_write() local
1551 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
1554 type = (enum clear_refs_types)itype; in clear_refs_write()
/linux-6.12.1/tools/power/pm-graph/
Dsleepgraph.py5836 itype, idxadr = info[name]
5837 if itype == type: