Home
last modified time | relevance | path

Searched refs:startp (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c390 for (startp = s; startp && *startp;) { in parse_cmdline_cpu()
393 startp++; in parse_cmdline_cpu()
400 startp++; in parse_cmdline_cpu()
420 startp += 3; in parse_cmdline_cpu()
430 startp += 4; in parse_cmdline_cpu()
441 startp += 3; in parse_cmdline_cpu()
452 startp = endp; in parse_cmdline_cpu()
470 for (startp = s; startp && *startp;) { in parse_cmdline_pkg()
473 startp++; in parse_cmdline_pkg()
480 startp++; in parse_cmdline_pkg()
[all …]
/linux-6.3-rc2/arch/um/os-Linux/
A Dexecvp.c66 char *startp; in execvp_noalloc() local
78 startp = name + 1; in execvp_noalloc()
80 startp = memcpy(name - (p - path), path, p - path); in execvp_noalloc()
83 execv(startp, argv); in execvp_noalloc()
/linux-6.3-rc2/arch/riscv/include/asm/
A Dset_memory.h19 static __always_inline int set_kernel_memory(char *startp, char *endp, in set_kernel_memory() argument
23 unsigned long start = (unsigned long)startp; in set_kernel_memory()
35 static inline int set_kernel_memory(char *startp, char *endp, in set_kernel_memory() argument
/linux-6.3-rc2/tools/lib/perf/
A Dmmap.c205 u64 *startp, u64 end) in perf_mmap__read() argument
209 int diff = end - *startp; in perf_mmap__read()
214 event = (union perf_event *)&data[*startp & map->mask]; in perf_mmap__read()
224 if ((*startp & map->mask) + size != ((*startp + size) & map->mask)) { in perf_mmap__read()
225 unsigned int offset = *startp; in perf_mmap__read()
240 *startp += size; in perf_mmap__read()
/linux-6.3-rc2/drivers/net/ethernet/8390/
A D8390.c83 void NS8390_init(struct net_device *dev, int startp) in NS8390_init() argument
85 __NS8390_init(dev, startp); in NS8390_init()
A D8390p.c88 void NS8390p_init(struct net_device *dev, int startp) in NS8390p_init() argument
90 __NS8390_init(dev, startp); in NS8390p_init()
A D8390.h33 void NS8390_init(struct net_device *dev, int startp);
51 void NS8390p_init(struct net_device *dev, int startp);
A Dlib8390.c113 static void __NS8390_init(struct net_device *dev, int startp);
1015 static void __NS8390_init(struct net_device *dev, int startp) in __NS8390_init() argument
1062 if (startp) { in __NS8390_init()
A Daxnet_cs.c103 static void AX88190_init(struct net_device *dev, int startp);
1629 static void AX88190_init(struct net_device *dev, int startp) in AX88190_init() argument
1679 if (startp) in AX88190_init()
/linux-6.3-rc2/include/linux/
A Dmaple_tree.h309 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp,
312 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp,
/linux-6.3-rc2/drivers/scsi/
A Dncr53c8xx.c1569 u32 startp; /* Initial data pointer */ member
4304 cp->startp = cp->phys.header.savep; in ncr_queue_command()
6375 u32 startp; in ncr_sir_to_redo() local
6423 cp->phys.header.savep = cp->startp; in ncr_sir_to_redo()
6474 startp = cpu_to_scr(NCB_SCRIPTH_PHYS (np, sdata_in)); in ncr_sir_to_redo()
6476 cp->phys.header.savep = startp; in ncr_sir_to_redo()
6477 cp->phys.header.goalp = startp + 24; in ncr_sir_to_redo()
6478 cp->phys.header.lastp = startp; in ncr_sir_to_redo()
6479 cp->phys.header.wgoalp = startp + 24; in ncr_sir_to_redo()
6480 cp->phys.header.wlastp = startp; in ncr_sir_to_redo()
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_hipd.c3032 u32 startp; local
3143 startp = SCRIPTB_BA(np, sdata_in);
3145 cp->phys.head.savep = cpu_to_scr(startp);
3146 cp->phys.head.lastp = cpu_to_scr(startp);
3147 cp->startp = cpu_to_scr(startp);
3148 cp->goalp = cpu_to_scr(startp + 16);
3876 if (cp->startp == cp->phys.head.lastp ||
A Dsym_hipd.h776 u32 startp; /* Initial data pointer */ member
A Dsym_glue.c385 cp->startp = cp->phys.head.savep; in sym_setup_data_and_start()
/linux-6.3-rc2/lib/
A Dvsprintf.c62 static noinline unsigned long long simple_strntoull(const char *startp, size_t max_chars, char **en… in simple_strntoull() argument
69 cp = _parse_integer_fixup_radix(startp, &base); in simple_strntoull()
70 prefix_chars = cp - startp; in simple_strntoull()
77 cp = startp + max_chars; in simple_strntoull()
A Dmaple_tree.c6309 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_range() argument
6336 ret = mas_alloc(&mas, entry, size, startp); in mtree_alloc_range()
6345 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_rrange() argument
6369 ret = mas_rev_alloc(&mas, min, max, entry, size, startp); in mtree_alloc_rrange()
/linux-6.3-rc2/arch/powerpc/xmon/
A Dxmon.c1699 static void get_function_bounds(unsigned long pc, unsigned long *startp, in get_function_bounds() argument
1705 *startp = *endp = 0; in get_function_bounds()
1713 *startp = pc - offset; in get_function_bounds()

Completed in 67 milliseconds