Searched refs:gsc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/geom/sched/ |
| D | g_sched.c | 374 struct g_sched_class *gsc; in g_sched_get_class() local 382 LIST_FOREACH(gsc, bucket, gsc_clist) { in g_sched_get_class() 383 if (key == gsc->gsc_key) { in g_sched_get_class() 384 gsc->gsc_refs++; in g_sched_get_class() 385 return (gsc->gsc_priv); in g_sched_get_class() 390 gsc = malloc(sizeof(*gsc) + gsp->gs_priv_size, in g_sched_get_class() 392 if (!gsc) in g_sched_get_class() 395 if (gsp->gs_init_class(sc->sc_data, gsc->gsc_priv)) { in g_sched_get_class() 396 free(gsc, M_GEOM_SCHED); in g_sched_get_class() 400 gsc->gsc_refs = 2; /* 1 for the hash table, 1 for the caller. */ in g_sched_get_class() [all …]
|
| D | gs_scheduler.h | 167 struct g_sched_class *gsc; in g_sched_priv_ref() local 169 gsc = g_sched_priv2class(priv); in g_sched_priv_ref() 170 gsc->gsc_refs++; in g_sched_priv_ref()
|
| /freebsd-12-stable/sbin/pfctl/ |
| D | pfctl_altq.c | 1071 gsc_add_sc(struct gen_sc *gsc, struct service_curve *sc) argument 1076 gsc_add_seg(gsc, 0.0, 0.0, (double)sc->d, (double)sc->m1); 1077 gsc_add_seg(gsc, (double)sc->d, 0.0, INFINITY, (double)sc->m2); 1086 is_gsc_under_sc(struct gen_sc *gsc, struct service_curve *sc) argument 1092 if (LIST_EMPTY(gsc)) 1094 LIST_FOREACH(s, gsc, _next) { 1104 end = gsc_getentry(gsc, INFINITY); 1108 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) { 1131 gsc_getentry(struct gen_sc *gsc, double x) argument 1136 LIST_FOREACH(s, gsc, _next) { [all …]
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | exynos5250.dtsi | 734 gsc_0: gsc@13e00000 { 735 compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc"; 744 gsc_1: gsc@13e10000 { 745 compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc"; 754 gsc_2: gsc@13e20000 { 755 compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc"; 764 gsc_3: gsc@13e30000 { 765 compatible = "samsung,exynos5250-gsc", "samsung,exynos5-gsc";
|
| D | exynos5420.dtsi | 728 compatible = "samsung,exynos5420-gsc", "samsung,exynos5-gsc"; 738 compatible = "samsung,exynos5420-gsc", "samsung,exynos5-gsc";
|
| /freebsd-12-stable/sys/gnu/dts/arm64/exynos/ |
| D | exynos5433.dtsi | 1033 compatible = "samsung,exynos5433-gsc"; 1048 compatible = "samsung,exynos5433-gsc"; 1063 compatible = "samsung,exynos5433-gsc";
|
| /freebsd-12-stable/ |
| D | ObsoleteFiles.inc | 11466 OLD_FILES+=usr/libdata/perl/5.00503/mach/machine/gsc.ph 12969 OLD_FILES+=usr/include/machine/gsc.h
|