/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap3-cpu-thermal.dtsi | 34 cpu_cooling_maps: cooling-maps {
|
omap4-cpu-thermal.dtsi | 34 cpu_cooling_maps: cooling-maps {
|
sun5i-a13.dtsi | 57 cooling-maps {
|
exynos4-cpu-thermal.dtsi | 38 cooling-maps {
|
exynos5422-odroidhc1.dts | 51 cooling-maps { 105 cooling-maps { 149 cooling-maps { 193 cooling-maps { 237 cooling-maps {
|
exynos5422-odroidxu3-common.dtsi | 94 cooling-maps { 177 cooling-maps { 250 cooling-maps { 323 cooling-maps { 396 cooling-maps {
|
exynos4412-tiny4412.dts | 89 cooling-maps {
|
exynos5422-odroidxu3-lite.dts | 40 * Therefore we need to update OPPs tables and thermal maps accordingly.
|
rk3288-veyron-mickey.dts | 43 /delete-node/ cooling-maps; 83 cooling-maps { 149 /delete-node/ cooling-maps; 179 cooling-maps {
|
exynos4412-odroidu3.dts | 68 cooling-maps {
|
exynos4412-smdk4412.dts | 51 cooling-maps {
|
/src/sys/dev/marvell/ |
gtpci.c | 268 } maps[] = { local in function:gtpci_barinit 320 for (map = 0; maps[map].tag != MARVELL_TAG_UNDEFINED; map++) { 321 rv = marvell_winparams_by_tag(pdev, maps[map].tag, NULL, NULL, 326 if (maps[map].bars[sc->sc_unit] != -1) 328 maps[map].bars[sc->sc_unit], GTPCI_BARSIZE(size)); 329 bare &= ~maps[map].bare; 332 if (maps[map].func != -1) { 339 tag = gtpci_make_tag(NULL, bus, dev, maps[map].func); 340 reg = gtpci_conf_read(sc, tag, maps[map].balow); 343 gtpci_conf_write(sc, tag, maps[map].balow, reg) [all...] |
/src/sys/arch/powerpc/pic/ |
pic_distopenpic.c | 60 setup_distributed_openpic(void *addr, int nrofisus, void **isu, int *maps) 82 opicops->irq_per[i] = maps[i]/0x20; 83 irq += maps[i]/0x20; 85 maps[i]/0x20);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
nouveau_nvkm_subdev_instmem_nv50.c | 63 refcount_t maps; member in struct:nv50_instobj 250 if (refcount_dec_and_mutex_lock(&iobj->maps, &subdev->mutex)) { 274 if (refcount_inc_not_zero(&iobj->maps)) 281 if (refcount_inc_not_zero(&iobj->maps)) { 293 if (!refcount_inc_not_zero(&iobj->maps)) { 302 refcount_set(&iobj->maps, 1); 421 refcount_set(&iobj->maps, 0);
|
/src/sys/net/lagg/ |
if_laggproto.c | 120 lagg_portmap_active(struct lagg_portmaps *maps) 124 i = atomic_load_consume(&maps->maps_activepmap); 126 return &maps->maps_pmap[i]; 130 lagg_portmap_next(struct lagg_portmaps *maps) 134 i = atomic_load_consume(&maps->maps_activepmap); 137 return &maps->maps_pmap[i]; 141 lagg_portmap_switch(struct lagg_portmaps *maps) 145 i = atomic_load_consume(&maps->maps_activepmap); 149 atomic_store_release(&maps->maps_activepmap, i);
|
/src/usr.sbin/ypserv/ypinit/ |
ypinit.sh | 301 maps=$( ${YPWHICH} -d ${domain} -h ${master} -f -m 2>/dev/null | 305 if [ -z "${maps}" ]; then 307 $progname: Can't find any maps for ${domain} on ${master} 313 for map in ${maps}; do
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-ap80x.dtsi | 329 cooling-maps { }; 351 cooling-maps { 384 cooling-maps { 417 cooling-maps { 450 cooling-maps {
|
/src/usr.sbin/ypserv/ypserv/ |
ypserv_db.c | 67 LIST_HEAD(maplist, opt_map); /* LIST of maps (in a domain) */ 68 TAILQ_HEAD(mapq, opt_map); /* TAILQ of maps (LRU) */ 85 struct maplist dmaps; /* the domain's active maps */ 90 struct mapq maps; /* global queue of maps (LRU) */ variable in typeref:struct:mapq 109 TAILQ_INIT(&maps); 164 TAILQ_REMOVE(&maps, map, mapsq); /* remove from LRU tailq */ 180 * no more file descriptors free, or we want to close all maps. 187 if (TAILQ_EMPTY(&maps)) { 192 last = TAILQ_LAST(&maps, mapq) [all...] |
/src/lib/librpcsvc/ |
yp.x | 157 ypmaplist *maps;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-g12a.dtsi | 118 cooling-maps {
|
meson-g12b.dtsi | 117 cooling-maps {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/ |
rk3399-nanopc-t4.dts | 84 cooling-maps {
|
rk3399-rock960.dts | 73 cooling-maps {
|
/src/sys/dev/pci/ |
if_iavf.c | 2218 struct iavf_tx_map *maps; local in function:iavf_txr_alloc 2226 maps = kmem_zalloc(sizeof(maps[0]) * sc->sc_tx_ring_ndescs, 2228 if (maps == NULL) 2240 BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW, &maps[i].txm_map); 2275 txr->txr_maps = maps; 2285 if (maps[i].txm_map == NULL) 2287 bus_dmamap_destroy(sc->sc_dmat, maps[i].txm_map); 2292 kmem_free(maps, sizeof(maps[0]) * sc->sc_tx_ring_ndescs) 2301 struct iavf_tx_map *maps; local in function:iavf_txr_free 2335 struct iavf_rx_map *maps; local in function:iavf_rxr_alloc 2405 struct iavf_rx_map *maps; local in function:iavf_rxr_free 2755 struct iavf_rx_map *maps, *rxm; local in function:iavf_rxr_clean 3199 struct iavf_tx_map *maps, *txm; local in function:iavf_txr_clean [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/ |
exynos5433-tmu.dtsi | 54 cooling-maps { 228 cooling-maps {
|