Searched refs:sched (Results 201 - 225 of 260) sorted by relevance

1234567891011

/freebsd-10.3-release/contrib/gcc/
H A Dsched-rgn.c67 #include "sched-int.h"
1150 This can be overridden with max-sched-extend-regions-iters parameter:
2693 if (targetm.sched.dependencies_evaluation_hook)
2694 targetm.sched.dependencies_evaluation_hook (head, tail);
3203 sched-int.h: struct sched_info: fix_recovery_cfg. */
3235 sched-int.h: struct sched_info: advance_target_bb. */
3264 sched-int.h: struct sched_info: region_head_or_leaf_p. */
3308 /* Do control and data sched analysis,
3331 /* Do control and data sched analysis again,
/freebsd-10.3-release/contrib/sendmail/src/
H A Dqueue.c1290 bool sched; local
1309 sched = false;
1324 sched = true;
1342 "sqr: wgrp=%d, cgrp=%d, qgrp=%d, intvl=%ld, QI=%ld, runall=%d, lastrun=%ld, nextrun=%ld, sched=%d",
1345 Queue[qgrp]->qg_nextrun, sched);
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.c39 #include <sys/sched.h>
H A Di915_irq.c37 #include <sys/sched.h>
/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h952 __u8 sched; member in struct:mngt_pktsched_wr
/freebsd-10.3-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c47 #include <sys/sched.h>
/freebsd-10.3-release/sys/geom/eli/
H A Dg_eli.c45 #include <sys/sched.h>
/freebsd-10.3-release/sys/geom/sched/
H A Dg_sched.c30 * $FreeBSD: releng/10.3/sys/geom/sched/g_sched.c 243333 2012-11-20 12:32:18Z jh $
32 * Main control module for geom-based disk schedulers ('sched').
35 * A 'sched' node is typically inserted transparently between
40 * using the command "geom sched insert <provider>" and
45 * Deletion "geom sched destroy <provider>.sched." restores the
46 * original chain. The normal "geom sched create <provide>"
50 * Internally, the 'sched' uses the following data structures
67 * A g_sched_softc{} is created with a "geom sched insert" call.
98 * removed with "geom sched destro
[all...]
/freebsd-10.3-release/sys/kern/
H A Dkern_exec.c61 #include <sys/sched.h>
H A Dkern_resource.c56 #include <sys/sched.h>
H A Dkern_intr.c51 #include <sys/sched.h>
1367 * Processed all our interrupts. Now get the sched
1555 * Processed all our interrupts. Now get the sched
/freebsd-10.3-release/sys/vm/
H A Dvm_pageout.c92 #include <sys/sched.h>
/freebsd-10.3-release/sys/x86/x86/
H A Dlocal_apic.c51 #include <sys/sched.h>
/freebsd-10.3-release/sys/ia64/ia64/
H A Dmachdep.c61 #include <sys/sched.h>
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_futex.c54 #include <sys/sched.h>
/freebsd-10.3-release/sys/amd64/amd64/
H A Dmp_machdep.c51 #include <sys/sched.h>
/freebsd-10.3-release/sys/netipsec/
H A Dkey.c2869 if (sav->sched) {
2870 bzero(sav->sched, sav->schedlen);
2871 free(sav->sched, M_IPSEC_MISC);
2872 sav->sched = NULL;
3027 sav->sched = NULL;
/freebsd-10.3-release/sys/dev/md/
H A Dmd.c86 #include <sys/sched.h>
/freebsd-10.3-release/sys/dev/usb/input/
H A Dukbd.c63 #include <sys/sched.h>
/freebsd-10.3-release/sys/dev/iwn/
H A Dif_iwn.c1340 return iwn_dma_contig_alloc(sc, &sc->sched_dma, (void **)&sc->sched,
3493 uint16_t *w = &sc->sched[qid * IWN4965_SCHED_COUNT + idx];
3511 uint16_t *w = &sc->sched[qid * IWN5000_SCHED_COUNT + idx];
3529 uint16_t *w = &sc->sched[qid * IWN5000_SCHED_COUNT + idx];
/freebsd-10.3-release/sys/dev/ath/
H A Dif_athvar.h124 int sched; member in struct:ath_tid
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c41 #include <linux/sched.h>
/freebsd-10.3-release/sys/contrib/rdma/krping/
H A Dkrping.c46 #include <linux/sched.h>
/freebsd-10.3-release/sys/geom/journal/
H A Dg_journal.c44 #include <sys/sched.h>
/freebsd-10.3-release/sys/geom/raid/
H A Dg_raid.c46 #include <sys/sched.h>

Completed in 704 milliseconds

1234567891011