Home
last modified time | relevance | path

Searched refs:lbits (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/
Dassembler.h155 .macro regs_to_64, rd, lbits, hbits
157 .macro regs_to_64, rd, hbits, lbits
159 orr \rd, \lbits, \hbits, lsl #32
/linux-4.1.27/lib/
Dinflate.c309 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable
976 bl = lbits; in inflate_dynamic()
/linux-4.1.27/include/uapi/linux/
Dxfrm.h355 __u8 lbits; member
/linux-4.1.27/net/xfrm/
Dxfrm_user.c1004 spt4.lbits = net->xfrm.policy_hthresh.lbits4; in build_spdinfo()
1006 spt6.lbits = net->xfrm.policy_hthresh.lbits6; in build_spdinfo()
1040 if (thresh4->lbits > 32 || thresh4->rbits > 32) in xfrm_set_spdinfo()
1049 if (thresh6->lbits > 128 || thresh6->rbits > 128) in xfrm_set_spdinfo()
1056 net->xfrm.policy_hthresh.lbits4 = thresh4->lbits; in xfrm_set_spdinfo()
1060 net->xfrm.policy_hthresh.lbits6 = thresh6->lbits; in xfrm_set_spdinfo()