Searched defs:ioctx (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.c | 660 struct srpt_ioctx *ioctx; in srpt_alloc_ioctx() local 692 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx() 779 static enum srpt_command_state srpt_set_cmd_state(struct srpt_send_ioctx *ioctx, in srpt_set_cmd_state() 799 static bool srpt_test_and_set_cmd_state(struct srpt_send_ioctx *ioctx, in srpt_test_and_set_cmd_state() 823 struct srpt_recv_ioctx *ioctx) in srpt_post_recv() 889 static int srpt_alloc_rw_ctxs(struct srpt_send_ioctx *ioctx, in srpt_alloc_rw_ctxs() 958 struct srpt_send_ioctx *ioctx) in srpt_free_rw_ctxs() 1013 struct srpt_send_ioctx *ioctx, in srpt_get_desc_tbl() 1220 struct srpt_send_ioctx *ioctx; in srpt_get_send_ioctx() local 1252 static int srpt_abort_cmd(struct srpt_send_ioctx *ioctx) in srpt_abort_cmd() [all …]
|
| D | ib_srpt.h | 184 struct srpt_ioctx ioctx; member 214 struct srpt_ioctx ioctx; member
|
| /kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.c | 666 struct srpt_ioctx *ioctx; in srpt_alloc_ioctx() local 698 static void srpt_free_ioctx(struct srpt_device *sdev, struct srpt_ioctx *ioctx, in srpt_free_ioctx() 785 static enum srpt_command_state srpt_set_cmd_state(struct srpt_send_ioctx *ioctx, in srpt_set_cmd_state() 805 static bool srpt_test_and_set_cmd_state(struct srpt_send_ioctx *ioctx, in srpt_test_and_set_cmd_state() 829 struct srpt_recv_ioctx *ioctx) in srpt_post_recv() 895 static int srpt_alloc_rw_ctxs(struct srpt_send_ioctx *ioctx, in srpt_alloc_rw_ctxs() 964 struct srpt_send_ioctx *ioctx) in srpt_free_rw_ctxs() 1019 struct srpt_send_ioctx *ioctx, in srpt_get_desc_tbl() 1226 struct srpt_send_ioctx *ioctx; in srpt_get_send_ioctx() local 1258 static int srpt_abort_cmd(struct srpt_send_ioctx *ioctx) in srpt_abort_cmd() [all …]
|
| D | ib_srpt.h | 184 struct srpt_ioctx ioctx; member 214 struct srpt_ioctx ioctx; member
|
| /kernel/linux/linux-5.10/fs/ |
| D | aio.c | 1330 struct kioctx *ioctx = NULL; in SYSCALL_DEFINE2() local 1361 struct kioctx *ioctx = NULL; in COMPAT_SYSCALL_DEFINE2() local 1399 struct kioctx *ioctx = lookup_ioctx(ctx); in SYSCALL_DEFINE1() local 2187 struct kioctx *ioctx = NULL; in do_io_getevents() local
|
| /kernel/linux/linux-6.6/fs/ |
| D | aio.c | 1340 struct kioctx *ioctx = NULL; in SYSCALL_DEFINE2() local 1371 struct kioctx *ioctx = NULL; in COMPAT_SYSCALL_DEFINE2() local 1409 struct kioctx *ioctx = lookup_ioctx(ctx); in SYSCALL_DEFINE1() local 2181 struct kioctx *ioctx = lookup_ioctx(ctx_id); in do_io_getevents() local
|