Searched refs:itype (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/sched/ |
H A D | stats.c | 137 enum cpu_idle_type itype; in show_schedstat() local 141 for (itype = 0; itype < CPU_MAX_IDLE_TYPES; itype++) { in show_schedstat() 143 sd->lb_count[itype], in show_schedstat() 144 sd->lb_balanced[itype], in show_schedstat() 145 sd->lb_failed[itype], in show_schedstat() 146 sd->lb_imbalance_load[itype], in show_schedstat() 147 sd->lb_imbalance_util[itype], in show_schedstat() 148 sd->lb_imbalance_task[itype], in show_schedstat() [all...] |
/linux/arch/x86/include/asm/ |
H A D | uaccess.h | 297 #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" [all...] |
/linux/drivers/iommu/ |
H A D | exynos-iommu.c | 277 int (*get_fault_info)(struct sysmmu_drvdata *data, unsigned int itype, 314 unsigned int itype, in exynos_sysmmu_v1_get_fault_info() argument 319 if (itype >= ARRAY_SIZE(sysmmu_v1_faults)) in exynos_sysmmu_v1_get_fault_info() 322 finfo = &sysmmu_v1_faults[itype]; in exynos_sysmmu_v1_get_fault_info() 331 unsigned int itype, in exynos_sysmmu_v5_get_fault_info() argument 336 if (itype < ARRAY_SIZE(sysmmu_v5_fault_names)) { in exynos_sysmmu_v5_get_fault_info() 339 } else if (itype >= 16 && itype <= 20) { in exynos_sysmmu_v5_get_fault_info() 342 itype -= 16; in exynos_sysmmu_v5_get_fault_info() 347 fault->name = sysmmu_v5_fault_names[itype]; in exynos_sysmmu_v5_get_fault_info() 354 exynos_sysmmu_v7_get_fault_info(struct sysmmu_drvdata * data,unsigned int itype,struct sysmmu_fault * fault) exynos_sysmmu_v7_get_fault_info() argument 570 unsigned int itype; exynos_sysmmu_irq() local [all...] |
/linux/sound/firewire/bebob/ |
H A D | bebob_command.c | 100 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/fs/proc/ |
H A D | task_mmu.c | 1689 int itype; in clear_refs_write() local 1696 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write() 1699 type = (enum clear_refs_types)itype; in clear_refs_write()
|
/linux/tools/power/pm-graph/ |
H A D | sleepgraph.py | 5865 itype, idxadr = info[name] 5866 if itype == type:
|