Searched refs:stopping (Results 1 - 25 of 45) sorted by last modified time

12

/linux-master/fs/bcachefs/
H A Dbcachefs.h623 x(stopping) \
/linux-master/fs/ceph/
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) &&
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)
/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;
H A Datomisp_subdev.h71 bool stopping; member in struct:atomisp_video_pipe
H A Datomisp_fops.c248 if (pipe->stopping)
381 if (ret || pipe->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);
/linux-master/include/linux/ceph/
H A Dmessenger.h107 atomic_t stopping; member in struct:ceph_messenger
/linux-master/drivers/staging/media/omap4iss/
H A Diss_resizer.c301 &resizer->stopping))
389 atomic_set(&resizer->stopping, 0);
398 &resizer->stopping))
H A Diss_ipipeif.c248 &ipipeif->stopping))
332 atomic_set(&ipipeif->stopping, 0);
343 &ipipeif->stopping))
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_ipipe.c156 atomic_set(&ipipe->stopping, 0);
164 &ipipe->stopping))
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c1528 if (omap3isp_module_sync_is_stopping(&prev->wait, &prev->stopping))
1641 atomic_set(&prev->stopping, 0);
1668 &prev->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 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 Dispccdc.c1321 /* Avoid restarting the CCDC when streaming is stopping. */
1322 if (enable && ccdc->stopping & CCDC_STOP_REQUEST)
1338 ccdc->stopping = CCDC_STOP_REQUEST;
1340 ccdc->stopping = CCDC_STOP_FINISHED;
1344 ccdc->stopping == CCDC_STOP_FINISHED,
1361 ccdc->stopping = CCDC_STOP_NOT_REQUESTED;
1423 /* ccdc_handle_stopping - Handle CCDC and/or LSC stopping sequence
1427 * Return 1 when the event and stopping request combination is satisfied,
1434 switch ((ccdc->stopping & 3) | event) {
1439 ccdc->stopping
[all...]
/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/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h36 u32 stopping:1; member in struct:dbdma_command_mem
/linux-master/drivers/char/ipmi/
H A Dipmi_ssif.c263 bool stopping; member in struct:ssif_info
484 if (ssif_info->stopping)
548 if (ssif_info->stopping)
571 if (ssif_info->stopping)
630 if (!ssif_info->stopping)
894 if (IS_SSIF_IDLE(ssif_info) && !ssif_info->stopping) {
986 if (!ssif_info->stopping)
1270 ssif_info->stopping = true;
/linux-master/net/ceph/
H A Dmessenger.c351 if (atomic_read(&con->msgr->stopping)) {
1693 atomic_set(&msgr->stopping, 0);

Completed in 325 milliseconds

12