Home
last modified time | relevance | path

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

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c402 char *startp, *endp; in parse_cmdline_cpu() local
414 for (startp = s; startp && *startp;) { in parse_cmdline_cpu()
416 if (*startp == ',') { in parse_cmdline_cpu()
417 startp++; in parse_cmdline_cpu()
421 if (*startp == '-') { in parse_cmdline_cpu()
424 startp++; in parse_cmdline_cpu()
425 end_cpu = strtol(startp, &endp, 10); in parse_cmdline_cpu()
426 if (startp == endp) in parse_cmdline_cpu()
435 startp = endp; in parse_cmdline_cpu()
439 if (strncmp(startp, "all", 3) == 0) { in parse_cmdline_cpu()
[all …]
/linux/arch/um/os-Linux/
H 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/arch/riscv/include/asm/
H 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/tools/lib/perf/
H A Dmmap.c211 u64 *startp, u64 end) in perf_mmap__read() argument
215 int diff = end - *startp; in perf_mmap__read()
220 event = (union perf_event *)&data[*startp & map->mask]; in perf_mmap__read()
230 if ((*startp & map->mask) + size != ((*startp + size) & map->mask)) { in perf_mmap__read()
231 unsigned int offset = *startp; in perf_mmap__read()
254 *startp += size; in perf_mmap__read()
/linux/drivers/iommu/iommufd/
H A Ddriver.c44 unsigned long startp; in _iommufd_alloc_mmap() local
60 rc = mtree_alloc_range(&ictx->mt_mmap, &startp, immap, immap->length, in _iommufd_alloc_mmap()
68 immap->vm_pgoff = startp >> PAGE_SHIFT; in _iommufd_alloc_mmap()
69 *offset = startp; in _iommufd_alloc_mmap()
/linux/drivers/net/ethernet/8390/
H A D8390.h35 void NS8390_init(struct net_device *dev, int startp);
53 void NS8390p_init(struct net_device *dev, int startp);
H A Dlib8390.c112 static void __NS8390_init(struct net_device *dev, int startp);
1014 static void __NS8390_init(struct net_device *dev, int startp) in __NS8390_init() argument
1061 if (startp) { in __NS8390_init()
/linux/include/linux/
H A Dmaple_tree.h366 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp,
369 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp,
372 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp,
565 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp,
/linux/drivers/scsi/sym53c8xx_2/
H 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 ||
H A Dsym_hipd.h776 u32 startp; /* Initial data pointer */ member
/linux/lib/
H A Dmaple_tree.c3792 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp, in mas_alloc_cyclic() argument
3820 *startp = mas->index; in mas_alloc_cyclic()
3821 *next = *startp + 1; in mas_alloc_cyclic()
5784 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_range() argument
5814 *startp = mas.index; in mtree_alloc_range()
5846 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() argument
5859 ret = mas_alloc_cyclic(&mas, startp, entry, range_lo, range_hi, in mtree_alloc_cyclic()
5866 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_rrange() argument
5896 *startp = mas.index; in mtree_alloc_rrange()