Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 77) sorted by relevance

1234

/linux/lib/
A Dpercpu_test.c28 unsigned long ul = 0; in percpu_test_init() local
42 ul = 0; in percpu_test_init()
45 ul += 1UL; in percpu_test_init()
49 ul += -1UL; in percpu_test_init()
57 ul = 0; in percpu_test_init()
60 ul -= 1; in percpu_test_init()
100 ul = 0; in percpu_test_init()
103 ul += ui_one; in percpu_test_init()
107 ul = 0; in percpu_test_init()
110 ul -= ui_one; in percpu_test_init()
[all …]
/linux/include/asm-generic/bitops/
A D__fls.h18 if (!(word & (~0ul << 32))) { in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/linux/tools/include/asm-generic/bitops/
A D__fls.h18 if (!(word & (~0ul << 32))) { in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
39 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/linux/scripts/coccinelle/misc/
A Ddo_div.cocci68 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
76 * do_div(f, ul);
87 unsigned long ul : script:python() { filter_out_safe_constants(ul) };
94 do_div@p(f, ul);
103 ul << r.ul;
131 ul << r.ul;
/linux/net/sched/
A Dact_csum.c259 u16 ul; in tcf_csum_ipv4_udp() local
276 ul = ntohs(udph->len); in tcf_csum_ipv4_udp()
283 if (ul == 0) in tcf_csum_ipv4_udp()
285 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv4_udp()
290 if (ul != ipl - ihl) in tcf_csum_ipv4_udp()
297 ul, iph->protocol, in tcf_csum_ipv4_udp()
315 u16 ul; in tcf_csum_ipv6_udp() local
332 ul = ntohs(udph->len); in tcf_csum_ipv6_udp()
337 if (ul == 0) in tcf_csum_ipv6_udp()
340 else if ((ul >= sizeof(*udph)) && (ul <= ipl - ihl)) in tcf_csum_ipv6_udp()
[all …]
/linux/tools/testing/selftests/net/forwarding/
A Dmirror_gre_bound.sh115 ip link add name ul type dummy
116 ip link set dev ul master v$swp3
117 ip link set dev ul up
125 ttl 100 tos inherit dev ul
130 ttl 100 tos inherit dev ul allow-localremote
144 ip link del dev ul
/linux/drivers/hid/amd-sfh-hid/
A Damd_sfh_pcie.c54 cmd_base.ul = 0; in amd_start_sensor_v2()
64 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor_v2()
71 cmd_base.ul = 0; in amd_stop_sensor_v2()
78 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor_v2()
89 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensor_v2()
109 writel(cmd_param.ul, privdata->mmio + AMD_C2P_MSG1); in amd_start_sensor()
110 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_start_sensor()
124 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_sensor()
137 writel(cmd_base.ul, privdata->mmio + AMD_C2P_MSG0); in amd_stop_all_sensors()
A Damd_sfh_pcie.h44 u32 ul; member
75 u32 ul; member
/linux/arch/mips/include/asm/
A Dbitops.h342 if (!(word & (~0ul << 32))) { in __fls()
347 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
351 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
355 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
359 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
363 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/linux/arch/alpha/lib/
A Dchecksum.c24 unsigned long ul; in from64to16() member
29 in_v.ul = x; in from64to16()
30 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
34 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
A Dcsum_partial_copy.c61 unsigned long ul; in from64to16() member
66 in_v.ul = x; in from64to16()
67 tmp_v.ul = (unsigned long) in_v.ui[0] + (unsigned long) in_v.ui[1]; in from64to16()
71 out_v.ul = (unsigned long) tmp_v.us[0] + (unsigned long) tmp_v.us[1] in from64to16()
/linux/drivers/irqchip/
A Dirq-tegra.c151 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_suspend()
154 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_suspend()
175 writel_relaxed(~0ul, ictlr + ICTLR_CPU_IER_CLR); in tegra_ictlr_resume()
180 writel_relaxed(~0ul, ictlr + ICTLR_COP_IER_CLR); in tegra_ictlr_resume()
A Dirq-gic-v3-its-pci-msi.c82 info->scratchpad[0].ul = pci_msi_domain_get_msi_rid(domain, pdev); in its_pci_msi_prepare()
92 if (!info->scratchpad[0].ul) in its_pci_msi_prepare()
/linux/drivers/md/
A Ddm-io-tracker.h31 iot->in_flight = 0ul; in dm_iot_init()
32 iot->idle_time = 0ul; in dm_iot_init()
/linux/arch/mips/kvm/
A Dmmu.c176 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pmd()
204 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pud()
233 unsigned long end = ~0ul; in kvm_mips_flush_gpa_pgd()
308 unsigned long cur_end = ~0ul; \
331 unsigned long cur_end = ~0ul; \
355 unsigned long cur_end = ~0ul; \
/linux/drivers/i2c/busses/
A Di2c-amd-mp2.h79 u32 ul; member
125 u32 ul; member
A Di2c-amd-mp2-pci.c52 writel(i2c_cmd_base.ul, reg); in amd_mp2_cmd()
64 i2c_cmd_base.ul = 0; in amd_mp2_bus_enable_set()
222 i2c_common->eventval.ul = val; in amd_mp2_irq_isr()
/linux/include/asm-generic/
A Dmsi.h29 unsigned long ul; member
/linux/Documentation/sphinx-static/
A Dtheme_overrides.css120 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
/linux/arch/sh/include/mach-common/mach/
A Dmicrodev.h24 #define MICRODEV_FPGA_INTENB_REG (MICRODEV_FPGA_INTC_BASE+0ul) /* Interrupt Enable Register on INT…
/linux/mm/damon/
A Dcore-test.h129 KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); in damon_test_split_at()
155 KUNIT_EXPECT_EQ(test, r->ar.start, 0ul); in damon_test_merge_two()
/linux/drivers/clk/zynqmp/
A Dpll.c150 return 0ul; in zynqmp_pll_recalc_rate()
155 return 0ul; in zynqmp_pll_recalc_rate()
/linux/arch/arm/mm/
A Dmm.h84 #define arm_dma_pfn_limit (~0ul >> PAGE_SHIFT)
/linux/include/net/
A Dipv6.h639 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_any() local
641 return (ul[0] | ul[1]) == 0UL; in ipv6_addr_any()
651 const unsigned long *ul = (const unsigned long *)a; in ipv6_addr_hash() local
652 unsigned long x = ul[0] ^ ul[1]; in ipv6_addr_hash()
/linux/include/linux/
A Ddcache.h35 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8))
38 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8))

Completed in 49 milliseconds

1234