Lines Matching refs:__cold
184 static __cold void io_ring_ctx_ref_free(struct percpu_ref *ref) in io_ring_ctx_ref_free()
223 static __cold struct io_ring_ctx *io_ring_ctx_alloc(struct io_uring_params *p) in io_ring_ctx_alloc()
455 static __cold noinline void io_queue_deferred(struct io_ring_ctx *ctx) in io_queue_deferred()
616 __cold void io_uring_drop_tctx_refs(struct task_struct *task) in io_uring_drop_tctx_refs()
628 static __cold bool io_cqring_add_overflow(struct io_ring_ctx *ctx, in io_cqring_add_overflow()
790 static __cold void io_cqe_overflow(struct io_ring_ctx *ctx, struct io_cqe *cqe, in io_cqe_overflow()
801 static __cold bool io_cqe_overflow_locked(struct io_ring_ctx *ctx, in io_cqe_overflow_locked()
958 __cold bool __io_alloc_req_refill(struct io_ring_ctx *ctx) in __io_alloc_req_refill()
989 __cold void io_free_req(struct io_kiocb *req) in io_free_req()
1161 __cold void io_iopoll_try_reap_events(struct io_ring_ctx *ctx) in io_iopoll_try_reap_events()
1326 static __cold void io_drain_req(struct io_kiocb *req) in io_drain_req()
1708 static __cold int io_init_fail_req(struct io_kiocb *req, int err) in io_init_fail_req()
1831 static __cold int io_submit_fail_init(const struct io_uring_sqe *sqe, in io_submit_fail_init()
2126 static __cold void __io_req_caches_free(struct io_ring_ctx *ctx) in __io_req_caches_free()
2143 static __cold void io_req_caches_free(struct io_ring_ctx *ctx) in io_req_caches_free()
2149 static __cold void io_ring_ctx_free(struct io_ring_ctx *ctx) in io_ring_ctx_free()
2201 static __cold void io_activate_pollwq_cb(struct callback_head *cb) in io_activate_pollwq_cb()
2218 __cold void io_activate_pollwq(struct io_ring_ctx *ctx) in io_activate_pollwq()
2282 static __cold void io_tctx_exit_cb(struct callback_head *cb) in io_tctx_exit_cb()
2299 static __cold void io_ring_exit_work(struct work_struct *work) in io_ring_exit_work()
2399 static __cold void io_ring_ctx_wait_and_kill(struct io_ring_ctx *ctx) in io_ring_ctx_wait_and_kill()
2684 static __cold int io_allocate_scq_urings(struct io_ring_ctx *ctx, in io_allocate_scq_urings()
2931 static __cold int io_uring_create(struct io_ctx_config *config) in io_uring_create()