Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 51) sorted by relevance

123

/f-stack/freebsd/contrib/ck/src/
H A Dck_barrier_combining.c41 struct ck_barrier_combining_group *front = NULL; in ck_barrier_combining_queue_dequeue() local
44 front = queue->head; in ck_barrier_combining_queue_dequeue()
48 return front; in ck_barrier_combining_queue_dequeue()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_qfq.c230 unsigned int front; /* Index of the front slot. */ member
441 unsigned int i = (grp->front + slot) % QFQ_MAX_SLOTS; in qfq_slot_insert()
454 struct qfq_class **h = &grp->slots[grp->front]; in qfq_front_slot_remove()
477 grp->front = (grp->front + i) % QFQ_MAX_SLOTS; in qfq_slot_scan()
481 return grp->slots[grp->front]; in qfq_slot_scan()
500 grp->front = (grp->front - i) % QFQ_MAX_SLOTS; in qfq_slot_rotate()
566 cl = grp->slots[grp->front]; in qfq_dequeue()
722 i = (grp->front + offset) % QFQ_MAX_SLOTS;
777 } else if (!grp->slots[grp->front]) {
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-inspur-fp5280g2.dts162 front-memory {
163 label = "front-memory";
167 front-syshot {
168 label = "front-syshot";
172 front-syshealth {
173 label = "front-syshealth";
177 front-fan {
178 label = "front-fan";
182 front-psu {
183 label = "front-psu";
H A Darmada-385-clearfog-gtr.dtsi25 front panel and PSE controller
44 41 - CON1 front panel connector
45 42 - Front LED1, or front panel CON1
48 45 - TPM PIRQ signal, or front panel CON1
54 52 - Front LED2, or front panel
131 i2c@11000 { /* ROM, temp sensor and front panel */
187 cf_gtr_front_button_pins: cf-gtr-front-button-pins {
H A Dorion5x-lacie-d2-network.dts191 * MPP6: Red front LED
192 * MPP16: Blue front LED blink control
222 * GPIO 23: Blue front LED off
H A Dimx6qdl-cubox-i.dtsi63 front {
65 label = "imx6:red:front";
178 pinctrl_cubox_i_pwm1: cubox-i-pwm1-front-led {
H A Daspeed-bmc-opp-witherspoon.dts140 front-fault {
146 front-power {
152 front-id {
H A Daspeed-bmc-opp-swift.dts175 front-fault {
181 front-power {
187 front-id {
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dcznic,turris-omnia-leds.yaml13 This module adds support for the RGB LEDs found on the front panel of the
47 This property identifies one of the LEDs on the front panel of the
/f-stack/freebsd/contrib/device-tree/Bindings/iio/light/
H A Dsharp,gp2ap002.yaml48 of a "far away" object in front of the sensor.
55 of a "close" object in front of the sensor.
/f-stack/app/micro_thread/
H A Dmt_notify.h263 ptr = _ptr_list.front(); in ~CPtrPool()
272 ptr = _ptr_list.front(); in AllocPtr()
H A Dmicro_thread.cpp421 thread = _freelist.front(); in DestroyPool()
438 thread = _freelist.front(); in AllocThread()
487 thread = _freelist.front(); in FreeThread()
607 thread = _runlist.front(); in Destroy()
722 thread = mtframe->_runlist.front(); in ThreadSchdule()
845 ASSERT(thread == _runlist.front()); in RemoveRunable()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c283 zfs_locked_range_t *front = zfs_rangelock_proxify(tree, lr); in zfs_rangelock_split() local
284 front->lr_length = off - lr->lr_offset; in zfs_rangelock_split()
286 avl_insert_here(tree, rear, front, AVL_AFTER); in zfs_rangelock_split()
287 return (front); in zfs_rangelock_split()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Ddmm.txt3 The dynamic memory manager (DMM) is a module located immediately in front of the
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Drenesas,rza1-irqc.txt3 The RZ/A1 Interrupt Controller is a front-end for the GIC found on Renesas
H A Drenesas,rza1-irqc.yaml14 The RZ/A1 Interrupt Controller is a front-end for the GIC found on Renesas RZ/A1 and
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dmax2175.txt5 RF to Bits® front-end designed for software-defined radio solutions.
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dmicrochip,mcp3911.yaml8 title: Microchip MCP3911 Dual channel analog front end (ADC)
H A Dadi,ad7192.yaml68 source impedances on the front end without contributing gain errors to
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-timing.yaml73 description: Horizontal front porch panel timing
112 description: Vertical front porch panel timing
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dvideo-interfaces.txt100 observed from the front is:
153 pixel array, seen from the front of the camera sensor, as follows:
449 0 - Front. The device is mounted on the front facing side of the system.
450 For mobile devices such as smartphones, tablets and laptops the front side is
453 defined as the opposite side of the front facing one.
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dmvebu-uart.txt10 UART (128 bytes FIFO, DMA, front interrupts, 8-bit or 32-bit
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dvirtio.rst76 Finally the front-end virtio crypto PMD driver can be installed.
/f-stack/freebsd/mips/conf/
H A DTP-MR3020.hints46 # However, it boots from 0x9f050000, which is the front of the flsah!
H A DTP-MR3040.hints44 # However, it boots from 0x9f050000, which is the front of the flsah!

123