Home
last modified time | relevance | path

Searched refs:nz (Results 1 – 25 of 28) sorted by relevance

12

/linux/rust/zerocopy-derive/
H A Drepr.rs571 .and_then(|nz| { in from_meta()
572 if nz.get().is_power_of_two() { in from_meta()
573 Ok(nz) in from_meta()
744 let nz = |n: u32| NonZeroU32::new(n).unwrap(); in test() localVariable
748 … test!(#[repr(packed)] => StructUnionRepr::Compound(Rust.into(), Some(Packed(nz(1)).into()))); in test()
749 … test!(#[repr(packed(2))] => StructUnionRepr::Compound(Rust.into(), Some(Packed(nz(2)).into()))); in test()
750 … test!(#[repr(align(1))] => StructUnionRepr::Compound(Rust.into(), Some(Align(nz(1)).into()))); in test()
751 … test!(#[repr(align(2))] => StructUnionRepr::Compound(Rust.into(), Some(Align(nz(2)).into()))); in test()
753 … test!(#[repr(C, packed)] => StructUnionRepr::Compound(C.into(), Some(Packed(nz(1)).into()))); in test()
754 … test!(#[repr(C, packed(2))] => StructUnionRepr::Compound(C.into(), Some(Packed(nz(2)).into()))); in test()
[all …]
/linux/drivers/nvme/host/
H A Dzns.c182 unsigned int max_in_buf, nz, i; in nvme_ns_report_zones() local
214 nz = min3((unsigned int)le64_to_cpu(report->nr_zones), in nvme_ns_report_zones()
216 if (!nz) in nvme_ns_report_zones()
219 for (i = 0; i < nz && zone_idx < nr_zones; i++) { in nvme_ns_report_zones()
227 sector += ns->head->zsze * nz; in nvme_ns_report_zones()
/linux/arch/arc/lib/
H A Dmemcpy-archs.S147 asl.nz r5, r5, 16
167 lsr.nz r5, r5, 16
207 lsr.nz r5, r5, 24
/linux/arch/arm/boot/dts/vt8500/
H A Dwm8750-apc8750.dts6 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dvt8500-bv07.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8505-ref.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8650-mid.dts5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dwm8850-w70v2.dts8 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
H A Dvt8500.dtsi5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
/linux/arch/arc/include/asm/
H A Dentry-arcv2.h168 ; ISA requires ADD.nz to have same dest and src reg operands
169 mov.nz r10, sp
170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP
/linux/Documentation/translations/zh_CN/userspace-api/ebpf/
H A Dsyscall.rst15 - Joe Stringer <joe@wand.net.nz>
/linux/Documentation/userspace-api/ebpf/
H A Dsyscall.rst7 - Joe Stringer <joe@wand.net.nz>
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc168 bra nz #i2c_raise_scl_wait
243 bra nz #i2c_get_byte_next
368 bra nz #i2c_recv_done
H A Dmemx.fuc136 bra nz #memx_func_leave_wait
189 bra nz #memx_func_wait_vblank_0
229 bra nz #memx_func_wr32
H A Dkernel.fuc59 bra nz #rd32_wait
81 bra nz #wr32_host
89 bra nz #wr32_wait
351 bra nz #timer_enable
/linux/Documentation/hwmon/
H A Dir36021.rst17 - Chris Packham <chris.packham@alliedtelesis.co.nz>
H A Dtc654.rst13 - Chris Packham <chris.packham@alliedtelesis.co.nz>
H A Dbpa-rs600.rst14 - Chris Packham <chris.packham@alliedtelesis.co.nz>
H A Dlm85.rst81 - Richard Barrington <rich_b_nz@clear.net.nz>,
/linux/arch/arc/kernel/
H A Dhead.S112 mov.nz r0, r5
H A Dentry-arcv2.S210 bset.nz r11, r11, AUX_IRQ_ACT_BIT_U ; NZ means U
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dgpc.fuc275 bra nz #tpc_strand_init_idx_loop
278 bra nz #tpc_strand_init_tpc_loop
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_arm.c1243 static const char *nz = "<-- preventing suspend"; in vchiq_dump_service_use_state() local
1298 service_data[i].use_count ? nz : ""); in vchiq_dump_service_use_state()
/linux/lib/crypto/
H A Dcurve25519-fiat32.c102 static __always_inline u32 cmovznz32(u32 t, u32 z, u32 nz) in cmovznz32() argument
105 return (t&nz) | ((~t)&z); in cmovznz32()
/linux/net/openvswitch/
H A Dflow_netlink.c479 u64 *attrsp, bool log, bool nz) in __parse_flow_nlattrs() argument
515 if (!nz || !is_all_zero(nla_data(nla), nla_len(nla))) { in __parse_flow_nlattrs()

12