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

/linux-master/kernel/sched/
H A Dstats.c149 enum cpu_idle_type itype; local
153 for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES;
154 itype++) {
156 sd->lb_count[itype],
157 sd->lb_balanced[itype],
158 sd->lb_failed[itype],
159 sd->lb_imbalance[itype],
160 sd->lb_gained[itype],
161 sd->lb_hot_gained[itype],
[all...]
/linux-master/arch/x86/include/asm/
H A Duaccess.h297 #define __get_user_asm(x, addr, itype, ltype, label) \
299 "1: mov"itype" %[umem],%[output]\n" \
358 #define __get_user_asm(x, addr, err, itype) \
360 "1: mov"itype" %[umem],%[output]\n" \
373 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \
379 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
412 #define __try_cmpxchg_user_asm(itype, ltype, _ptr, _pold, _new, label) ({ \
419 "1: " LOCK_PREFIX "cmpxchg"itype" %[new], %[ptr]\n"\
479 #define __put_user_goto(x, addr, itype, ltype, label) \
481 "1: mov"itype"
[all...]
/linux-master/drivers/iommu/
H A Dexynos-iommu.c274 int (*get_fault_info)(struct sysmmu_drvdata *data, unsigned int itype,
311 unsigned int itype,
316 if (itype >= ARRAY_SIZE(sysmmu_v1_faults))
319 finfo = &sysmmu_v1_faults[itype];
328 unsigned int itype,
333 if (itype < ARRAY_SIZE(sysmmu_v5_fault_names)) {
336 } else if (itype >= 16 && itype <= 20) {
339 itype -= 16;
344 fault->name = sysmmu_v5_fault_names[itype];
310 exynos_sysmmu_v1_get_fault_info(struct sysmmu_drvdata *data, unsigned int itype, struct sysmmu_fault *fault) argument
327 exynos_sysmmu_v5_get_fault_info(struct sysmmu_drvdata *data, unsigned int itype, struct sysmmu_fault *fault) argument
350 exynos_sysmmu_v7_get_fault_info(struct sysmmu_drvdata *data, unsigned int itype, struct sysmmu_fault *fault) argument
567 unsigned int itype; local
[all...]
/linux-master/sound/firewire/bebob/
H A Dbebob_command.c100 unsigned int itype)
106 buf[9] = itype; /* info type */
99 avc_bridgeco_fill_plug_info_extension_command(u8 *buf, u8 *addr, unsigned int itype) argument
/linux-master/fs/proc/
H A Dtask_mmu.c1253 int itype; local
1260 rv = kstrtoint(strstrip(buffer), 10, &itype);
1263 type = (enum clear_refs_types)itype;
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py5817 itype, idxadr = info[name]
5818 if itype == type:

Completed in 180 milliseconds