Searched refs:aff_list_head (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 262 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs() 264 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs() 277 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets() 284 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets() 354 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location() 359 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_ref_point_location()
|
H A D | gang.c | 27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
|
H A D | inode.c | 333 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 346 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity() 380 &ctx->gang->aff_list_head); in spufs_set_affinity() 384 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
|
H A D | spufs.h | 149 struct list_head aff_list_head; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | sched.c | 258 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) { in aff_merge_remaining_ctxs() 260 list_add(&ctx->aff_list, &gang->aff_list_head); in aff_merge_remaining_ctxs() 273 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets() 280 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_offsets() 349 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in aff_set_ref_point_location() 354 if (&ctx->aff_list == &gang->aff_list_head) in aff_set_ref_point_location()
|
H A D | gang.c | 27 INIT_LIST_HEAD(&gang->aff_list_head); in alloc_spu_gang()
|
H A D | inode.c | 332 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 345 list_for_each_entry(tmp, &gang->aff_list_head, aff_list) in spufs_assert_affinity() 379 &ctx->gang->aff_list_head); in spufs_set_affinity() 383 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
|
H A D | spufs.h | 149 struct list_head aff_list_head; member
|
Completed in 8 milliseconds