Home
last modified time | relevance | path

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

/kernel/dma/
Ddebug.h70 static inline void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
119 struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
125 struct scatterlist *sg, in debug_dma_sync_sg_for_device()
Ddirect.c417 struct scatterlist *sg; in dma_direct_sync_sg_for_device() local
440 struct scatterlist *sg; in dma_direct_sync_sg_for_cpu() local
468 struct scatterlist *sg; in dma_direct_unmap_sg() local
486 struct scatterlist *sg; in dma_direct_map_sg() local
Dmapping.c182 static int __dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in __dma_map_sg_attrs()
227 unsigned int dma_map_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_map_sg_attrs()
279 void dma_unmap_sg_attrs(struct device *dev, struct scatterlist *sg, in dma_unmap_sg_attrs()
356 void dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_cpu()
370 void dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in dma_sync_sg_for_device()
Ddebug.c1160 static void check_sg_segment(struct device *dev, struct scatterlist *sg) in check_sg_segment()
1292 void debug_dma_map_sg(struct device *dev, struct scatterlist *sg, in debug_dma_map_sg()
1522 void debug_dma_sync_sg_for_cpu(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_cpu()
1554 void debug_dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, in debug_dma_sync_sg_for_device()
/kernel/sched/
Dtopology.c597 static void free_sched_groups(struct sched_group *sg, int free_sgc) in free_sched_groups()
732 struct sched_group *sg = sd->groups; in cpu_attach_domain() local
779 int group_balance_cpu(struct sched_group *sg) in group_balance_cpu()
891 build_balance_mask(struct sched_domain *sd, struct sched_group *sg, struct cpumask *mask) in build_balance_mask()
930 struct sched_group *sg; in build_group_from_child_sched_domain() local
952 struct sched_group *sg) in init_overlap_sched_group()
1007 struct sched_group *first = NULL, *last = NULL, *sg; in build_overlap_sched_groups() local
1174 struct sched_group *sg; in get_group() local
1230 struct sched_group *sg; in build_sched_groups() local
1263 struct sched_group *sg = sd->groups; in init_sched_groups_capacity() local
[all …]
Dfair.c9264 struct sched_group *sg) in asym_smt_can_pull_tasks()
9448 struct sched_group *sg, in update_sd_pick_busiest()
9997 struct sched_group *sg = env->sd->groups; in update_sd_lb_stats() local
10607 struct sched_group *sg = env->sd->groups; in should_we_balance() local
Dsched.h1895 static inline struct cpumask *sched_group_span(struct sched_group *sg) in sched_group_span()
1903 static inline struct cpumask *group_balance_mask(struct sched_group *sg) in group_balance_mask()