/third_party/musl/src/linux/ |
H A D | statx.c | 9 int statx(int dirfd, const char *restrict path, int flags, unsigned mask, struct statx *restrict stx) in statx() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | verbs_txreq.h | 109 struct sdma_txreq *stx; in get_waiting_verbs_txreq() local
|
H A D | vnic.h | 89 struct sdma_txreq stx; member
|
H A D | qp.c | 477 iowait_sleep( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *stx, uint seq, bool pkts_sent) iowait_sleep() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | verbs_txreq.h | 62 struct sdma_txreq *stx; in get_waiting_verbs_txreq() local
|
H A D | vnic.h | 47 struct sdma_txreq stx; member
|
H A D | qp.c | 436 iowait_sleep( struct sdma_engine *sde, struct iowait_work *wait, struct sdma_txreq *stx, uint seq, bool pkts_sent) iowait_sleep() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 124 char stx[256] __attribute__((aligned(8))); in test_lookup_fail() local 116 sys_statx(int dirfd, const char *pathname, int flags, unsigned int mask, void *stx) sys_statx() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | fd-003-kthread.c | 124 char stx[256] __attribute__((aligned(8))); in test_lookup_fail() local 116 sys_statx(int dirfd, const char *pathname, int flags, unsigned int mask, void *stx) sys_statx() argument
|
/kernel/linux/linux-5.10/net/caif/ |
H A D | cfserl.c | 62 u8 stx = CFSERL_STX; in cfserl_receive() local
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | cfserl.c | 62 u8 stx = CFSERL_STX; in cfserl_receive() local
|
/third_party/musl/src/stat/ |
H A D | fstatat.c | 37 struct statx stx; in fstatat_statx() local [all...] |
/kernel/linux/linux-5.10/samples/vfs/ |
H A D | test-statx.c | 77 static void dump_statx(struct statx *stx) in dump_statx() argument 218 struct statx stx; main() local [all...] |
/kernel/linux/linux-6.6/samples/vfs/ |
H A D | test-statx.c | 77 static void dump_statx(struct statx *stx) in dump_statx() argument 218 struct statx stx; main() local [all...] |
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 1444 int SysStatx(int fd, const char *restrict path, int flag, unsigned mask, struct statx *restrict stx) in SysStatx() argument
|