Searched refs:rp (Results 1 - 25 of 259) sorted by relevance

1234567891011

/linux-master/include/asm-generic/
H A Dflat.h7 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, argument
11 return copy_from_user(addr, rp, 4) ? -EFAULT : 0;
13 return get_user(*addr, rp);
17 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) argument
20 return copy_to_user(rp, &addr, 4) ? -EFAULT : 0;
22 return put_user(addr, rp);
/linux-master/drivers/s390/char/
H A Draw3270.c99 static void __raw3270_disconnect(struct raw3270 *rp);
115 static inline int raw3270_state_ready(struct raw3270 *rp) argument
117 return rp->state == RAW3270_STATE_READY;
120 void raw3270_buffer_address(struct raw3270 *rp, char *cp, int x, int y) argument
125 x = max_t(int, 0, rp->view->cols + x);
127 y = max_t(int, 0, rp->view->rows + y);
128 addr = (y * rp->view->cols) + x;
129 if (test_bit(RAW3270_FLAGS_14BITADDR, &rp->flags)) {
246 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, argument
251 if (list_empty(&rp
267 struct raw3270 *rp = view->dev; local
275 struct raw3270 *rp; local
309 struct raw3270 *rp; local
325 struct raw3270 *rp; local
340 struct raw3270 *rp; local
446 raw3270_size_device_vm(struct raw3270 *rp) argument
495 raw3270_size_device(struct raw3270 *rp, char *init_data) argument
535 struct raw3270 *rp = container_of(work, struct raw3270, resize_work); local
556 raw3270_size_device_done(struct raw3270 *rp) argument
565 struct raw3270 *rp = rq->view->dev; local
572 raw3270_read_modified(struct raw3270 *rp) argument
589 raw3270_writesf_readpart(struct raw3270 *rp) argument
612 struct raw3270 *rp = rq->view->dev; local
628 __raw3270_reset_device(struct raw3270 *rp) argument
648 raw3270_reset_device(struct raw3270 *rp) argument
661 struct raw3270 *rp; local
675 __raw3270_disconnect(struct raw3270 *rp) argument
699 struct raw3270 *rp; local
723 raw3270_setup_device(struct ccw_device *cdev, struct raw3270 *rp, char *ascebc) argument
791 raw3270_state_final(struct raw3270 *rp) argument
804 struct raw3270 *rp; local
837 raw3270_wait_cons_dev(struct raw3270 *rp) argument
853 struct raw3270 *rp; local
882 struct raw3270 *rp = view->dev; local
891 raw3270_assign_activate_view(struct raw3270 *rp, struct raw3270_view *view) argument
897 __raw3270_activate_view(struct raw3270 *rp, struct raw3270_view *view) argument
941 struct raw3270 *rp; local
961 struct raw3270 *rp; local
994 struct raw3270 *rp; local
1029 struct raw3270 *rp; local
1060 struct raw3270 *rp; local
1091 raw3270_delete_device(struct raw3270 *rp) argument
1158 raw3270_create_attributes(struct raw3270 *rp) argument
1170 struct raw3270 *rp; local
1183 struct raw3270 *rp; local
1199 struct raw3270 *rp; local
1226 struct raw3270 *rp; local
1275 struct raw3270 *rp; local
1314 struct raw3270 *rp; local
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dflat.h7 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, argument
10 *addr = get_unaligned((__force u32 *)rp);
13 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) argument
15 put_unaligned(addr, (__force u32 *)rp);
/linux-master/arch/arm/include/debug/
H A Ds5pv210.S19 .macro addruart, rp, rv, tmp
20 ldr \rp, =S5PV210_PA_UART
23 add \rp, \rp, #(0x400 * CONFIG_DEBUG_S3C_UART)
H A Dsa1100.S17 .macro addruart, rp, rv, tmp
18 mrc p15, 0, \rp, c1, c0
19 tst \rp, #1 @ MMU enabled?
20 moveq \rp, #0x80000000 @ physical base address
21 movne \rp, #0xf8000000 @ virtual address
28 add \rp, \rp, #0x00050000
29 ldr \rv, [\rp, #UTCR3]
33 addeq \rp, \rp, #(
[all...]
H A Dvexpress.S22 .macro addruart,rp,rv,tmp
30 mrc p15, 0, \rp, c0, c0, 0
33 cmp \rp, \rv
36 moveq \rp, #DEBUG_LL_UART_OFFSET
37 orreq \rv, \rp, #DEBUG_LL_VIRT_BASE
38 orreq \rp, \rp, #DEBUG_LL_PHYS_BASE
41 movne \rp, #DEBUG_LL_UART_OFFSET_RS1
42 orrne \rv, \rp, #DEBUG_LL_VIRT_BASE
43 orrne \rp, \r
[all...]
H A Dbrcmstb.S37 #define checkuart(rp, rv, family_id, family) \
39 ldr rp, =family_id ; \
41 cmp rp, rv ; \
43 ldreq rp, =UARTA_##family ; \
47 .macro addruart, rp, rv, tmp
48 adr \rp, 99f @ actual addr of 99f
49 ldr \rv, [\rp] @ linked addr is stored there
50 sub \rv, \rv, \rp @ offset between the two
51 ldr \rp, [\rp, #
[all...]
H A Domap2plus.S27 .macro addruart, rp, rv, tmp
30 10: adr \rp, 99f @ get effective addr of 99f
31 ldr \rv, [\rp] @ get absolute addr of 99f
32 sub \rv, \rv, \rp @ offset between the two
33 ldr \rp, [\rp, #4] @ abs addr of omap_uart_phys
34 sub \tmp, \rp, \rv @ make it effective
35 ldr \rp, [\tmp, #0] @ omap_uart_phys
37 cmp \rp, #0 @ is port configured?
43 ldr \rp,
[all...]
H A Ddc21285.S17 .macro addruart, rp, rv, tmp
19 mov \rp, #dc21285_low
21 mov \rp, #0
23 orr \rv, \rp, #dc21285_high
24 orr \rp, \rp, #0x42000000
H A Dtegra.S45 #define checkuart(rp, rv, lhu, bit, uart) \
47 ldr rp, =TEGRA_CLK_RST_DEVICES_##lhu ; \
49 ldr rp, [rp, #0] ; \
51 tst rp, #(1 << bit) ; \
55 ldr rp, =TEGRA_CLK_OUT_ENB_##lhu ; \
57 ldr rp, [rp, #0] ; \
59 tst rp, #(1 << bit) ; \
63 ldr rp,
[all...]
H A Dexynos.S20 .macro addruart, rp, rv, tmp
28 100: ldreq \rp, =EXYNOS5_PA_UART
29 movne \rp, #EXYNOS4_PA_UART @@ EXYNOS4
32 add \rp, \rp, #(0x10000 * CONFIG_DEBUG_S3C_UART)
H A Dvt8500.S15 .macro addruart, rp, rv, tmp
16 mov \rp, #DEBUG_LL_UART_OFFSET
17 orr \rv, \rp, #DEBUG_LL_VIRT_BASE
18 orr \rp, \rp, #DEBUG_LL_PHYS_BASE
/linux-master/drivers/usb/mon/
H A Dmon_bin.c203 static inline struct mon_bin_hdr *MON_OFF2HDR(const struct mon_reader_bin *rp, argument
207 (rp->b_vec[offset / CHUNK_SIZE].ptr + offset % CHUNK_SIZE);
210 #define MON_RING_EMPTY(rp) ((rp)->b_cnt == 0)
223 static void mon_buff_area_fill(const struct mon_reader_bin *rp,
225 static int mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp);
298 static unsigned int mon_buff_area_alloc(struct mon_reader_bin *rp, argument
304 if (rp->b_cnt + size > rp->b_size)
306 offset = rp
323 mon_buff_area_alloc_contiguous(struct mon_reader_bin *rp, unsigned int size) argument
362 mon_buff_area_shrink(struct mon_reader_bin *rp, unsigned int size) argument
376 mon_buff_area_free(struct mon_reader_bin *rp, unsigned int size) argument
385 mon_buff_area_fill(const struct mon_reader_bin *rp, unsigned int offset, unsigned int size) argument
406 mon_bin_get_data(const struct mon_reader_bin *rp, unsigned int offset, struct urb *urb, unsigned int length, char *flag) argument
450 mon_bin_collate_isodesc(const struct mon_reader_bin *rp, struct urb *urb, unsigned int ndesc) argument
468 mon_bin_get_isodesc(const struct mon_reader_bin *rp, unsigned int offset, struct urb *urb, char ev_type, unsigned int ndesc) argument
488 mon_bin_event(struct mon_reader_bin *rp, struct urb *urb, char ev_type, int status) argument
625 struct mon_reader_bin *rp = data; local
631 struct mon_reader_bin *rp = data; local
637 struct mon_reader_bin *rp = data; local
679 struct mon_reader_bin *rp; local
740 mon_bin_get_event(struct file *file, struct mon_reader_bin *rp, struct mon_bin_hdr __user *hdr, unsigned int hdrbytes, void __user *data, unsigned int nbytes) argument
783 struct mon_reader_bin *rp = file->private_data; local
806 struct mon_reader_bin *rp = file->private_data; local
875 mon_bin_flush(struct mon_reader_bin *rp, unsigned nevents) argument
901 mon_bin_fetch(struct file *file, struct mon_reader_bin *rp, u32 __user *vec, unsigned int max) argument
952 mon_bin_queued(struct mon_reader_bin *rp) argument
989 struct mon_reader_bin *rp = file->private_data; local
1140 struct mon_reader_bin *rp = file->private_data; local
1207 struct mon_reader_bin *rp = file->private_data; local
1227 struct mon_reader_bin *rp = vma->vm_private_data; local
1239 struct mon_reader_bin *rp = vma->vm_private_data; local
1250 struct mon_reader_bin *rp = vmf->vma->vm_private_data; local
1304 mon_bin_wait_event(struct file *file, struct mon_reader_bin *rp) argument
[all...]
H A Dmon_text.c106 mon_text_read_wait(struct mon_reader_text *rp, struct file *file);
107 static void mon_text_read_head_t(struct mon_reader_text *rp,
109 static void mon_text_read_head_u(struct mon_reader_text *rp,
111 static void mon_text_read_statset(struct mon_reader_text *rp,
113 static void mon_text_read_intstat(struct mon_reader_text *rp,
115 static void mon_text_read_isostat(struct mon_reader_text *rp,
117 static void mon_text_read_isodesc(struct mon_reader_text *rp,
119 static void mon_text_read_data(struct mon_reader_text *rp,
193 static void mon_text_event(struct mon_reader_text *rp, struct urb *urb, argument
204 if (rp
261 struct mon_reader_text *rp = data; local
267 struct mon_reader_text *rp = data; local
273 struct mon_reader_text *rp = data; local
304 mon_text_fetch(struct mon_reader_text *rp, struct mon_bus *mbus) argument
327 struct mon_reader_text *rp; local
381 mon_text_copy_to_user(struct mon_reader_text *rp, char __user * const buf, const size_t nbytes) argument
397 struct mon_reader_text *rp = file->private_data; local
436 struct mon_reader_text *rp = file->private_data; local
480 mon_text_read_wait(struct mon_reader_text *rp, struct file *file) argument
511 mon_text_read_head_t(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
529 mon_text_read_head_u(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
547 mon_text_read_statset(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
568 mon_text_read_intstat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
575 mon_text_read_isostat(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
588 mon_text_read_isodesc(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
610 mon_text_read_data(struct mon_reader_text *rp, struct mon_text_ptr *p, const struct mon_event_text *ep) argument
644 struct mon_reader_text *rp = file->private_data; local
[all...]
/linux-master/drivers/net/ethernet/via/
H A Dvia-rhine.c521 static void rhine_wait_bit(struct rhine_private *rp, u8 reg, u8 mask, bool low) argument
523 void __iomem *ioaddr = rp->base;
534 netif_dbg(rp, hw, rp->dev, "%s bit wait (%02x/%02x) cycle "
539 static void rhine_wait_bit_high(struct rhine_private *rp, u8 reg, u8 mask) argument
541 rhine_wait_bit(rp, reg, mask, false);
544 static void rhine_wait_bit_low(struct rhine_private *rp, u8 reg, u8 mask) argument
546 rhine_wait_bit(rp, reg, mask, true);
549 static u32 rhine_get_events(struct rhine_private *rp) argument
551 void __iomem *ioaddr = rp
561 rhine_ack_events(struct rhine_private *rp, u32 mask) argument
576 struct rhine_private *rp = netdev_priv(dev); local
632 struct rhine_private *rp = netdev_priv(dev); local
702 struct rhine_private *rp = netdev_priv(dev); local
730 struct rhine_private *rp = netdev_priv(dev); local
739 rhine_kick_tx_threshold(struct rhine_private *rp) argument
749 rhine_tx_err(struct rhine_private *rp, u32 status) argument
777 rhine_update_rx_crc_and_missed_errord(struct rhine_private *rp) argument
818 struct rhine_private *rp = container_of(napi, struct rhine_private, napi); local
865 struct rhine_private *rp = netdev_priv(dev); local
900 struct rhine_private *rp; local
1140 struct rhine_private *rp = netdev_priv(dev); local
1178 struct rhine_private *rp = netdev_priv(dev); local
1203 struct rhine_private *rp = netdev_priv(dev); local
1221 rhine_reset_rbufs(struct rhine_private *rp) argument
1231 rhine_skb_dma_nic_store(struct rhine_private *rp, struct rhine_skb_dma *sd, int entry) argument
1245 struct rhine_private *rp = netdev_priv(dev); local
1283 struct rhine_private *rp = netdev_priv(dev); local
1303 struct rhine_private *rp = netdev_priv(dev); local
1325 struct rhine_private *rp = netdev_priv(dev); local
1349 struct rhine_private *rp = netdev_priv(dev); local
1370 struct rhine_private *rp = netdev_priv(dev); local
1490 struct rhine_private *rp = netdev_priv(dev); local
1510 struct rhine_private *rp = netdev_priv(dev); local
1527 struct rhine_private *rp = netdev_priv(dev); local
1538 struct rhine_private *rp = netdev_priv(dev); local
1549 struct rhine_private *rp = netdev_priv(dev); local
1581 rhine_enable_linkmon(struct rhine_private *rp) argument
1595 rhine_disable_linkmon(struct rhine_private *rp) argument
1623 struct rhine_private *rp = netdev_priv(dev); local
1642 struct rhine_private *rp = netdev_priv(dev); local
1657 rhine_task_disable(struct rhine_private *rp) argument
1667 rhine_task_enable(struct rhine_private *rp) argument
1676 struct rhine_private *rp = netdev_priv(dev); local
1719 struct rhine_private *rp = container_of(work, struct rhine_private, local
1754 struct rhine_private *rp = netdev_priv(dev); local
1764 rhine_tx_queue_full(struct rhine_private *rp) argument
1772 struct rhine_private *rp = netdev_priv(dev); local
1877 rhine_irq_disable(struct rhine_private *rp) argument
1887 struct rhine_private *rp = netdev_priv(dev); local
1914 struct rhine_private *rp = netdev_priv(dev); local
2031 struct rhine_private *rp = netdev_priv(dev); local
2144 struct rhine_private *rp = netdev_priv(dev); local
2182 struct rhine_private *rp = local
2210 struct rhine_private *rp = netdev_priv(dev); local
2234 struct rhine_private *rp = netdev_priv(dev); local
2291 struct rhine_private *rp = netdev_priv(dev); local
2303 struct rhine_private *rp = netdev_priv(dev); local
2316 struct rhine_private *rp = netdev_priv(dev); local
2323 struct rhine_private *rp = netdev_priv(dev); local
2330 struct rhine_private *rp = netdev_priv(dev); local
2337 struct rhine_private *rp = netdev_priv(dev); local
2344 struct rhine_private *rp = netdev_priv(dev); local
2358 struct rhine_private *rp = netdev_priv(dev); local
2389 struct rhine_private *rp = netdev_priv(dev); local
2405 struct rhine_private *rp = netdev_priv(dev); local
2435 struct rhine_private *rp = netdev_priv(dev); local
2449 struct rhine_private *rp = netdev_priv(dev); local
2461 struct rhine_private *rp = netdev_priv(dev); local
2513 struct rhine_private *rp = netdev_priv(dev); local
2533 struct rhine_private *rp = netdev_priv(dev); local
[all...]
/linux-master/lib/crypto/mpi/
H A Dmpi-pow.c30 mpi_ptr_t rp, ep, mp, bp; local
46 rp = res->d;
59 rp = res->d;
60 rp[0] = 1;
108 if (rp == ep || rp == mp || rp == bp) {
109 rp = mpi_alloc_limb_space(size);
110 if (!rp)
116 rp
[all...]
/linux-master/fs/nfsd/
H A Dnfscache.c91 struct nfsd_cacherep *rp; local
93 rp = kmem_cache_alloc(drc_slab, GFP_KERNEL);
94 if (rp) {
95 rp->c_state = RC_UNUSED;
96 rp->c_type = RC_NOCACHE;
97 RB_CLEAR_NODE(&rp->c_node);
98 INIT_LIST_HEAD(&rp->c_lru);
100 memset(&rp->c_key, 0, sizeof(rp->c_key));
101 rp
113 nfsd_cacherep_free(struct nfsd_cacherep *rp) argument
123 struct nfsd_cacherep *rp; local
136 nfsd_cacherep_unlink_locked(struct nfsd_net *nn, struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp) argument
150 nfsd_reply_cache_free_locked(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, struct nfsd_net *nn) argument
158 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp, struct nfsd_net *nn) argument
220 struct nfsd_cacherep *rp; local
245 lru_put_end(struct nfsd_drc_bucket *b, struct nfsd_cacherep *rp) argument
268 struct nfsd_cacherep *rp, *tmp; local
401 nfsd_cache_key_cmp(const struct nfsd_cacherep *key, const struct nfsd_cacherep *rp, struct nfsd_net *nn) argument
422 struct nfsd_cacherep *rp, *ret = key; local
483 struct nfsd_cacherep *rp, *found; local
585 nfsd_cache_update(struct svc_rqst *rqstp, struct nfsd_cacherep *rp, int cachetype, __be32 *statp) argument
[all...]
/linux-master/drivers/media/pci/tw68/
H A Dtw68-risc.c24 * @rp: pointer to current risc program position
33 static __le32 *tw68_risc_field(__le32 *rp, struct scatterlist *sglist, argument
42 *(rp++) = cpu_to_le32(RISC_JUMP);
43 *(rp++) = 0;
48 *(rp++) = cpu_to_le32(RISC_SYNCO);
50 *(rp++) = cpu_to_le32(RISC_SYNCE);
51 *(rp++) = 0;
63 *(rp++) = cpu_to_le32(RISC_LINESTART |
65 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset);
77 *(rp
138 __le32 *rp; local
[all...]
/linux-master/arch/m68k/sun3/prom/
H A Dinit.c30 void __init prom_init(struct linux_romvec *rp) argument
32 romvec = rp;
/linux-master/drivers/pwm/
H A Dpwm-rcar.c50 static void rcar_pwm_write(struct rcar_pwm_chip *rp, u32 data, argument
53 writel(data, rp->base + offset);
56 static u32 rcar_pwm_read(struct rcar_pwm_chip *rp, unsigned int offset) argument
58 return readl(rp->base + offset);
61 static void rcar_pwm_update(struct rcar_pwm_chip *rp, u32 mask, u32 data, argument
66 value = rcar_pwm_read(rp, offset);
69 rcar_pwm_write(rp, value, offset);
72 static int rcar_pwm_get_clock_division(struct rcar_pwm_chip *rp, int period_ns) argument
74 unsigned long clk_rate = clk_get_rate(rp->clk);
88 static void rcar_pwm_set_clock_control(struct rcar_pwm_chip *rp, argument
105 rcar_pwm_set_counter(struct rcar_pwm_chip *rp, int div, int duty_ns, int period_ns) argument
142 rcar_pwm_enable(struct rcar_pwm_chip *rp) argument
157 rcar_pwm_disable(struct rcar_pwm_chip *rp) argument
165 struct rcar_pwm_chip *rp = to_rcar_pwm_chip(chip); local
[all...]
/linux-master/arch/sh/include/asm/
H A Dflat.h14 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, argument
17 *addr = get_unaligned((__force u32 *)rp);
20 static inline int flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 rel) argument
22 put_unaligned(addr, (__force u32 *)rp);
/linux-master/arch/microblaze/include/asm/
H A Dflat.h23 * relocated. rp is a potentially unaligned pointer to the
27 static inline int flat_get_addr_from_rp(u32 __user *rp, u32 relval, u32 flags, argument
30 u32 *p = (__force u32 *)rp;
51 * Insert an address into the symbol reference at rp. rp is potentially
56 flat_put_addr_at_rp(u32 __user *rp, u32 addr, u32 relval) argument
58 u32 *p = (__force u32 *)rp;
/linux-master/fs/jfs/
H A Djfs_unicode.h103 const struct UniCaseRange *rp; local
108 rp = NlsUniUpperRange; /* Use range tables */
109 while (rp->start) {
110 if (uc < rp->start) /* Before start of range */
112 if (uc <= rp->end) /* In range */
113 return uc + rp->table[uc - rp->start];
114 rp++; /* Try next range */
/linux-master/drivers/powercap/
H A Dintel_rapl_common.c132 if (rd->rp->priv->type == RAPL_IF_TPMI) {
149 if (rd->rp->priv->limits[rd->id] & BIT(POWER_LIMIT2))
160 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI)
174 if (prim == PL_CLAMP && rd->rp->priv->type != RAPL_IF_TPMI)
217 static struct rapl_defaults *get_defaults(struct rapl_package *rp) argument
219 return rp->priv->defaults;
250 static void rapl_init_domains(struct rapl_package *rp);
265 static void package_power_limit_irq_save(struct rapl_package *rp);
311 struct rapl_package *rp = rd->rp; local
439 struct rapl_package *rp; local
562 get_rid(struct rapl_package *rp) argument
568 rapl_init_domains(struct rapl_package *rp) argument
737 get_rpi(struct rapl_package *rp, int prim) argument
747 rapl_config(struct rapl_package *rp) argument
977 struct rapl_package *rp = (struct rapl_package *)info; local
999 package_power_limit_irq_save(struct rapl_package *rp) argument
1014 package_power_limit_irq_restore(struct rapl_package *rp) argument
1291 rapl_update_domain_data(struct rapl_package *rp) argument
1311 rapl_package_register_powercap(struct rapl_package *rp) argument
1383 rapl_check_domain(int domain, struct rapl_package *rp) argument
1475 rapl_detect_domains(struct rapl_package *rp) argument
1510 rapl_remove_package_cpuslocked(struct rapl_package *rp) argument
1541 rapl_remove_package(struct rapl_package *rp) argument
1552 struct rapl_package *rp; local
1580 struct rapl_package *rp; local
1635 struct rapl_package *rp; local
1656 struct rapl_package *rp; local
[all...]
/linux-master/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c24 struct rapl_package *rp; local
30 rp = rapl_find_package_domain_cpuslocked(cpu, &rapl_mmio_priv, true);
31 if (!rp) {
32 rp = rapl_add_package_cpuslocked(cpu, &rapl_mmio_priv, true);
33 if (IS_ERR(rp))
34 return PTR_ERR(rp);
36 cpumask_set_cpu(cpu, &rp->cpumask);
42 struct rapl_package *rp; local
45 rp = rapl_find_package_domain_cpuslocked(cpu, &rapl_mmio_priv, true);
46 if (!rp)
[all...]

Completed in 525 milliseconds

1234567891011