Searched refs:faults (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 1144 * more by CPU use than by memory faults. 1147 unsigned long faults[]; member 1175 * by the PTE scanner and NUMA hinting faults should be trapped based in task_nr_scan_windows() 1266 /* Shared or private faults. */ 1318 return ng->faults[task_faults_idx(NUMA_MEM, nid, 0)] + ng->faults[task_faults_idx(NUMA_MEM, nid, 1)]; in group_faults() 1328 unsigned long faults = 0; in group_faults_priv() local 1333 faults += ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in group_faults_priv() 1336 return faults; in group_faults_priv() 1341 unsigned long faults = 0; group_faults_shared() local 1384 unsigned long faults; score_nearby_nodes() local 1439 unsigned long faults, total_faults; task_weight() local 1460 unsigned long faults, total_faults; group_weight() local 2212 unsigned long faults, max_faults = 0; numa_group_count_active_nodes() local 2412 unsigned long faults = 0; preferred_group_nid() local 2484 unsigned long faults = 0, group_faults = 0; task_numa_placement() local [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 1066 * page faults if possible.
1096 INIT_LIST_HEAD(¶m->fault_param->faults);
in iommu_register_device_fault_handler() 1129 /* we cannot unregister handler if there are pending faults */
in iommu_unregister_device_fault_handler() 1130 if (!list_empty(¶m->fault_param->faults)) {
in iommu_unregister_device_fault_handler() 1182 list_add_tail(&evt_pending->list, &fparam->faults);
in iommu_report_device_fault() 1223 if (list_empty(¶m->fault_param->faults)) {
in iommu_page_response() 1231 list_for_each_entry(evt, ¶m->fault_param->faults, list)
in iommu_page_response() 2745 * whenever IOMMU faults happen, to allow high-level users, that are
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | iommu.h | 343 * Can represent recoverable faults such as a page requests or 344 * unrecoverable faults such as DMA or IRQ remapping faults. 356 * @handler: Callback function to handle IOMMU faults at device level 358 * @faults: holds the pending faults which needs response 359 * @lock: protect pending faults list 364 struct list_head faults; member
|
Completed in 14 milliseconds