Searched refs:sub1 (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_subprogs.c | 14 __noinline int sub1(int x) in sub1() function 31 return z + 3 + sub1(4); in sub3() 39 return w + sub3(5) + sub1(6); in sub4() 47 return sub1(v) - 1; /* compensates sub1()'s + 1 */ in sub5() 76 res1 = sub1(1) + sub3(2); /* (1 + 1) + (2 + 3 + (4 + 1)) = 12 */ in prog1() 122 res4 = sub4(7) + sub1(8); /* (7 + (5 + 3 + (4 + 1)) + (6 + 1)) + (8 + 1) = 36 */ in prog4()
|
| /linux-6.15/arch/sh/kernel/cpu/sh2a/ |
| H A D | fpu.c | 130 unsigned long long sub0, sub1, sub2, sub3; in mult64() local 134 sub1 = (x & 0xffffffffLL) * (unsigned long) (y >> 32); in mult64() 139 sub3 += (sub1 << 32); in mult64() 147 high += (sub1 >> 32) + (sub2 >> 32); in mult64()
|
| /linux-6.15/lib/crypto/mpi/ |
| H A D | Makefile | 14 generic_mpih-sub1.o \
|
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_txrx.c | 1151 fbnic_clean_bdq(nv, budget, &qt->sub1, head1); in fbnic_clean_rcq() 1152 fbnic_fill_bdq(nv, &qt->sub1); in fbnic_clean_rcq() 1285 fbnic_remove_rx_ring(fbn, &nv->qt[i].sub1); in fbnic_free_napi_vector() 1681 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_free_qt_resources() 1716 err = fbnic_alloc_rx_ring_resources(fbn, &qt->sub1); in fbnic_alloc_rx_qt_resources() 1727 fbnic_free_ring_resources(dev, &qt->sub1); in fbnic_alloc_rx_qt_resources() 1926 fbnic_disable_bdq(&qt->sub0, &qt->sub1); in fbnic_disable() 2053 fbnic_clean_bdq(nv, 0, &qt->sub1, qt->sub1.tail); in fbnic_flush() 2080 fbnic_fill_bdq(nv, &qt->sub1); in fbnic_fill() 2290 fbnic_enable_bdq(&qt->sub0, &qt->sub1); in fbnic_enable() [all …]
|
| H A D | fbnic_txrx.h | 128 struct fbnic_ring sub0, sub1, cmpl; member
|
| H A D | fbnic_ethtool.c | 102 fbnic_aggregate_ring_tx_counters(fbn, &nv->qt[i].sub1); in fbnic_aggregate_vector_counters() 108 fbnic_aggregate_ring_rx_counters(fbn, &nv->qt[i].sub1); in fbnic_aggregate_vector_counters()
|
| /linux-6.15/Documentation/devicetree/bindings/net/wireless/ |
| H A D | marvell,sd8787.yaml | 47 marvell,caldata-txpwrlimit-5g-sub1:
|
| /linux-6.15/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron-jerry.dts | 121 marvell,caldata-txpwrlimit-5g-sub1 = /bits/ 8 <
|