Searched refs:fdptr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/binderfs/ |
H A D | binderfs_test.c | 451 void *fdptr = NULL; in TEST() local 453 ret = pthread_join(threads[j], &fdptr); in TEST() 456 strerror(errno), j, PTR_TO_INT(fdptr)); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/binderfs/ |
H A D | binderfs_test.c | 470 void *fdptr = NULL; in TEST() local 472 ret = pthread_join(threads[j], &fdptr); in TEST() 475 strerror(errno), j, PTR_TO_INT(fdptr)); in TEST()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | processor.h | 83 void start_thread(struct pt_regs *regs, unsigned long fdptr, unsigned long sp);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | processor.h | 77 void start_thread(struct pt_regs *regs, unsigned long fdptr, unsigned long sp);
|
Completed in 5 milliseconds