/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/ |
H A D | io-request.rst | 79 FREE -> PENDING -> PROCESSING -> COMPLETE -> FREE -> ... 82 - PENDING: 在这个槽位上有一个有效的I/O请求正在等待 93 PENDING状态。 96 d. 工作者寻找PENDING I/O请求,根据I/O访问的地址将其分配给不同的注册客户,将其
|
/openbmc/linux/Documentation/virt/acrn/ |
H A D | io-request.rst | 74 FREE -> PENDING -> PROCESSING -> COMPLETE -> FREE -> ... 77 - PENDING: a valid I/O request is pending in this slot 87 a. The I/O handler of the hypervisor will fill an I/O request with PENDING 92 d. The worker looks for the PENDING I/O requests, assigns them to different
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxnv40.c | 599 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save); in nv40_grctx_generate() 600 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save); in nv40_grctx_generate() 603 cp_bra (ctx, AUTO_LOAD, PENDING, cp_setup_auto_load); in nv40_grctx_generate() 604 cp_bra (ctx, USER_LOAD, PENDING, cp_setup_load); in nv40_grctx_generate() 651 cp_bra (ctx, USER_SAVE, PENDING, cp_exit); in nv40_grctx_generate()
|
H A D | ctxnv50.c | 182 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate() 183 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate() 186 cp_bra (ctx, AUTO_LOAD, PENDING, cp_setup_auto_load); in nv50_grctx_generate() 187 cp_bra (ctx, USER_LOAD, PENDING, cp_setup_load); in nv50_grctx_generate() 209 cp_wait(ctx, INTR, PENDING); in nv50_grctx_generate() 241 cp_bra (ctx, USER_SAVE, PENDING, cp_exit); in nv50_grctx_generate()
|
/openbmc/linux/drivers/xen/events/ |
H A D | events_fifo.c | 197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_clear_pending() 203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_set_pending() 209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_is_pending()
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | sba_def.h | 70 #define PENDING 0x00000002L macro
|
/openbmc/linux/include/asm-generic/ |
H A D | qspinlock_types.h | 79 #define _Q_PENDING_MASK _Q_SET_MASK(PENDING)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219.out | 86 Waiting for PENDING state... 137 Waiting for PENDING state... 190 Waiting for PENDING state... 251 Waiting for PENDING state... 312 Waiting for PENDING state...
|
/openbmc/qemu/qapi/ |
H A D | job.json | 176 # earlier than completing the job) and transitions to PENDING instead. 219 # in the PENDING state.
|
H A D | block-core.json | 1413 # @auto-finalize: Job will finalize itself when PENDING, moving to the 1601 # @auto-finalize: When false, this job will wait in a PENDING state 1842 # @auto-finalize: When false, this job will wait in a PENDING state 2206 # @auto-finalize: When false, this job will wait in a PENDING state 2525 # @auto-finalize: When false, this job will wait in a PENDING state 2847 # @auto-finalize: When false, this job will wait in a PENDING state
|
/openbmc/linux/Documentation/ |
H A D | dontdiff | 77 PENDING
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-spapr-xive.rst | 265 - ``P-`` an event was sent and an EOI is PENDING
|
/openbmc/qemu/hw/vfio/ |
H A D | trace-events | 131 vfio_intp_interrupt_set_pending(int index) "irq %d is set PENDING"
|
/openbmc/linux/kernel/ |
H A D | signal.c | 154 #define PENDING(p,b) has_pending_signals(&(p)->signal, (b)) macro 159 PENDING(&t->pending, &t->blocked) || in recalc_sigpending_tsk() 160 PENDING(&t->signal->shared_pending, &t->blocked) || in recalc_sigpending_tsk()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_config_init.c | 1215 } else if (xen_pt_msi_check_type(reg->offset, flags, PENDING)) { in xen_pt_pending_reg_init()
|
/openbmc/qemu/hw/net/ |
H A D | trace-events | 207 e1000e_irq_pending_interrupts(uint32_t pending, uint32_t icr, uint32_t ims) "ICR PENDING: 0x%x (ICR…
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 6877 TEST PENDING INTERRUPTION and the interrupt portion of TEST SUBCHANNEL are
|