Home
last modified time | relevance | path

Searched refs:new_context (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/qemu/include/block/
H A Draw-aio.h65 void laio_attach_aio_context(LinuxAioState *s, AioContext *new_context);
76 void luring_attach_aio_context(LuringState *s, AioContext *new_context);
91 AioContext *new_context);
H A Dblockjob_int.h67 void (*attached_aio_context)(BlockJob *job, AioContext *new_context);
H A Dthrottle-groups.h83 AioContext *new_context);
H A Dblock_int-global-state.h301 void (*attached_aio_context)(AioContext *new_context, void *opaque),
H A Dblock_int-common.h365 AioContext *new_context);
904 void (*attached_aio_context)(AioContext *new_context, void *opaque);
/openbmc/qemu/block/
H A Dwin32-aio.c182 AioContext *new_context) in win32_aio_attach_aio_context() argument
184 aio->aio_ctx = new_context; in win32_aio_attach_aio_context()
185 aio_set_event_notifier(new_context, &aio->e, win32_aio_completion_cb, in win32_aio_attach_aio_context()
H A Dlinux-aio.c443 void laio_attach_aio_context(LinuxAioState *s, AioContext *new_context) in laio_attach_aio_context() argument
445 s->aio_context = new_context; in laio_attach_aio_context()
446 s->completion_bh = aio_bh_new(new_context, qemu_laio_completion_bh, s); in laio_attach_aio_context()
447 aio_set_event_notifier(new_context, &s->e, in laio_attach_aio_context()
H A Dio_uring.c416 void luring_attach_aio_context(LuringState *s, AioContext *new_context) in luring_attach_aio_context() argument
418 s->aio_context = new_context; in luring_attach_aio_context()
419 s->completion_bh = aio_bh_new(new_context, qemu_luring_completion_bh, s); in luring_attach_aio_context()
H A Dthrottle.c178 AioContext *new_context) in throttle_attach_aio_context() argument
181 throttle_group_attach_aio_context(tgm, new_context); in throttle_attach_aio_context()
H A Dthrottle-groups.c625 AioContext *new_context) in throttle_group_attach_aio_context() argument
628 throttle_timers_attach_aio_context(tt, new_context); in throttle_group_attach_aio_context()
629 tgm->aio_context = new_context; in throttle_group_attach_aio_context()
H A Dblock-backend.c37 void (*attached_aio_context)(AioContext *new_context, void *opaque);
2431 int blk_set_aio_context(BlockBackend *blk, AioContext *new_context, in blk_set_aio_context() argument
2441 qatomic_set(&blk->ctx, new_context); in blk_set_aio_context()
2450 ret = bdrv_try_change_aio_context(bs, new_context, NULL, errp); in blk_set_aio_context()
2467 AioContext *new_context = s->new_ctx; in blk_root_set_aio_ctx_commit() local
2470 qatomic_set(&blk->ctx, new_context); in blk_root_set_aio_ctx_commit()
2473 throttle_group_attach_aio_context(tgm, new_context); in blk_root_set_aio_ctx_commit()
2513 void (*attached_aio_context)(AioContext *new_context, void *opaque), in blk_add_aio_context_notifier() argument
H A Dcurl.c597 AioContext *new_context) in curl_attach_aio_context() argument
601 aio_timer_init(new_context, &s->timer, in curl_attach_aio_context()
607 s->aio_context = new_context; in curl_attach_aio_context()
H A Dnvme.c1563 AioContext *new_context) in nvme_attach_aio_context() argument
1567 s->aio_context = new_context; in nvme_attach_aio_context()
1568 aio_set_event_notifier(new_context, &s->irq_notifier[MSIX_SHARED_IRQ_IDX], in nvme_attach_aio_context()
1576 aio_bh_new(new_context, nvme_process_completion_bh, q); in nvme_attach_aio_context()
H A Dblkio.c300 AioContext *new_context) in blkio_attach_aio_context() argument
304 aio_set_fd_handler(new_context, s->completion_fd, in blkio_attach_aio_context()
H A Dnfs.c378 AioContext *new_context) in nfs_attach_aio_context() argument
382 client->aio_context = new_context; in nfs_attach_aio_context()
/openbmc/linux/arch/arm64/mm/
H A Dcontext.c158 static u64 new_context(struct mm_struct *mm) in new_context() function
250 asid = new_context(mm); in check_and_switch_context()
298 asid = new_context(mm); in arm64_mm_context_get()
/openbmc/qemu/stubs/
H A Dlinux-aio.c19 void laio_attach_aio_context(LinuxAioState *s, AioContext *new_context) in laio_attach_aio_context() argument
H A Dio_uring.c19 void luring_attach_aio_context(LuringState *s, AioContext *new_context) in luring_attach_aio_context() argument
/openbmc/linux/arch/csky/mm/
H A Dasid.c79 static u64 new_context(struct asid_info *info, atomic64_t *pasid, in new_context() function
147 asid = new_context(info, pasid, mm); in asid_new_context()
/openbmc/linux/arch/arm/mm/
H A Dcontext.c189 static u64 new_context(struct mm_struct *mm, unsigned int cpu) in new_context() function
261 asid = new_context(mm, cpu); in check_and_switch_context()
/openbmc/qemu/include/sysemu/
H A Dblock-backend-global-state.h97 int blk_set_aio_context(BlockBackend *blk, AioContext *new_context,
100 void (*attached_aio_context)(AioContext *new_context, void *opaque),
/openbmc/qemu/include/qemu/
H A Dthrottle.h137 AioContext *new_context);
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_lan_hmc.h56 u8 new_context; member
/openbmc/qemu/util/
H A Dthrottle.c201 AioContext *new_context) in throttle_timers_attach_aio_context() argument
208 aio_timer_new(new_context, tt->clock_type, SCALE_NS, in throttle_timers_attach_aio_context()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py1319 new_context = []
1498 new_context.append(candidate)
1500 if limit and len(new_context) >= limit:
1506 current_context = new_context

12