Lines Matching full:__cold

186 static __cold void io_ring_ctx_ref_free(struct percpu_ref *ref)  in io_ring_ctx_ref_free()
225 static __cold struct io_ring_ctx *io_ring_ctx_alloc(struct io_uring_params *p) in io_ring_ctx_alloc()
456 static __cold noinline void io_queue_deferred(struct io_ring_ctx *ctx) in io_queue_deferred()
622 __cold void io_uring_drop_tctx_refs(struct task_struct *task) in io_uring_drop_tctx_refs()
634 static __cold bool io_cqring_add_overflow(struct io_ring_ctx *ctx, in io_cqring_add_overflow()
796 static __cold void io_cqe_overflow(struct io_ring_ctx *ctx, struct io_cqe *cqe, in io_cqe_overflow()
807 static __cold bool io_cqe_overflow_locked(struct io_ring_ctx *ctx, in io_cqe_overflow_locked()
964 __cold bool __io_alloc_req_refill(struct io_ring_ctx *ctx) in __io_alloc_req_refill()
995 __cold void io_free_req(struct io_kiocb *req) in io_free_req()
1169 __cold void io_iopoll_try_reap_events(struct io_ring_ctx *ctx) in io_iopoll_try_reap_events()
1329 static __cold void io_drain_req(struct io_kiocb *req) in io_drain_req()
1710 static __cold int io_init_fail_req(struct io_kiocb *req, int err) in io_init_fail_req()
1833 static __cold int io_submit_fail_init(const struct io_uring_sqe *sqe, in io_submit_fail_init()
2128 static __cold void __io_req_caches_free(struct io_ring_ctx *ctx) in __io_req_caches_free()
2145 static __cold void io_req_caches_free(struct io_ring_ctx *ctx) in io_req_caches_free()
2151 static __cold void io_ring_ctx_free(struct io_ring_ctx *ctx) in io_ring_ctx_free()
2204 static __cold void io_activate_pollwq_cb(struct callback_head *cb) in io_activate_pollwq_cb()
2221 __cold void io_activate_pollwq(struct io_ring_ctx *ctx) in io_activate_pollwq()
2288 static __cold void io_tctx_exit_cb(struct callback_head *cb) in io_tctx_exit_cb()
2305 static __cold void io_ring_exit_work(struct work_struct *work) in io_ring_exit_work()
2409 static __cold void io_ring_ctx_wait_and_kill(struct io_ring_ctx *ctx) in io_ring_ctx_wait_and_kill()
2715 static __cold int io_allocate_scq_urings(struct io_ring_ctx *ctx, in io_allocate_scq_urings()
2962 static __cold int io_uring_create(struct io_ctx_config *config) in io_uring_create()