Searched refs:sched (Results 176 - 200 of 238) sorted by relevance

12345678910

/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c38 #include <linux/sched.h>
H A Dmthca_memfree.c37 #include <linux/sched.h>
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dmp_machdep.c69 #include <sys/sched.h>
/freebsd-10.0-release/sys/x86/x86/
H A Dlocal_apic.c51 #include <sys/sched.h>
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c36 #include <linux/sched.h>
576 u8 sched = *(u8 *)(inbox->buf + 64); local
582 port = (sched >> 6 & 1) + 1;
3271 u8 sched = *(u8 *)(inbox->buf + 64); local
3274 port = (sched >> 6 & 1) + 1;
/freebsd-10.0-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.0-release/contrib/sendmail/src/
H A Dqueue.c1291 bool sched; local
1310 sched = false;
1325 sched = true;
1343 "sqr: wgrp=%d, cgrp=%d, qgrp=%d, intvl=%ld, QI=%ld, runall=%d, lastrun=%ld, nextrun=%ld, sched=%d",
1346 Queue[qgrp]->qg_nextrun, sched);
/freebsd-10.0-release/sys/arm/arm/
H A Dmachdep.c75 #include <sys/sched.h>
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_futex.c54 #include <sys/sched.h>
H A Dlinux_misc.c56 #include <sys/sched.h>
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h952 __u8 sched; member in struct:mngt_pktsched_wr
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.c39 #include <sys/sched.h>
/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c47 #include <sys/sched.h>
/freebsd-10.0-release/sys/geom/eli/
H A Dg_eli.c45 #include <sys/sched.h>
/freebsd-10.0-release/sys/geom/sched/
H A Dg_sched.c32 * 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 destroy", we need to remove all references
190 SYSCTL_NODE(_kern_geom, OID_AUTO, sched, CTLFLAG_R
[all...]
/freebsd-10.0-release/sys/ia64/ia64/
H A Dmachdep.c59 #include <sys/sched.h>
/freebsd-10.0-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.c50 #include <sys/sched.h>
1366 * Processed all our interrupts. Now get the sched
1550 * Processed all our interrupts. Now get the sched
/freebsd-10.0-release/sys/vm/
H A Dvm_pageout.c91 #include <sys/sched.h>
/freebsd-10.0-release/sys/netipsec/
H A Dkey.c2899 if (sav->sched) {
2900 bzero(sav->sched, sav->schedlen);
2901 free(sav->sched, M_IPSEC_MISC);
2902 sav->sched = NULL;
3065 sav->sched = NULL;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_athvar.h124 int sched; member in struct:ath_tid
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwn.c1348 return iwn_dma_contig_alloc(sc, &sc->sched_dma, (void **)&sc->sched,
3501 uint16_t *w = &sc->sched[qid * IWN4965_SCHED_COUNT + idx];
3519 uint16_t *w = &sc->sched[qid * IWN5000_SCHED_COUNT + idx];
3537 uint16_t *w = &sc->sched[qid * IWN5000_SCHED_COUNT + idx];
/freebsd-10.0-release/sys/dev/md/
H A Dmd.c86 #include <sys/sched.h>
/freebsd-10.0-release/sys/dev/usb/input/
H A Dukbd.c63 #include <sys/sched.h>

Completed in 583 milliseconds

12345678910