Home
last modified time | relevance | path

Searched refs:neighbor (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Dinode.c350 struct spu_context *tmp, *neighbor, *err; in spufs_assert_affinity() local
371 neighbor = NULL; in spufs_assert_affinity()
376 neighbor = get_spu_context( in spufs_assert_affinity()
379 if (!list_empty(&neighbor->aff_list) && !(neighbor->aff_head) && in spufs_assert_affinity()
380 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity()
381 !list_entry(neighbor->aff_list.next, struct spu_context, in spufs_assert_affinity()
387 if (gang != neighbor->gang) { in spufs_assert_affinity()
395 if (list_empty(&neighbor->aff_list)) in spufs_assert_affinity()
410 return neighbor; in spufs_assert_affinity()
413 put_spu_context(neighbor); in spufs_assert_affinity()
[all …]
Dsyscalls.c63 umode_t mode, struct file *neighbor) in do_spu_create() argument
72 ret = spufs_create(&path, dentry, flags, mode, neighbor); in do_spu_create()
/arch/powerpc/platforms/cell/
Dspu_syscalls.c72 struct file *neighbor; in SYSCALL_DEFINE4() local
82 neighbor = fget_light(neighbor_fd, &fput_needed); in SYSCALL_DEFINE4()
83 if (neighbor) { in SYSCALL_DEFINE4()
84 ret = calls->create_thread(name, flags, mode, neighbor); in SYSCALL_DEFINE4()
85 fput_light(neighbor, fput_needed); in SYSCALL_DEFINE4()
/arch/powerpc/include/asm/
Dspu.h241 struct file *neighbor);