Home
last modified time | relevance | path

Searched refs:rr (Results 1 – 25 of 106) sorted by path

12345

/linux/Documentation/RCU/
H A DRTFP.txt2016 \url{https://lore.kernel.org/r/Pine.LNX.4.58.0801291113350.20371@gandalf.stny.rr.com}
/linux/Documentation/admin-guide/
H A Dpnp.rst5 :Author: Adam Belay <ambx1@neo.rr.com>
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
33 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
36 and rrrr or rr revision number.
/linux/Documentation/networking/
H A Daf_xdp.rst299 static unsigned int rr;
303 rr = (rr + 1) & (MAX_SOCKS - 1);
305 return bpf_redirect_map(&xsks_map, rr, XDP_DROP);
H A Dbonding.rst604 balance-rr (round robin). Possible values are:
606 balance-rr or 0
784 has effect only in balance-rr mode.
1043 This option is useful for bonding modes balance-rr (0), active-backup
1464 options bond0 -o bond0 mode=balance-rr miimon=100
1470 named "bond0" and creates the bond0 device in balance-rr mode with an
1916 The balance-rr, balance-xor and broadcast modes generally
2217 For the balance-rr, balance-xor, broadcast, and 802.3ad modes,
2420 balance-rr:
2447 through the switch to a balance-rr bond will not utilize greater
[all …]
H A Dip-sysctl.rst665 if paths are using per packet load balancing (like bonding rr mode)
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2.rst102 :revision: 4.10 / 2016-07-15 (*rr*)
107 :revision: 4.5 / 2015-10-29 (*rr*)
151 :revision: 3.14 / 2013-11-25 (*rr*)
/linux/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h48 u_int rr, v, p; in acornfb_vidc20_find_pll() local
51 rr = 41667 * r; in acornfb_vidc20_find_pll()
53 v = (rr + pixclk / 2) / pixclk; in acornfb_vidc20_find_pll()
58 p = (rr + v / 2) / v; in acornfb_vidc20_find_pll()
/linux/arch/mips/include/uapi/asm/
H A Dinst.h1165 struct m16e_rr rr; member
/linux/arch/mips/kernel/
H A Dbranch.c374 if (inst.rr.func == MIPS16e_jr_func) { in __MIPS16e_compute_return_epc()
376 if (inst.rr.ra) in __MIPS16e_compute_return_epc()
380 regs->regs[reg16to32[inst.rr.rx]]; in __MIPS16e_compute_return_epc()
382 if (inst.rr.l) { in __MIPS16e_compute_return_epc()
383 if (inst.rr.nd) in __MIPS16e_compute_return_epc()
/linux/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c140 register int rr = 0; in kvmppc_mmu_map_page() local
170 if (rr == 16) { in kvmppc_mmu_map_page()
173 rr = 0; in kvmppc_mmu_map_page()
179 if (!evict && (pteg[rr] & PTE_V)) { in kvmppc_mmu_map_page()
180 rr += 2; in kvmppc_mmu_map_page()
184 dprintk_mmu("KVM: old PTEG: %p (%d)\n", pteg, rr); in kvmppc_mmu_map_page()
210 if (pteg[rr]) { in kvmppc_mmu_map_page()
211 pteg[rr] = 0; in kvmppc_mmu_map_page()
214 pteg[rr + 1] = pteg1; in kvmppc_mmu_map_page()
215 pteg[rr] = pteg0; in kvmppc_mmu_map_page()
[all …]
/linux/arch/x86/crypto/
H A Dcast5-avx-x86_64-asm_64.S24 #define rr ((16*4)+16) macro
265 movzbl rr(CTX), %eax;
325 movzbl rr(CTX), %eax;
/linux/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c516 void mon_event_read(struct rmid_read *rr, struct rdt_resource *r, in mon_event_read() argument
528 rr->rgrp = rdtgrp; in mon_event_read()
529 rr->evtid = evtid; in mon_event_read()
530 rr->r = r; in mon_event_read()
531 rr->d = d; in mon_event_read()
532 rr->val = 0; in mon_event_read()
533 rr->first = first; in mon_event_read()
534 rr->arch_mon_ctx = resctrl_arch_mon_ctx_alloc(r, evtid); in mon_event_read()
535 if (IS_ERR(rr->arch_mon_ctx)) { in mon_event_read()
536 rr->err = -EINVAL; in mon_event_read()
[all …]
H A Dinternal.h591 void mon_event_read(struct rmid_read *rr, struct rdt_resource *r,
H A Dmonitor.c549 static int __mon_event_count(u32 closid, u32 rmid, struct rmid_read *rr) in __mon_event_count() argument
554 if (rr->first) { in __mon_event_count()
555 resctrl_arch_reset_rmid(rr->r, rr->d, closid, rmid, rr->evtid); in __mon_event_count()
556 m = get_mbm_state(rr->d, closid, rmid, rr->evtid); in __mon_event_count()
562 rr->err = resctrl_arch_rmid_read(rr->r, rr->d, closid, rmid, rr->evtid, in __mon_event_count()
563 &tval, rr->arch_mon_ctx); in __mon_event_count()
564 if (rr->err) in __mon_event_count()
565 return rr->err; in __mon_event_count()
567 rr->val += tval; in __mon_event_count()
584 static void mbm_bw_count(u32 closid, u32 rmid, struct rmid_read *rr) in mbm_bw_count() argument
[all …]
H A Drdtgroup.c3031 struct rmid_read rr; in mkdir_mondata_subdir() local
3059 mon_event_read(&rr, r, d, prgrp, mevt->evtid, true); in mkdir_mondata_subdir()
/linux/arch/x86/mm/
H A Dnuma.c593 int rr, i; in numa_init_array() local
595 rr = first_node(node_online_map); in numa_init_array()
599 numa_set_node(i, rr); in numa_init_array()
600 rr = next_node_in(rr, node_online_map); in numa_init_array()
/linux/block/partitions/
H A Dacorn.c75 struct riscix_record *rr; in riscix_partition() local
77 rr = read_part_sector(state, first_sect, &sect); in riscix_partition()
78 if (!rr) in riscix_partition()
84 if (rr->magic == RISCIX_MAGIC) { in riscix_partition()
92 if (rr->part[part].one && in riscix_partition()
93 memcmp(rr->part[part].name, "All\0", 4)) { in riscix_partition()
95 le32_to_cpu(rr->part[part].start), in riscix_partition()
96 le32_to_cpu(rr->part[part].length)); in riscix_partition()
98 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition()
/linux/crypto/
H A Dcamellia_generic.c319 #define ROLDQ(ll, lr, rl, rr, w0, w1, bits) ({ \ argument
323 rl = (rl << bits) + (rr >> (32 - bits)); \
324 rr = (rr << bits) + (w0 >> (32 - bits)); \
327 #define ROLDQo32(ll, lr, rl, rr, w0, w1, bits) ({ \ argument
331 lr = (rl << (bits - 32)) + (rr >> (64 - bits)); \
332 rl = (rr << (bits - 32)) + (w0 >> (64 - bits)); \
333 rr = (w0 << (bits - 32)) + (w1 >> (64 - bits)); \
811 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) ({ \ argument
815 t2 |= rr; \
823 rr ^= rol32(t3, 1); \
H A Dcast5_generic.c339 if (!(c->rr)) { in __cast5_encrypt()
371 if (!(c->rr)) { in __cast5_decrypt()
484 c->rr = key_len <= 10 ? 1 : 0; in cast5_setkey()
/linux/drivers/acpi/arm64/
H A Diort.c805 rmr_data = container_of(region, struct iommu_iort_rmr_data, rr); in iort_rmr_free()
844 region = &rmr_data->rr; in iort_rmr_alloc()
927 list_add_tail(&rmr_data->rr.list, head); in iort_get_rmrs()
/linux/drivers/acpi/
H A Dreboot.c11 static void acpi_pci_reboot(struct acpi_generic_address *rr, u8 reset_value) in acpi_pci_reboot() argument
21 devfn = PCI_DEVFN((rr->address >> 32) & 0xffff, in acpi_pci_reboot()
22 (rr->address >> 16) & 0xffff); in acpi_pci_reboot()
26 (rr->address & 0xffff), reset_value); in acpi_pci_reboot()
29 static inline void acpi_pci_reboot(struct acpi_generic_address *rr, in acpi_pci_reboot() argument
38 struct acpi_generic_address *rr; in acpi_reboot() local
44 rr = &acpi_gbl_FADT.reset_register; in acpi_reboot()
61 switch (rr->space_id) { in acpi_reboot()
63 acpi_pci_reboot(rr, reset_value); in acpi_reboot()
/linux/drivers/block/drbd/
H A Ddrbd_main.c2169 int rr; in drbd_release_all_peer_reqs() local
2171 rr = drbd_free_peer_reqs(device, &device->active_ee); in drbd_release_all_peer_reqs()
2172 if (rr) in drbd_release_all_peer_reqs()
2173 drbd_err(device, "%d EEs in active list found!\n", rr); in drbd_release_all_peer_reqs()
2175 rr = drbd_free_peer_reqs(device, &device->sync_ee); in drbd_release_all_peer_reqs()
2176 if (rr) in drbd_release_all_peer_reqs()
2177 drbd_err(device, "%d EEs in sync list found!\n", rr); in drbd_release_all_peer_reqs()
2179 rr = drbd_free_peer_reqs(device, &device->read_ee); in drbd_release_all_peer_reqs()
2180 if (rr) in drbd_release_all_peer_reqs()
2181 drbd_err(device, "%d EEs in read list found!\n", rr); in drbd_release_all_peer_reqs()
[all …]
H A Ddrbd_receiver.c847 int rr; in drbd_socket_okay() local
853 rr = drbd_recv_short(*sock, tb, 4, MSG_DONTWAIT | MSG_PEEK); in drbd_socket_okay()
855 if (rr > 0 || rr == -EAGAIN) { in drbd_socket_okay()
/linux/drivers/cxl/core/
H A Dregion.c867 struct cxl_region_ref *rr = cxl_rr_load(port, cxlr_iter); in auto_order_ok() local
868 struct cxl_decoder *cxld_iter = rr->decoder; in auto_order_ok()

12345