Searched refs:aff_list_head (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c258 list_for_each_entry(ctx, &gang->aff_list_head, aff_list) {
260 list_add(&ctx->aff_list, &gang->aff_list_head);
273 if (&ctx->aff_list == &gang->aff_list_head)
280 if (&ctx->aff_list == &gang->aff_list_head)
349 list_for_each_entry(tmp, &gang->aff_list_head, aff_list)
354 if (&ctx->aff_list == &gang->aff_list_head)
H A Dinode.c333 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) &&
346 list_for_each_entry(tmp, &gang->aff_list_head, aff_list)
380 &ctx->gang->aff_list_head);
384 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head)
H A Dspufs.h149 struct list_head aff_list_head; member in struct:spu_gang
H A Dgang.c27 INIT_LIST_HEAD(&gang->aff_list_head);

Completed in 186 milliseconds