Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 48) sorted by relevance

12

/xen/xen/common/sched/
A Darinc653.c184 const struct scheduler *ops, in find_unit()
206 static void update_schedule_units(const struct scheduler *ops) in update_schedule_units()
230 const struct scheduler *ops, in arinc653_sched_set()
307 const struct scheduler *ops, in arinc653_sched_get()
347 a653sched_init(struct scheduler *ops) in a653sched_init()
370 a653sched_deinit(struct scheduler *ops) in a653sched_deinit()
446 a653sched_free_udata(const struct scheduler *ops, void *priv) in a653sched_free_udata()
493 a653sched_unit_wake(const struct scheduler *ops, struct sched_unit *unit) in a653sched_unit_wake()
510 const struct scheduler *ops, in a653sched_do_schedule()
608 a653sched_pick_resource(const struct scheduler *ops, in a653sched_pick_resource()
[all …]
A Drt.c352 rt_dump_pcpu(const struct scheduler *ops, int cpu) in rt_dump_pcpu()
370 rt_dump(const struct scheduler *ops) in rt_dump()
533 replq_remove(const struct scheduler *ops, struct rt_unit *svc) in replq_remove()
564 runq_insert(const struct scheduler *ops, struct rt_unit *svc) in runq_insert()
582 replq_insert(const struct scheduler *ops, struct rt_unit *svc) in replq_insert()
676 rt_init(struct scheduler *ops) in rt_init()
705 rt_deinit(struct scheduler *ops) in rt_deinit()
808 rt_free_domdata(const struct scheduler *ops, void *data) in rt_free_domdata()
854 rt_free_udata(const struct scheduler *ops, void *priv) in rt_free_udata()
1346 const struct scheduler *ops, in rt_dom_cntl()
[all …]
A Dnull.c133 static int null_init(struct scheduler *ops) in null_init()
155 static void null_deinit(struct scheduler *ops) in null_deinit()
180 static void *null_alloc_pdata(const struct scheduler *ops, int cpu) in null_alloc_pdata()
196 static void *null_alloc_udata(const struct scheduler *ops, in null_alloc_udata()
220 static void * null_alloc_domdata(const struct scheduler *ops, in null_alloc_domdata()
453 static void null_unit_insert(const struct scheduler *ops, in null_unit_insert()
519 static void null_unit_remove(const struct scheduler *ops, in null_unit_remove()
559 static void null_unit_wake(const struct scheduler *ops, in null_unit_wake()
635 static void null_unit_sleep(const struct scheduler *ops, in null_unit_sleep()
677 static void null_unit_migrate(const struct scheduler *ops, in null_unit_migrate()
[all …]
A Dcredit.c511 csched_free_pdata(const struct scheduler *ops, void *pcpu, int cpu) in csched_free_pdata()
570 csched_alloc_pdata(const struct scheduler *ops, int cpu) in csched_alloc_pdata()
926 const struct scheduler *ops = sr->scheduler; in csched_unit_acct() local
1036 csched_free_udata(const struct scheduler *ops, void *priv) in csched_free_udata()
1170 const struct scheduler *ops, in csched_dom_cntl()
1242 csched_sys_cntl(const struct scheduler *ops, in csched_sys_cntl()
1303 csched_free_domdata(const struct scheduler *ops, void *data) in csched_free_domdata()
2032 csched_dump_pcpu(const struct scheduler *ops, int cpu) in csched_dump_pcpu()
2085 csched_dump(const struct scheduler *ops) in csched_dump()
2179 csched_init(struct scheduler *ops) in csched_init()
[all …]
A Dcredit2.c1266 update_runq_load(const struct scheduler *ops, in update_runq_load()
1353 update_svc_load(const struct scheduler *ops, in update_svc_load()
1412 update_load(const struct scheduler *ops, in update_load()
2602 static void migrate(const struct scheduler *ops, in migrate()
2899 const struct scheduler *ops, in csched2_dom_cntl()
3119 static int csched2_sys_cntl(const struct scheduler *ops, in csched2_sys_cntl()
3265 csched2_runtime(const struct scheduler *ops, int cpu, in csched2_runtime()
3751 dump_pcpu(const struct scheduler *ops, int cpu) in dump_pcpu()
3771 csched2_dump(const struct scheduler *ops) in csched2_dump()
4123 csched2_init(struct scheduler *ops) in csched2_init()
[all …]
/xen/xen/xsm/
A Ddummy.c18 #define set_to_dummy_if_null(ops, function) \ argument
24 void __init xsm_fixup_ops (struct xsm_operations *ops) in xsm_fixup_ops()
A Dxsm_core.c71 static inline int verify(struct xsm_operations *ops) in verify()
198 int __init register_xsm(struct xsm_operations *ops) in register_xsm()
/xen/tools/libfsimage/common/
A Dfsimage.c95 fsi_plugin_ops_t *ops; in fsi_open_file() local
108 fsi_plugin_ops_t *ops; in fsi_close_file() local
121 fsi_plugin_ops_t *ops; in fsi_read_file() local
134 fsi_plugin_ops_t *ops; in fsi_pread_file() local
A Dfsimage_grub.c226 fsig_plugin_ops_t *ops = fsi->f_plugin->fp_data; in fsig_mount() local
265 fsig_plugin_ops_t *ops = fsi->f_plugin->fp_data; in fsig_open() local
286 fsig_plugin_ops_t *ops = ffi->ff_fsi->f_plugin->fp_data; in fsig_pread() local
332 fsig_init(fsi_plugin_t *plugin, fsig_plugin_ops_t *ops) in fsig_init()
/xen/xen/arch/x86/hvm/
A Dintercept.c119 const struct hvm_io_ops *ops = handler->ops; in hvm_process_io_intercept() local
234 const struct hvm_io_ops *ops = handler->ops; in hvm_find_io_handler() local
249 const struct hvm_io_ops *ops; in hvm_io_intercept() local
282 const struct hvm_mmio_ops *ops) in register_mmio_handler()
336 const struct hvm_io_ops *ops; in hvm_mmio_internal() local
/xen/tools/libxc/
A Dxc_resource.c46 static int xc_resource_op_multi(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op_multi()
132 int xc_resource_op(xc_interface *xch, uint32_t nr_ops, xc_resource_op_t *ops) in xc_resource_op()
/xen/xen/include/asm-x86/
A Diommu.h64 # define iommu_call(ops, fn, args...) ({ \ argument
69 # define iommu_vcall(ops, fn, args...) ({ \ argument
82 const struct iommu_ops *ops; member
/xen/xen/arch/x86/guest/hyperv/
A Dhyperv.c50 static const struct hypervisor_ops ops; variable
222 static const struct hypervisor_ops __initconstrel ops = { variable
/xen/tools/ocaml/libs/xs/
A Dxst.mli16 type ops = { type
A Dxst.ml17 type ops = type
/xen/xen/arch/x86/guest/
A Dhypervisor.c28 static struct hypervisor_ops __read_mostly ops; variable
/xen/xen/drivers/passthrough/arm/
A Diommu.c37 void __init iommu_set_ops(const struct iommu_ops *ops) in iommu_set_ops()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c1390 const struct x86_emulate_ops *ops) in _get_fpu()
1481 const struct x86_emulate_ops *ops) in put_fpu()
1845 const struct x86_emulate_ops *ops) in ioport_access_check()
2047 const struct x86_emulate_ops *ops) in realmode_load_seg()
2074 const struct x86_emulate_ops *ops) in protmode_load_seg()
2307 const struct x86_emulate_ops *ops) in load_seg()
2552 const struct x86_emulate_ops *ops) in x86_decode_onebyte()
2659 const struct x86_emulate_ops *ops) in x86_decode_twobyte()
2821 const struct x86_emulate_ops *ops) in x86_decode_0f38()
2882 const struct x86_emulate_ops *ops) in x86_decode_0f3a()
[all …]
/xen/xen/include/asm-x86/hvm/
A Dio.h65 const struct hvm_mmio_ops *ops; member
72 const struct hvm_io_ops *ops; member
/xen/xen/include/asm-arm/tee/
A Dtee.h54 const struct tee_mediator_ops *ops; member
/xen/xen/drivers/passthrough/
A Ddevice_tree.c132 const struct iommu_ops *ops = iommu_get_ops(); in iommu_add_dt_device() local
/xen/xen/include/asm-arm/
A Dmmio.h55 const struct mmio_handler_ops *ops; member
/xen/xen/drivers/passthrough/x86/
A Diommu.c124 const struct iommu_ops *ops = iommu_get_ops(); in iommu_setup_hpet_msi() local
/xen/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c162 static fsi_plugin_ops_t ops = { in fsi_init_plugin() local
/xen/tools/libfsimage/zfs/
A Dfsi_zfs.c146 static fsig_plugin_ops_t ops = { in fsi_init_plugin() local

Completed in 53 milliseconds

12