Searched refs:kicked (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/misc/ |
D | nsm.c | 200 bool kicked; in nsm_sendrecv_msg_locked() local 218 kicked = virtqueue_kick(vq); in nsm_sendrecv_msg_locked() 219 if (!kicked) { in nsm_sendrecv_msg_locked()
|
/linux-6.12.1/fs/bcachefs/ |
D | journal_reclaim.c | 641 static int __bch2_journal_reclaim(struct journal *j, bool direct, bool kicked) in __bch2_journal_reclaim() argument 692 direct, kicked, in __bch2_journal_reclaim() 735 bool kicked = j->reclaim_kicked; in bch2_journal_reclaim_thread() local 740 ret = __bch2_journal_reclaim(j, false, kicked); in bch2_journal_reclaim_thread()
|
D | trace.h | 341 TP_PROTO(struct bch_fs *c, bool direct, bool kicked, 345 TP_ARGS(c, direct, kicked, min_nr, min_key_cache, 352 __field(bool, kicked ) 364 __entry->kicked = kicked; 376 __entry->kicked,
|
/linux-6.12.1/net/9p/ |
D | trans_virtio.c | 433 int kicked = 0; in p9_virtio_zc_request() local 532 kicked = 1; in p9_virtio_zc_request() 559 if (!kicked) { in p9_virtio_zc_request()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-block-aoe | 30 kicked by the periodic timer handler routine.
|
/linux-6.12.1/drivers/hid/usbhid/ |
D | hid-core.c | 194 int kicked; in usbhid_restart_out_queue() local 201 if ((kicked = (usbhid->outhead != usbhid->outtail))) { in usbhid_restart_out_queue() 226 return kicked; in usbhid_restart_out_queue() 232 int kicked; in usbhid_restart_ctrl_queue() local 240 if ((kicked = (usbhid->ctrlhead != usbhid->ctrltail))) { in usbhid_restart_ctrl_queue() 265 return kicked; in usbhid_restart_ctrl_queue()
|
/linux-6.12.1/drivers/block/aoe/ |
D | aoe.h | 192 ulong kicked; member
|
D | aoeblk.c | 124 seq_printf(s, "kicked: %ld\n", d->kicked); in aoe_debugfs_show()
|
D | aoecmd.c | 289 d->kicked++; in newframe()
|
/linux-6.12.1/drivers/vdpa/vdpa_user/ |
D | vduse_dev.c | 60 bool kicked; member 460 vq->kicked = false; in vduse_dev_reset() 501 vq->kicked = true; in vduse_vq_kick() 950 if (vq->ready && vq->kicked && vq->kickfd) { in vduse_kickfd_setup() 952 vq->kicked = false; in vduse_kickfd_setup()
|
/linux-6.12.1/Documentation/mm/ |
D | balance.rst | 20 to be doing balancing. Page reclamation can be kicked off lazily, that
|
/linux-6.12.1/Documentation/core-api/ |
D | swiotlb.rst | 198 task is kicked off to allocate memory from general system memory and turn it 201 are not allowed to block. Once the background task is kicked off, the bounce
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | vcpu-requests.rst | 137 guarantee the to-be-kicked vCPU has fully exited guest mode.
|
/linux-6.12.1/Documentation/admin-guide/ |
D | md.rst | 456 device has been kicked from active use due to
|