Searched refs:stopping (Results 26 - 45 of 45) sorted by relevance

12

/linux-master/drivers/media/platform/ti/am437x/
H A Dam437x-vpfe.c1178 if (vpfe->stopping)
1219 int intr_status, stopping = vpfe->stopping; local
1230 if (stopping) {
1231 vpfe->stopping = false;
1236 if (intr_status & VPFE_VDINT1 && !stopping) {
1882 vpfe->stopping = false;
1934 vpfe->stopping = true;
/linux-master/arch/x86/events/amd/
H A Dibs.c421 * the event while stopping it and then reset the state when starting
462 int stopping; local
467 stopping = test_bit(IBS_STARTED, pcpu->state);
469 if (!stopping && (hwc->state & PERF_HES_UPTODATE))
474 if (stopping) {
1038 * Catch spurious interrupts after stopping IBS: After
/linux-master/fs/ceph/
H A Dsuper.c1476 * or false if the mdsc is in stopping and flushed state.
1481 if (mdsc->stopping >= CEPH_MDSC_STOPPING_FLUSHING) {
1494 mdsc->stopping >= CEPH_MDSC_STOPPING_FLUSHING)
1555 mdsc->stopping = CEPH_MDSC_STOPPING_FLUSHING;
1569 mdsc->stopping = CEPH_MDSC_STOPPING_FLUSHED;
H A Dmetric.c220 if (mdsc->stopping || disable_send_metrics)
H A Dmds_client.h431 int stopping; /* the stage of shutting down */ member in struct:ceph_mds_client
H A Dmds_client.c2427 if (mdsc->stopping)
2465 if (mdsc->stopping)
2490 if (mdsc->stopping)
3854 if (mdsc->stopping && !__get_oldest_req(mdsc))
4210 if (mdsc->stopping)
5324 if (mdsc->stopping >= CEPH_MDSC_STOPPING_FLUSHED)
5509 mdsc->stopping = CEPH_MDSC_STOPPING_BEGIN;
H A Dcaps.c524 if (!mdsc->stopping) {
2068 if (!mdsc->stopping && inode->i_nlink > 0) {
2115 if ((!(flags & CHECK_CAPS_NOINVAL) || mdsc->stopping) &&
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.c780 if (omap3isp_module_sync_is_stopping(&csi2->wait, &csi2->stopping))
1078 atomic_set(&csi2->stopping, 0);
1088 &csi2->stopping))
H A Dispccp2.c597 if (omap3isp_module_sync_is_stopping(&ccp2->wait, &ccp2->stopping))
844 atomic_set(&ccp2->stopping, 0);
886 &ccp2->stopping))
H A Dispresizer.c1065 if (omap3isp_module_sync_is_stopping(&res->wait, &res->stopping))
1167 &res->stopping))
1787 atomic_set(&res->stopping, 0);
H A Disppreview.c1528 if (omap3isp_module_sync_is_stopping(&prev->wait, &prev->stopping))
1641 atomic_set(&prev->stopping, 0);
1668 &prev->stopping))
/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.c673 if (omap4iss_module_sync_is_stopping(&csi2->wait, &csi2->stopping))
1102 atomic_set(&csi2->stopping, 0);
1112 &csi2->stopping))
H A Diss_resizer.c301 &resizer->stopping))
389 atomic_set(&resizer->stopping, 0);
398 &resizer->stopping))
/linux-master/include/linux/ceph/
H A Dmessenger.h107 atomic_t stopping; member in struct:ceph_messenger
/linux-master/net/ceph/
H A Dmessenger.c351 if (atomic_read(&con->msgr->stopping)) {
1693 atomic_set(&msgr->stopping, 0);
H A Dceph_common.c764 atomic_set(&client->msgr.stopping, 1);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c1212 * will properly be returned to the queue when stopping. Set a flag to
1216 pipe->stopping = true;
1222 pipe->stopping = false;
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S31 ; starting/stopping the coprocessor with the pmenb/pmdis.
/linux-master/fs/bcachefs/
H A Dbcachefs.h623 x(stopping) \
/linux-master/drivers/scsi/bfa/
H A Dbfa_core.c222 bfa_fsm_state_decl(bfa_iocfc, stopping, struct bfa_iocfc_s, enum iocfc_event);

Completed in 209 milliseconds

12