Searched refs:startp (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dset_memory.h19 static __always_inline int set_kernel_memory(char *startp, char *endp, argument
23 unsigned long start = (unsigned long)startp;
35 static inline int set_kernel_memory(char *startp, char *endp, argument
/linux-master/arch/um/os-Linux/
H A Dexecvp.c66 char *startp; local
78 startp = name + 1;
80 startp = memcpy(name - (p - path), path, p - path);
83 execv(startp, argv);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c378 char *startp, *endp; local
390 for (startp = s; startp && *startp;) {
392 if (*startp == ',') {
393 startp++;
397 if (*startp == '-') {
400 startp++;
401 end_cpu = strtol(startp, &endp, 10);
402 if (startp
461 char *startp, *endp; local
[all...]
/linux-master/drivers/net/ethernet/8390/
H A D8390.c83 void NS8390_init(struct net_device *dev, int startp) argument
85 __NS8390_init(dev, startp);
H A D8390p.c88 void NS8390p_init(struct net_device *dev, int startp) argument
90 __NS8390_init(dev, startp);
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);
1009 * @startp: boolean. non-zero value to initiate chip processing
1014 static void __NS8390_init(struct net_device *dev, int startp) argument
1061 if (startp) {
H A Daxnet_cs.c103 static void AX88190_init(struct net_device *dev, int startp);
1621 * @startp: boolean. non-zero value to initiate chip processing
1626 static void AX88190_init(struct net_device *dev, int startp) argument
1676 if (startp)
/linux-master/tools/lib/perf/
H A Dmmap.c211 u64 *startp, u64 end)
215 int diff = end - *startp;
220 event = (union perf_event *)&data[*startp & map->mask];
230 if ((*startp & map->mask) + size != ((*startp + size) & map->mask)) {
231 unsigned int offset = *startp;
254 *startp += size;
210 perf_mmap__read(struct perf_mmap *map, u64 *startp, u64 end) argument
/linux-master/include/linux/
H A Dmaple_tree.h320 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp,
323 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp,
326 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp,
506 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp,
/linux-master/fs/xfs/scrub/
H A Dxfarray.c578 void *startp; local
596 startp = folio_address(folio) + offset_in_folio(folio, lo_pos);
597 sort(startp, hi - lo + 1, si->array->obj_size, si->cmp_fn, NULL);
/linux-master/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 in struct:sym_ccb
H A Dsym_glue.c385 cp->startp = cp->phys.head.savep;
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1569 u32 startp; /* Initial data pointer */ member in struct:ccb
4304 cp->startp = cp->phys.header.savep;
6375 u32 startp; local
6423 cp->phys.header.savep = cp->startp;
6474 startp = cpu_to_scr(NCB_SCRIPTH_PHYS (np, sdata_in));
6476 cp->phys.header.savep = startp;
6477 cp->phys.header.goalp = startp + 24;
6478 cp->phys.header.lastp = startp;
6479 cp->phys.header.wgoalp = startp + 24;
6480 cp->phys.header.wlastp = startp;
[all...]
/linux-master/lib/
H A Dvsprintf.c64 static unsigned long long simple_strntoull(const char *startp, char **endp, unsigned int base, size_t max_chars) argument
71 cp = _parse_integer_fixup_radix(startp, &base);
72 prefix_chars = cp - startp;
79 cp = startp + max_chars;
H A Dmaple_tree.c4294 * @startp: Pointer to ID.
4305 int mas_alloc_cyclic(struct ma_state *mas, unsigned long *startp, argument
4332 *startp = mas->index;
4333 *next = *startp + 1;
6456 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, argument
6486 *startp = mas.index;
6497 * @startp: Pointer to ID.
6517 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, argument
6530 ret = mas_alloc_cyclic(&mas, startp, entry, range_lo, range_hi,
6537 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, argument
[all...]
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1698 static void get_function_bounds(unsigned long pc, unsigned long *startp, argument
1704 *startp = *endp = 0;
1712 *startp = pc - offset;

Completed in 746 milliseconds