Home
last modified time | relevance | path

Searched full:lb (Results 1 – 25 of 126) sorted by relevance

123456

/linux/fs/ext4/
H A Dmigrate.c22 struct migrate_struct *lb) in finish_range() argument
28 if (lb->first_pblock == 0) in finish_range()
32 newext.ee_block = cpu_to_le32(lb->first_block); in finish_range()
33 newext.ee_len = cpu_to_le16(lb->last_block - lb->first_block + 1); in finish_range()
34 ext4_ext_store_pblock(&newext, lb->first_pblock); in finish_range()
37 path = ext4_find_extent(inode, lb->first_block, NULL, 0); in finish_range()
50 lb->last_block - lb->first_block + 1, path); in finish_range()
61 lb->first_pblock = 0; in finish_range()
66 ext4_fsblk_t pblock, struct migrate_struct *lb) in update_extent_range() argument
72 if (lb->first_pblock && in update_extent_range()
[all …]
/linux/sound/soc/meson/
H A Daxg-card.c108 struct snd_soc_dai_link *lb; in axg_card_add_tdm_loopback() local
118 lb = &card->dai_link[*index + 1]; in axg_card_add_tdm_loopback()
120 lb->name = devm_kasprintf(card->dev, GFP_KERNEL, "%s-lb", pad->name); in axg_card_add_tdm_loopback()
121 if (!lb->name) in axg_card_add_tdm_loopback()
128 lb->cpus = dlc; in axg_card_add_tdm_loopback()
129 lb->codecs = &snd_soc_dummy_dlc; in axg_card_add_tdm_loopback()
130 lb->num_cpus = 1; in axg_card_add_tdm_loopback()
131 lb->num_codecs = 1; in axg_card_add_tdm_loopback()
133 lb->stream_name = lb->name; in axg_card_add_tdm_loopback()
134 lb->cpus->of_node = pad->cpus->of_node; in axg_card_add_tdm_loopback()
[all …]
/linux/arch/riscv/kernel/
H A Dcopy-unaligned.S49 lb a4, 0(a1)
50 lb a5, 1(a1)
51 lb a6, 2(a1)
52 lb a7, 3(a1)
53 lb t0, 4(a1)
54 lb t1, 5(a1)
55 lb t2, 6(a1)
56 lb t3, 7(a1)
/linux/sound/usb/usx2y/
H A Dusb_stream.c24 int pack, lb = 0; in playback_prep_freqn() local
29 if (s->idle_outsize + lb + l > s->period_size) in playback_prep_freqn()
33 urb->iso_frame_desc[pack].offset = lb; in playback_prep_freqn()
35 lb += l; in playback_prep_freqn()
40 urb->transfer_buffer_length = lb; in playback_prep_freqn()
41 s->idle_outsize += lb - s->period_size; in playback_prep_freqn()
286 int p = 0, lb = 0, l = 0; in usb_stream_prepare_playback() local
299 od[p].offset = lb; in usb_stream_prepare_playback()
300 lb += l; in usb_stream_prepare_playback()
308 if (s->idle_outsize + lb + l > s->period_size) in usb_stream_prepare_playback()
[all …]
/linux/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c45 #define LB "lb " macro
1217 "1:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1222 "2:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1227 "3:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1232 "4:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1235 "1:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1240 "2:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1245 "3:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1250 "4:" LB "%1, 0(%2)\n" in mipsr2_decoder()
1290 "1:" LB "%1, 0(%2)\n" in mipsr2_decoder()
[all …]
H A Dcps-vec-ns16550.S18 # define UART_L lb
27 # define UART_L lb
55 1: lb a0, 0(s6)
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c1824 int lb; member
1829 .lb = STMMAC_LOOPBACK_MAC,
1833 .lb = STMMAC_LOOPBACK_NONE, /* Test will handle it */
1837 .lb = STMMAC_LOOPBACK_PHY,
1841 .lb = STMMAC_LOOPBACK_PHY,
1845 .lb = STMMAC_LOOPBACK_PHY,
1849 .lb = STMMAC_LOOPBACK_PHY,
1853 .lb = STMMAC_LOOPBACK_PHY,
1857 .lb = STMMAC_LOOPBACK_PHY,
1861 .lb = STMMAC_LOOPBACK_PHY,
[all …]
/linux/fs/smb/server/
H A Doplock.c60 struct lease_table *lb = opinfo->o_lease->l_lb; in lease_add_list() local
62 spin_lock(&lb->lb_lock); in lease_add_list()
63 list_add_rcu(&opinfo->lease_entry, &lb->lease_list); in lease_add_list()
64 spin_unlock(&lb->lb_lock); in lease_add_list()
69 struct lease_table *lb = opinfo->o_lease->l_lb; in lease_del_list() local
71 if (!lb) in lease_del_list()
74 spin_lock(&lb->lb_lock); in lease_del_list()
76 spin_unlock(&lb->lb_lock); in lease_del_list()
82 spin_unlock(&lb->lb_lock); in lease_del_list()
85 static void lb_add(struct lease_table *lb) in lb_add() argument
[all …]
/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py102 def get_bounds(self, lb, ub, error, alias={}, ridx: int = 0) -> list: argument
104 Get bounds and tolerance from lb, ub, and error.
105 If missing lb, use 0.0; missing ub, use float('inf); missing error, use self.tolerance.
107 @param lb: str/float, lower bound
135 lbv = get_bound_value(lb, float('inf'), ridx)
163 def check_bound(self, val, lb, ub, err): argument
164 return True if val <= ub + err and val >= lb - err else False
269 lb = rule['RangeLower']
271 if isinstance(lb, str):
272 if lb in alias:
[all …]
/linux/Documentation/devicetree/bindings/pci/
H A Dv3,v360epc-pci.yaml72 ranges = <0x01000000 0 0x00000000 0x60000000 0 0x01000000>, /* 16 MiB @ LB 60000000 */
73 … <0x02000000 0 0x40000000 0x40000000 0 0x10000000>, /* 256 MiB @ LB 40000000 1:1 */
74 … <0x42000000 0 0x50000000 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
75 …dma-ranges = <0x02000000 0 0x20000000 0x20000000 0 0x20000000>, /* EBI: 512 MB @ LB 20000000 1:1 */
76 … <0x02000000 0 0x80000000 0x80000000 0 0x40000000>; /* CM alias: 1GB @ LB 80000000 */
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c83 unsigned char lb; member
336 unsigned int v = get_uint(bs, len) + f->lb; in decode_int()
387 len = f->lb; in decode_bitstr()
393 len += (*bs->cur++) + f->lb; in decode_bitstr()
423 len = get_bits(bs, f->sz) + f->lb; in decode_numstr()
442 if (f->lb > 2) { in decode_octstr()
446 IFTHEN(f->lb == 4, in decode_octstr()
455 len = f->lb; in decode_octstr()
461 len = (*bs->cur++) + f->lb; in decode_octstr()
467 len = get_len(bs) + f->lb; in decode_octstr()
[all …]
/linux/arch/powerpc/boot/dts/fsl/
H A Dkmcoge4.dts154 ranges = <0 0 0xf 0xffa00000 0x00040000 /* LB 0 */
155 1 0 0xf 0xfb000000 0x00010000 /* LB 1 */
156 2 0 0xf 0xd0000000 0x10000000 /* LB 2 */
157 3 0 0xf 0xe0000000 0x10000000>; /* LB 3 */
/linux/drivers/atm/
H A Dnicstar.c144 static void dequeue_lg_buf(ns_dev * card, struct sk_buff *lb);
205 struct sk_buff *lb; in nicstar_remove_one() local
241 while ((lb = skb_dequeue(&card->lbpool.queue)) != NULL) in nicstar_remove_one()
242 dev_kfree_skb_any(lb); in nicstar_remove_one()
677 struct sk_buff *lb; in ns_init_card() local
678 lb = __dev_alloc_skb(NS_LGSKBSIZE, GFP_KERNEL); in ns_init_card()
679 if (lb == NULL) { in ns_init_card()
687 NS_PRV_BUFTYPE(lb) = BUF_LG; in ns_init_card()
688 skb_queue_tail(&card->lbpool.queue, lb); in ns_init_card()
689 skb_reserve(lb, NS_SMBUFSIZE); in ns_init_card()
[all …]
/linux/arch/arm/boot/dts/arm/
H A Dintegratorap.dts166 0x60000000 0 0x00010000 /* 64 KB @ LB 60000000 */
168 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
170 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
172 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
174 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
/linux/arch/mips/cavium-octeon/
H A Docteon-memcpy.S361 EXC( lb t0, N(src), l_exc); \
372 EXC( lb t0, NBYTES-2(src), l_exc)
388 * lb faults)
392 * Hence, the lb below may get an exception.
399 EXC( lb t1, 0(src), l_exc)
463 lb t0, -1(a1)
475 lb t0, (a1)
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_clash.sh26 chain lb {
33 udp dport $dport counter jump lb
39 udp dport $dport counter jump lb
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt6893-pinctrl.yaml25 - description: lb group IO
37 - const: lb
168 reg-names = "base", "rm", "bm", "lm", "lb", "rt",
/linux/drivers/gpu/drm/amd/display/dc/dpp/dcn32/
H A Ddcn32_dpp.c70 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_calc_lb_num_partitions()
83 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_calc_lb_num_partitions()
203 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_spl_calc_lb_num_partitions()
216 /* use increased LB size for calculation only if Scaler not enabled */ in dscl32_spl_calc_lb_num_partitions()
/linux/arch/mips/ath25/
H A Dar2315_regs.h347 #define AR2315_LBCONF_ENABLE 0x00400000 /* =1 Falcon respond to LB */
351 #define AR2315_LBCLK_EXT 0x00000001 /* use external clk for lb */
360 #define AR2315_LBM_RX_INTEN 0x00000002 /* Enable LB ints on RX ready */
361 #define AR2315_LBM_MBOXWR_INTEN 0x00000004 /* Enable LB ints on mbox wr */
362 #define AR2315_LBM_MBOXRD_INTEN 0x00000008 /* Enable LB ints on mbox rd */
/linux/Documentation/devicetree/bindings/iio/dac/
H A Drohm,bd79703.yaml17 …fscdn.rohm.com/en/products/databook/datasheet/ic/data_converter/dac/bd79702fv-lb_bd79703fv-lb-e.pdf
19 …cdn.rohm.com/en/products/databook/datasheet/ic/data_converter/dac/bd79700fvm-lb_bd79701fvm-lb-e.pdf
/linux/tools/memory-model/Documentation/
H A Drecipes.txt354 Load buffering (LB)
357 The LB pattern has one CPU load from one variable and then store to a
362 can be seen in the LB+poonceonces.litmus litmus test.
367 /* See LB+fencembonceonce+ctrlonceonce.litmus. */
386 illustrates LB. Here is a repeat of the comment in
536 previous CPU wrote. The LB litmus-test patterns contain only
559 the LB litmus test, a control dependency was enough to do the
/linux/arch/riscv/lib/
H A Dmemmove.S263 lb t1, 0(a1)
274 lb t1, -1(a4)
293 lb t1, 0(a1)
304 lb t1, -1(a4)
/linux/tools/memory-model/litmus-tests/
H A DREADME52 LB+fencembonceonce+ctrlonceonce.litmus
57 LB+poacquireonce+pooncerelease.litmus
62 LB+poonceonces.litmus
66 LB+unlocklockonceonce+poacquireonce.litmus
/linux/arch/x86/lib/
H A Dinsn.c128 insn_byte_t b, lb; in insn_get_prefixes() local
137 lb = 0; in insn_get_prefixes()
162 lb = b; in insn_get_prefixes()
167 if (lb && lb != insn->prefixes.bytes[3]) { in insn_get_prefixes()
172 if (prefixes->bytes[i] == lb) in insn_get_prefixes()
175 insn_set_byte(&insn->prefixes, 3, lb); in insn_get_prefixes()
/linux/drivers/staging/most/net/
H A Dnet.c40 #define LB(value) ((u8)(value)) macro
104 *buff++ = LB(mdp_len - 2); in skb_to_mamac()
114 *buff++ = LB(payload_len + 6); in skb_to_mamac()
124 *buff++ = LB(payload_len); in skb_to_mamac()
148 *buff++ = LB(mep_len - 2); in skb_to_mep()

123456