Home | Sort by: relevance | last modified time | path |
/src/games/hals_end/ | |
hals_end.c | 27 void dying(void); 113 dying(void) function in typeref:typename:void 143 dying(); |
/src/sys/external/bsd/common/linux/ | |
linux_rcu.c | 75 bool dying; member in struct:__anonacf366960108 247 * If no work, then either stop, if we're dying, or 251 if (gc.dying) 337 gc.dying = false; 358 gc.dying = true; |
/src/sys/dev/ | |
sequencervar.h | 82 int dying; member in struct:sequencer_softc |
midivar.h | 188 int dying; member in struct:midi_softc |
/src/sys/dev/audio/ | |
audiodef.h | 216 bool dying; member in struct:audio_file |
audio.c | 1428 atomic_store_relaxed(&file->dying, true); 1660 bool dying; local in function:audio_sc_acquire_fromfile 1666 dying = atomic_load_relaxed(&file->dying); 1667 if (dying) { 2564 * audiodetach() may already have set file->dying for all sc_files |