Searched refs:cyclic (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/modules/cyclic/
H A DMakefile3 .PATH: ${.CURDIR}/../../cddl/dev/cyclic
5 KMOD= cyclic
6 SRCS= cyclic.c
13 -I${.CURDIR}/../../cddl/dev/cyclic/${MACHINE_CPUARCH:S/amd64/i386/}
/freebsd-9.3-release/sys/modules/dtrace/
H A DMakefile.inc6 -kldload cyclic
28 -kldunload cyclic
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c26 * This is a simplified version of the cyclic timer subsystem from
59 * The cyclic subsystem has been designed to take advantage of chip
65 * The cyclic subsystem is a low-level kernel subsystem designed to provide
67 * with existing terms, we dub such an interval timer a "cyclic").
68 * Alternatively, a cyclic may be specified to be "omnipresent", denoting
74 * The cyclic subsystem has interfaces with the kernel at-large, with other
76 * resume subsystem) and with the platform (the cyclic backend). Each
80 * The following diagram displays the cyclic subsystem's interfaces to
82 * the large arrow indicating the cyclic subsystem's consumer interface.
112 * cyclic_add() <-- Creates a cyclic
478 cyclic_expire(cyc_cpu_t *cpu, cyc_index_t ndx, cyclic_t *cyclic) argument
518 cyclic_t *cyclic, *cyclics = cpu->cyp_cyclics; local
673 cyclic_t *cyclic; local
768 cyclic_t *cyclic; local
[all...]
H A Dcyclic_test.c36 #include <sys/cyclic.h>
263 printf("Usage: debug.cyclic.test=(1..9) or -1 for all tests\n");
271 SYSCTL_NODE(_debug, OID_AUTO, cyclic, CTLFLAG_RW, NULL, "Cyclic nodes");
273 cyclic_test, "I", "Enables a cyclic test. Use -1 for all tests.");
300 MODULE_DEPEND(cyclic_test, cyclic, 1, 1, 1);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dcyclic_impl.h33 #include <sys/cyclic.h>
41 * The design, implementation and interfaces of the cyclic subsystem are
43 * comment covers the interface from the cyclic subsystem into the cyclic
60 * cyb_configure() should configure the specified CPU for cyclic operation.
74 * cyclic calls into the backend on the specified CPU.
109 * The cyclic subsystem is guaranteed to be suspended when cyb_unconfigure()
127 * the cyclic subsystem wishes to add a cyclic to the CPU corresponding
196 * (cyclic granularit
255 typedef struct cyclic { struct
[all...]
/freebsd-9.3-release/sys/modules/dtrace/dtraceall/
H A Ddtraceall.c65 MODULE_DEPEND(dtraceall, cyclic, 1, 1, 1);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h96 #include <sys/cyclic.h>
/freebsd-9.3-release/sys/cddl/dev/profile/
H A Dprofile.c57 #include <sys/cyclic.h>
530 MODULE_DEPEND(profile, cyclic, 1, 1, 1);
/freebsd-9.3-release/sys/modules/
H A DMakefile473 _cyclic= cyclic
648 _cyclic= cyclic
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dprofile.c39 #include <sys/cyclic.h>
H A Ddtrace.c1757 * cleansing cyclic.
16934 MODULE_DEPEND(dtrace, cyclic, 1, 1, 1);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h67 #include <sys/cyclic.h>

Completed in 282 milliseconds