Searched refs:RUNNING (Results 1 - 42 of 42) sorted by relevance

/linux-4.4.14/include/linux/
H A Dphy.h262 * - If aneg finishes with link, it sets the state to RUNNING,
270 * - If the timer notes that the link comes back, we move to RUNNING
275 * - if link is up, move to RUNNING
280 * RUNNING: PHY is currently up, running, and possibly sending
290 * - timer moves to RUNNING if link
300 * - If we are forcing, or aneg is done, timer moves to RUNNING
H A Djbd2.h511 * RUNNING: accepting new updates
/linux-4.4.14/kernel/
H A Dptrace.c63 * it goes through TRACED -> RUNNING -> STOPPED transition which is similar
65 * stopped task. However, in this direction, the intermediate RUNNING
368 * This hides STOPPED -> RUNNING -> TRACED transition from the ptrace_attach()
370 * still observe the transient RUNNING state. IOW, if another ptrace_attach()
372 * ATTACH, the wait(2) may fail due to the transient RUNNING. ptrace_attach()
H A Dsignal.c3608 kdb_printf("Process is not RUNNING, sending a signal from " kdb_send_sig_info()
/linux-4.4.14/include/trace/events/
H A Dsched.h115 * RUNNING (we will not have dequeued if state != RUNNING). __trace_sched_switch_state()
/linux-4.4.14/drivers/staging/wilc1000/
H A Dlinux_mon.c65 PRINT_INFO(HOSTAPD_DBG, "Monitor interface already RUNNING\n"); WILC_WFI_monitor_rx()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Docteon_network.h35 /** State of the interface. Rx/Tx happens only in the RUNNING state. */
H A Docteon_device.c455 "HOST-READY", "CORE-READY", "RUNNING", "IN-RESET",
H A Dlio_main.c1785 /* Do not proceed if the interface is not in RUNNING state. */ liquidio_push_packet()
3452 * any registered handlers now and move to the RUNNING nic_starter()
/linux-4.4.14/drivers/dma/
H A Dfsldma.h147 RUNNING = 0, enumerator in enum:fsldma_pm_state
H A Dfsldma.c418 if (unlikely(chan->pm_state != RUNNING)) { fsl_dma_tx_submit()
1301 chan->pm_state = RUNNING; fsl_dma_chan_probe()
1473 chan->pm_state = RUNNING; fsldma_suspend_late()
1496 chan->pm_state = RUNNING; fsldma_resume_early()
H A Dste_dma40.c113 * @D40_DMA_RUN: The DMA channel is RUNNING of the command RUN.
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_sdma.c493 * Just mark it RUNNING and enable the interrupt, and let the setup_sdma()
601 * check that we are "RUNNING" (not in teardown) ipath_restart_sdma()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_p4.c326 P4_ESCR_EMASK_BIT(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING),
604 P4_ESCR_EMASK_BIT(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING)),
655 P4_ESCR_EMASK_BIT(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING)) |
/linux-4.4.14/drivers/media/platform/soc_camera/
H A Drcar_vin.c468 RUNNING, enumerator in enum:rcar_vin_state
801 if (priv->state != RUNNING && rcar_vin_hw_ready(priv)) { rcar_vin_videobuf_queue()
810 priv->state = RUNNING; rcar_vin_videobuf_queue()
831 if (priv->state == RUNNING) rcar_vin_wait_stop_streaming()
927 priv->state == RUNNING) { rcar_vin_irq()
/linux-4.4.14/drivers/net/ethernet/amd/
H A Damd8111e.h147 RUNNING = (1 << 0), enumerator in enum:__anon6460
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_worker.c2038 if (get_t_state(&connection->worker) != RUNNING) wait_for_work()
2071 while (get_t_state(thi) == RUNNING) { drbd_worker()
2086 if (get_t_state(thi) == RUNNING) { drbd_worker()
2093 if (get_t_state(thi) != RUNNING) drbd_worker()
H A Ddrbd_main.c351 thi->t_state = RUNNING; drbd_thread_setup()
413 thi->t_state = RUNNING; drbd_thread_start()
431 thi->t_state = RUNNING; drbd_thread_start()
440 case RUNNING: drbd_thread_start()
1439 || get_t_state(&connection->asender) != RUNNING we_should_drop_the_connection()
H A Ddrbd_int.h254 RUNNING, enumerator in enum:drbd_thread_state
H A Ddrbd_receiver.c4604 while (get_t_state(&connection->receiver) == RUNNING) { drbdd()
5515 while (get_t_state(thi) == RUNNING) { drbd_asender()
/linux-4.4.14/arch/x86/include/asm/
H A Dperf_event_p4.h713 P4_GEN_ESCR_EMASK(P4_EVENT_GLOBAL_POWER_EVENTS, RUNNING, 0),
/linux-4.4.14/drivers/watchdog/
H A Dcpwd.c311 /* determine EXPIRED vs FREERUN vs RUNNING */ cpwd_getstatus()
/linux-4.4.14/kernel/debug/kdb/
H A Dkdb_support.c557 #define RUNNING (1UL << (8*sizeof(unsigned long) - 2)) macro
575 res |= RUNNING; kdb_task_state_string()
/linux-4.4.14/drivers/edac/
H A Dedac_device.c519 /* This instance is NOW RUNNING */ edac_device_add_device()
H A Dedac_mc.c781 /* This instance is NOW RUNNING */ edac_mc_add_mc_with_groups()
/linux-4.4.14/fs/dlm/
H A Dmember.c618 * dlm to quit any processing (see RUNNING, dlm_locking_stopped()). dlm_ls_stop()
/linux-4.4.14/drivers/scsi/
H A Dscsi_sysfs.c1300 * beneath it becomes visible (in which case it moves to RUNNING) scsi_sysfs_device_initialize()
/linux-4.4.14/drivers/md/
H A Dmd.h334 * RUNNING: a thread is running, or about to be started
H A Dmd.c8358 /* Set RUNNING before clearing NEEDED to avoid md_check_recovery()
/linux-4.4.14/drivers/net/phy/
H A Dphy.c74 PHY_STATE_STR(RUNNING) phy_state_to_str()
/linux-4.4.14/sound/core/
H A Dpcm.c255 STATE(RUNNING),
H A Dpcm_native.c1421 * Change the RUNNING stream(s) to XRUN state.
/linux-4.4.14/net/rxrpc/
H A Dar-ack.c902 _debug("XXXXXXXXXXXXX RUNNING ON MULTIPLE CPUS XXXXXXXXXXXXX"); rxrpc_process_call()
/linux-4.4.14/drivers/usb/serial/
H A Dio_ti.c1085 dev_dbg(dev, "%s - RUNNING IN DOWNLOAD MODE\n", __func__); do_download_mode()
1393 dev_dbg(dev, "%s - RUNNING IN BOOT MODE\n", __func__); do_boot_mode()
/linux-4.4.14/include/sound/
H A Dpcm.h649 * Returns true if the given substream is in the state RUNNING, or in the
/linux-4.4.14/drivers/staging/wlan-ng/
H A Dprism2sta.c466 * to RUNNING transition so we must not do a chip prism2sta_ifstate()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ds626.c365 /* START THE SERIAL CLOCK RUNNING ------------- */ s626_send_dac()
/linux-4.4.14/fs/jbd2/
H A Dtransaction.c71 * RUNNING state and add it to the current journal (which should not
/linux-4.4.14/arch/powerpc/kvm/
H A Dbook3s_hv.c151 * when it is in state RUNNING or NOTREADY. NOTREADY is a bit of
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl4290 doprint "RUNNING TEST $i of $opt{NUM_TESTS}$name with option $test_type $run_type$installme\n\n";
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c178 cp_set (ctx, STATE, RUNNING); nv50_grctx_generate()
/linux-4.4.14/kernel/sched/
H A Dcore.c2571 * running on another CPU and we could rave with its RUNNING -> DEAD

Completed in 2027 milliseconds