Home
last modified time | relevance | path

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

123456

/linux/drivers/ps3/
H A Dps3-vuart.c481 struct list_buffer *lb; in ps3_vuart_write() local
513 lb = kmalloc(sizeof(struct list_buffer) + bytes, GFP_KERNEL); in ps3_vuart_write()
515 if (!lb) in ps3_vuart_write()
518 memcpy(lb->data, buf, bytes); in ps3_vuart_write()
519 lb->head = lb->data; in ps3_vuart_write()
520 lb->tail = lb->data + bytes; in ps3_vuart_write()
521 lb->dbg_number = ++dbg_number; in ps3_vuart_write()
524 list_add_tail(&lb->link, &priv->tx_list.head); in ps3_vuart_write()
529 __func__, __LINE__, lb->dbg_number, bytes); in ps3_vuart_write()
549 struct list_buffer *lb; in ps3_vuart_queue_rx_bytes() local
[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/fs/afs/
H A Dvl_alias.c41 const struct afs_addr_list *la, *lb; in afs_compare_fs_alists() local
45 lb = rcu_dereference(server_b->endpoint_state)->addresses; in afs_compare_fs_alists()
47 while (a < la->nr_addrs && b < lb->nr_addrs) { in afs_compare_fs_alists()
49 unsigned long pb = (unsigned long)lb->addrs[b].peer; in afs_compare_fs_alists()
73 const struct afs_server_list *la, *lb; in afs_compare_volume_slists() local
77 lb = rcu_dereference(vol_b->servers); in afs_compare_volume_slists()
83 while (a < la->nr_servers && b < lb->nr_servers) { in afs_compare_volume_slists()
85 const struct afs_server *server_b = lb->servers[b].server; in afs_compare_volume_slists()
/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/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/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-selftest.c26 int lb; member
240 .lb = XGBE_LOOPBACK_MAC,
244 .lb = XGBE_LOOPBACK_NONE,
248 .lb = XGBE_LOOPBACK_PHY,
252 .lb = XGBE_LOOPBACK_PHY,
284 switch (xgbe_selftests[i].lb) { in xgbe_selftest_run()
317 switch (xgbe_selftests[i].lb) { in xgbe_selftest_run()
/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.c145 static void dequeue_lg_buf(ns_dev * card, struct sk_buff *lb);
206 struct sk_buff *lb; in nicstar_remove_one() local
242 while ((lb = skb_dequeue(&card->lbpool.queue)) != NULL) in nicstar_remove_one()
243 dev_kfree_skb_any(lb); in nicstar_remove_one()
678 struct sk_buff *lb; in ns_init_card() local
679 lb = __dev_alloc_skb(NS_LGSKBSIZE, GFP_KERNEL); in ns_init_card()
680 if (lb == NULL) { in ns_init_card()
688 NS_PRV_BUFTYPE(lb) = BUF_LG; in ns_init_card()
689 skb_queue_tail(&card->lbpool.queue, lb); in ns_init_card()
690 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/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/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/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/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/tools/lib/perf/include/perf/
H A Dschedstat-v15.h50 "avg task pulled per successful lb attempt (cpu idle)", "%11.2Lf",
78 "avg task pulled per successful lb attempt (cpu busy)", "%11.2Lf",
107 "avg task pulled per successful lb attempt (cpu newly idle)", "%11.2Lf",

123456