/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp32.c | 516 static u64 jit_mod64(u64 a, u64 b) in jit_mod64() argument 520 div64_u64_rem(a, b, &rem); in jit_mod64() 791 static s64 jit_xchg64(s64 a, atomic64_t *v) in jit_xchg64() argument 793 return atomic64_xchg(v, a); in jit_xchg64()
|
/openbmc/linux/kernel/sched/ |
H A D | deadline.c | 595 static inline bool __pushable_less(struct rb_node *a, const struct rb_node *b) in __pushable_less() argument 597 return dl_entity_preempt(&__node_2_pdl(a)->dl, &__node_2_pdl(b)->dl); in __pushable_less() 1518 static inline bool __dl_less(struct rb_node *a, const struct rb_node *b) in __dl_less() argument 1520 return dl_time_before(__node_2_dle(a)->deadline, __node_2_dle(b)->deadline); in __dl_less()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-cargo-rustix-0.38.28-fix.patch | 12 --- a/vendor/rustix-0.38.28/src/backend/libc/termios/syscalls.rs 34 --- a/vendor/rustix-0.38.28/.cargo-checksum.json 40 --- a/vendor/rustix-0.38.28/src/fs/ioctl.rs 60 --- a/vendor/rustix-0.38.28/src/backend/libc/c.rs
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 6 have a question about a particular subset and also to provide a set of names 7 to be CC'd when submitting a patch to obtain appropriate review. 9 In general, if you have a question about inclusion of a patch, you should 15 Maintainers are looking after a certain area and must be CCed on 29 Odd Fixes: It has a maintainer but they don't have time to do 34 it has been replaced by a better system and you 48 K: Keyword perl extended regex pattern to match content in a 78 F: docs/devel/submitting-a-patch.rst 79 F: docs/devel/submitting-a-pull-request.rst 207 F: hw/cpu/a*mpcore.c [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 995 u32 a; in next_command() local 1009 a = FIFO_EMPTY; in next_command() 1016 return a; in next_command() 1462 (a)[7] == (b)[7] && \ 1463 (a)[6] == (b)[6] && \ 1464 (a)[5] == (b)[5] && \ 1465 (a)[4] == (b)[4] && \ 1466 (a)[3] == (b)[3] && \ 1467 (a)[2] == (b)[2] && \ 1468 (a)[1] == (b)[1] && \ [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | smb2ops.c | 540 iface_cmp(struct cifs_server_iface *a, struct cifs_server_iface *b) in iface_cmp() argument 544 WARN_ON(!a || !b); in iface_cmp() 545 if (a->rdma_capable == b->rdma_capable) { in iface_cmp() 546 if (a->rss_capable == b->rss_capable) { in iface_cmp() 547 if (a->speed == b->speed) { in iface_cmp() 548 cmp_ret = cifs_ipaddr_cmp((struct sockaddr *) &a->sockaddr, in iface_cmp() 556 } else if (a->speed > b->speed) in iface_cmp() 560 } else if (a->rss_capable > b->rss_capable) in iface_cmp() 564 } else if (a->rdma_capable > b->rdma_capable) in iface_cmp()
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 4431 u32 a = le32_to_cpu(le->addr); in sky2_debug_show() local 4439 seq_printf(seq, " %#x:", a); in sky2_debug_show() 4442 seq_printf(seq, " mtu=%d", a); in sky2_debug_show() 4448 seq_printf(seq, " csum=%#x", a); in sky2_debug_show() 4451 seq_printf(seq, " tso=%#x(%d)", a, le16_to_cpu(le->length)); in sky2_debug_show() 4454 seq_printf(seq, " %#x(%d)", a, le16_to_cpu(le->length)); in sky2_debug_show() 4457 seq_printf(seq, " frag=%#x(%d)", a, le16_to_cpu(le->length)); in sky2_debug_show() 4461 a, le16_to_cpu(le->length)); in sky2_debug_show()
|
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 3867 } a; in arcmsr_set_iop_datetime() member 3875 datetime.a.signature = 0x55AA; in arcmsr_set_iop_datetime() 3876 datetime.a.year = tm.tm_year - 100; /* base 2000 instead of 1900 */ in arcmsr_set_iop_datetime() 3877 datetime.a.month = tm.tm_mon; in arcmsr_set_iop_datetime() 3878 datetime.a.date = tm.tm_mday; in arcmsr_set_iop_datetime() 3879 datetime.a.hour = tm.tm_hour; in arcmsr_set_iop_datetime() 3880 datetime.a.minute = tm.tm_min; in arcmsr_set_iop_datetime() 3881 datetime.a.second = tm.tm_sec; in arcmsr_set_iop_datetime()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cm.c | 590 static int be32_lt(__be32 a, __be32 b) in be32_lt() argument 592 return (__force u32) a < (__force u32) b; in be32_lt() 595 static int be32_gt(__be32 a, __be32 b) in be32_gt() argument 597 return (__force u32) a > (__force u32) b; in be32_gt() 600 static int be64_lt(__be64 a, __be64 b) in be64_lt() argument 602 return (__force u64) a < (__force u64) b; in be64_lt() 605 static int be64_gt(__be64 a, __be64 b) in be64_gt() argument 607 return (__force u64) a > (__force u64) b; in be64_gt()
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | hdspm.c | 4750 int a, ltc, frames, seconds, minutes, hours; in snd_hdspm_proc_read_tco() local 4763 a = hdspm_read(hdspm, HDSPM_RD_TCO+4); in snd_hdspm_proc_read_tco() 4764 if (a & HDSPM_TCO1_LTC_Input_valid) { in snd_hdspm_proc_read_tco() 4766 switch (a & (HDSPM_TCO1_LTC_Format_LSB | in snd_hdspm_proc_read_tco() 4781 if (a & HDSPM_TCO1_set_drop_frame_flag) { in snd_hdspm_proc_read_tco() 4789 if (a & HDSPM_TCO1_Video_Input_Format_NTSC) { in snd_hdspm_proc_read_tco() 4791 } else if (a & HDSPM_TCO1_Video_Input_Format_PAL) { in snd_hdspm_proc_read_tco() 4796 if (a & HDSPM_TCO1_TCO_lock) { in snd_hdspm_proc_read_tco()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 2076 static void merge_lpi_ranges(struct lpi_range *a, struct lpi_range *b) in merge_lpi_ranges() argument 2078 if (&a->entry == &lpi_range_list || &b->entry == &lpi_range_list) in merge_lpi_ranges() 2080 if (a->base_id + a->span != b->base_id) in merge_lpi_ranges() 2082 b->base_id = a->base_id; in merge_lpi_ranges() 2083 b->span += a->span; in merge_lpi_ranges() 2084 list_del(&a->entry); in merge_lpi_ranges() 2085 kfree(a); in merge_lpi_ranges()
|
/openbmc/linux/arch/arc/boot/dts/ |
H A D | abilis_tb101.dtsi | 37 pctl_gpio_a: pctl-gpio-a { /* GPIO bank A */
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
H A D | i2c_.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | yosemite.dts | 312 * later cannot be changed. Chip supports a second
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_operr.S | 285 | to d0 for write out. If not, it is a real operr, and set d0.
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | p1023si-post.dtsi | 257 rtic_a: rtic-a@0 {
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | trampoline_64.S | 411 1: b,a,pt %xcc, 1b
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | kirkwood.dtsi | 35 /* If a board file needs to change this ranges it must replace it completely */
|
H A D | rk3288-firefly.dtsi | 206 act8846: act8846@5a {
|
/openbmc/u-boot/drivers/i2c/ |
H A D | kona_i2c.c | 90 #error I2C_TIMEOUT must be a multiple of WAIT_INT_CHK
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | AMDPLPA | 20 … or waived, and no breach of this license can be excused, unless done so in a writing signed by al…
|
/openbmc/openbmc-test-automation/xcat/ |
H A D | test_xcat_group.robot | 218 # Make a list of BMC nodes.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-srggb10-ipu3.rst | 25 Below is an example of a small image in V4L2_PIX_FMT_IPU3_SBGGR10 format.
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-vmbus | 161 buffer transitioning from full to not full while a packet is
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.build | 103 lib-target := $(obj)/lib.a
|