Searched refs:running (Results 1 - 15 of 15) sorted by relevance

/include/trace/events/
H A Djbd2.h145 __field( unsigned long, running )
158 __entry->running = stats->rs_running;
167 TP_printk("dev %d,%d tid %lu wait %u running %u locked %u flushing %u "
171 jiffies_to_msecs(__entry->running),
/include/sound/
H A Dsb16_csp.h51 /* CSP running state */
167 int running; /* running state */ member in struct:snd_sb_csp
H A Dtimer.h81 int running; /* running instances */ member in struct:snd_timer
H A Dasequencer.h385 /* system running information */
556 int running; /* running state of queue */ member in struct:snd_seq_queue_status
H A Dtrident.h315 unsigned int running: 1, member in struct:snd_trident_voice
H A Dymfpci.h272 unsigned int running: 1, member in struct:snd_ymfpci_pcm
H A Dvx_core.h71 unsigned int running: 1; member in struct:vx_pipe
H A Demu10k1.h1530 unsigned short running; member in struct:snd_emu10k1_pcm
1609 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
2218 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
/include/drm/
H A Ddrm_dp_helper.h242 bool running; member in struct:i2c_algo_dp_aux_data
/include/linux/
H A Dinit_task.h50 .running = 0, \
H A Dperf_event.h303 * u64 count, enabled, running;
312 * running = pc->time_running;
314 * if (pc->cap_usr_time && enabled != running) {
371 * enabled and possible running (if idx), improving the scaling:
375 * running += delta;
377 * quot = count / running;
378 * rem = count % running;
379 * count = quot * enabled + (rem * enabled) / running;
889 * and running (scheduled onto the CPU), respectively.
932 * events have been enabled and running, respectivel
[all...]
H A Dsched.h494 * Disable preemption until the scheduler is running.
505 * @running: non-zero when there are timers running and
514 int running; member in struct:thread_group_cputimer
868 * first for long running threads
1846 * child is not running and in turn not changing child->flags
/include/net/irda/
H A Dirlmp.h189 int running; member in struct:irlmp_cb
/include/scsi/
H A Dlibiscsi.h137 struct list_head running; /* running cmd list */ member in struct:iscsi_task
/include/linux/spi/
H A Dspi.h247 * @running: message pump is running
358 bool running; member in struct:spi_master

Completed in 282 milliseconds