Searched refs:LH (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/net/ipv4/
H A Dinetpeer.c284 } else if (rh > lh + 1) { /* r: LH+2 */ peer_avl_rebalance()
290 if (rlh <= node_height(rr)) { /* rr: LH+1 */ peer_avl_rebalance()
291 RCU_INIT_POINTER(node->avl_right, rl); /* rl: LH or LH+1 */ peer_avl_rebalance()
292 RCU_INIT_POINTER(node->avl_left, l); /* l: LH */ peer_avl_rebalance()
293 node->avl_height = rlh + 1; /* LH+1 or LH+2 */ peer_avl_rebalance()
294 RCU_INIT_POINTER(r->avl_right, rr); /* rr: LH+1 */ peer_avl_rebalance()
295 RCU_INIT_POINTER(r->avl_left, node); /* node: LH+1 or LH+2 */ peer_avl_rebalance()
299 rlr = rcu_deref_locked(rl->avl_right, base);/* rlr: LH or LH-1 */ peer_avl_rebalance()
300 rll = rcu_deref_locked(rl->avl_left, base);/* rll: LH or LH-1 */ peer_avl_rebalance()
301 RCU_INIT_POINTER(node->avl_right, rll); /* rll: LH or LH-1 */ peer_avl_rebalance()
302 RCU_INIT_POINTER(node->avl_left, l); /* l: LH */ peer_avl_rebalance()
303 node->avl_height = lh + 1; /* node: LH+1 */ peer_avl_rebalance()
304 RCU_INIT_POINTER(r->avl_right, rr); /* rr: LH */ peer_avl_rebalance()
305 RCU_INIT_POINTER(r->avl_left, rlr); /* rlr: LH or LH-1 */ peer_avl_rebalance()
306 r->avl_height = lh + 1; /* r: LH+1 */ peer_avl_rebalance()
307 RCU_INIT_POINTER(rl->avl_right, r); /* r: LH+1 */ peer_avl_rebalance()
308 RCU_INIT_POINTER(rl->avl_left, node); /* node: LH+1 */ peer_avl_rebalance()
/linux-4.4.14/sound/usb/usx2y/
H A Dusbus428ctldefs.h78 LH, member in struct:usX2Y_volume
/linux-4.4.14/net/ceph/crush/
H A Dmapper.c250 __u64 RH, LH, LL, xl64, result; crush_ln() local
264 /* LH ~ 2^48 * log2(index1/256) */ crush_ln()
265 LH = __RH_LH_tbl[index1 + 1 - 256]; crush_ln()
279 LH = LH + LL; crush_ln()
281 LH >>= (48 - 12 - 32); crush_ln()
282 result += LH; crush_ln()
/linux-4.4.14/arch/sh/include/cpu-sh4/cpu/
H A Dsh7785.h17 * MODE11: PCI - Pin Mode (LL: PCI host, LH: PCI slave)
/linux-4.4.14/drivers/staging/speakup/
H A Dselection.c40 /* does screen address p correspond to character at LH/RH edge of screen? */ atedge()
/linux-4.4.14/drivers/tty/vt/
H A Dselection.c116 /* does screen address p correspond to character at LH/RH edge of screen? */ atedge()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dael1002.c48 AEL2020_GPIO_INTR = 0xc103, /* Latch High (LH) */
696 * (LH) register which is cleared to the current state when it's read. ael2020_intr_clear()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2820 #define IGP01E1000_PSSR_AUTONEG_FAILED 0x0001 /* RO LH SC */
2846 #define IGP01E1000_PLHR_GIG_REM_RCVR_NOK 0x0800 /* LH */
2847 #define IGP01E1000_PLHR_IDLE_ERROR_CNT_OFLOW 0x0400 /* LH */
2848 #define IGP01E1000_PLHR_DATA_ERR_1 0x0200 /* LH */
/linux-4.4.14/drivers/video/fbdev/
H A Dpm2fb.c418 case 16: /* HL->LH */ set_aperture()

Completed in 386 milliseconds