Home
last modified time | relevance | path

Searched defs:sg (Results 1 – 7 of 7) sorted by relevance

/kernel/sched/
Dtopology.c624 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
777 struct sched_group *sg = sd->groups; in cpu_attach_domain() local
824 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
936 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
975 struct sched_group *sg; in build_group_from_child_sched_domain() local
997 struct sched_group *sg) in init_overlap_sched_group()
1052 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups() local
1219 struct sched_group *sg; in get_group() local
1275 struct sched_group *sg; in build_sched_groups() local
1308 struct sched_group *sg = sd->groups; in init_sched_groups_capacity() local
[all …]
Dfair.c7913 struct sched_group *sg = sd->groups; in select_idle_cpu() local
10715 struct sched_group *sg, in update_sd_pick_busiest()
11301 struct sched_group *sg = env->sd->groups; in update_sd_lb_stats() local
11929 struct sched_group *sg = env->sd->groups; in should_we_balance() local
Dsched.h2151 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span()
2159 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()
/kernel/dma/
Ddebug.h77 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
126 struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
132 struct scatterlist *sg, in debug_dma_sync_sg_for_device()
Ddirect.c406 struct scatterlist *sg; in dma_direct_sync_sg_for_device() local
427 struct scatterlist *sg; in dma_direct_sync_sg_for_cpu() local
453 struct scatterlist *sg; in dma_direct_unmap_sg() local
470 struct scatterlist *sg; in dma_direct_map_sg() local
Dmapping.c201 static int __dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in __dma_map_sg_attrs()
250 unsigned int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_map_sg_attrs()
302 void dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_unmap_sg_attrs()
397 void __dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in __dma_sync_sg_for_cpu()
414 void __dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in __dma_sync_sg_for_device()
Ddebug.c1168 static void check_sg_segment(struct device *dev, struct scatterlist *sg) in check_sg_segment()
1299 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
1529 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
1560 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_device()