| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 571 .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 D | zns.c | 182 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 D | memcpy-archs.S | 147 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 D | wm8750-apc8750.dts | 6 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| H A D | vt8500-bv07.dts | 5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| H A D | wm8505-ref.dts | 5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| H A D | wm8650-mid.dts | 5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| H A D | wm8850-w70v2.dts | 8 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| H A D | vt8500.dtsi | 5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz>
|
| /linux/arch/arc/include/asm/ |
| H A D | entry-arcv2.h | 168 ; 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 D | syscall.rst | 15 - Joe Stringer <joe@wand.net.nz>
|
| /linux/Documentation/userspace-api/ebpf/ |
| H A D | syscall.rst | 7 - Joe Stringer <joe@wand.net.nz>
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | i2c_.fuc | 168 bra nz #i2c_raise_scl_wait 243 bra nz #i2c_get_byte_next 368 bra nz #i2c_recv_done
|
| H A D | memx.fuc | 136 bra nz #memx_func_leave_wait 189 bra nz #memx_func_wait_vblank_0 229 bra nz #memx_func_wr32
|
| H A D | kernel.fuc | 59 bra nz #rd32_wait 81 bra nz #wr32_host 89 bra nz #wr32_wait 351 bra nz #timer_enable
|
| /linux/Documentation/hwmon/ |
| H A D | ir36021.rst | 17 - Chris Packham <chris.packham@alliedtelesis.co.nz>
|
| H A D | tc654.rst | 13 - Chris Packham <chris.packham@alliedtelesis.co.nz>
|
| H A D | bpa-rs600.rst | 14 - Chris Packham <chris.packham@alliedtelesis.co.nz>
|
| H A D | lm85.rst | 81 - Richard Barrington <rich_b_nz@clear.net.nz>,
|
| /linux/arch/arc/kernel/ |
| H A D | head.S | 112 mov.nz r0, r5
|
| H A D | entry-arcv2.S | 210 bset.nz r11, r11, AUX_IRQ_ACT_BIT_U ; NZ means U
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | gpc.fuc | 275 bra nz #tpc_strand_init_idx_loop 278 bra nz #tpc_strand_init_tpc_loop
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_arm.c | 1243 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 D | curve25519-fiat32.c | 102 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 D | flow_netlink.c | 479 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()
|