Searched refs:nr (Results 226 - 250 of 1695) sorted by relevance

1234567891011>>

/linux-master/kernel/
H A Dpid.c58 .nr = 0,
159 idr_remove(&ns->idr, upid->nr);
171 int i, nr; local
219 nr = idr_alloc(&tmp->idr, NULL, tid,
225 if (nr == -ENOSPC)
226 nr = -EEXIST;
240 nr = idr_alloc_cyclic(&tmp->idr, NULL, pid_min,
246 if (nr < 0) {
247 retval = (nr == -ENOSPC) ? -EAGAIN : nr;
318 find_pid_ns(int nr, struct pid_namespace *ns) argument
324 find_vpid(int nr) argument
426 find_task_by_pid_ns(pid_t nr, struct pid_namespace *ns) argument
438 find_get_task_by_vpid(pid_t nr) argument
473 find_get_pid(pid_t nr) argument
488 pid_t nr = 0; local
508 pid_t nr = 0; local
531 find_ge_pid(int nr, struct pid_namespace *ns) argument
[all...]
/linux-master/arch/x86/xen/
H A Dmmu.c43 int nr, struct page **pages)
46 return xen_xlate_unmap_gfn_range(vma, nr, pages);
42 xen_unmap_domain_gfn_range(struct vm_area_struct *vma, int nr, struct page **pages) argument
/linux-master/arch/sparc/kernel/
H A Diommu_common.h45 int nr = iommu_num_pages(paddr, outs->dma_length + sg->length, local
48 return iommu_is_span_boundary(entry, nr, shift, boundary_size);
/linux-master/scripts/
H A Dstackusage32 sort -k3,3nr > "${outfile}"
/linux-master/drivers/irqchip/
H A Dalphascale_asm9260-icoll.h37 #define ASM9260_BM_LEVELn(nr) BIT(nr)
/linux-master/drivers/net/fddi/skfp/h/
H A Dosdef1st.h48 #define SMT_PANIC(smc, nr, msg) printk(KERN_INFO "SMT PANIC: code: %d, msg: %s\n",nr,msg)
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
/linux-master/arch/mips/kernel/
H A Dperf_event.c36 if (entry->nr >= entry->max_stack)
60 if (entry->nr >= entry->max_stack)
/linux-master/tools/perf/ui/
H A Dprogress.c23 u64 nr = DIV_ROUND_UP(p->curr - last, p->step); local
25 p->next += nr * p->step;
/linux-master/arch/arm/include/asm/
H A Dhighmem.h12 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
/linux-master/arch/arc/include/asm/
H A Dhighmem.h37 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
/linux-master/arch/powerpc/include/asm/
H A Dhighmem.h57 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
/linux-master/arch/sparc/include/asm/
H A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
/linux-master/fs/ocfs2/
H A Dbuffer_head_io.h19 unsigned int nr, struct buffer_head *bhs[]);
28 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr,
/linux-master/arch/mips/include/asm/
H A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
/linux-master/arch/powerpc/platforms/chrp/
H A Dsmp.c32 static int smp_chrp_kick_cpu(int nr) argument
34 *(unsigned long *)KERNELBASE = nr;
/linux-master/io_uring/
H A Drefs.h36 static inline void __io_req_set_refcount(struct io_kiocb *req, int nr) argument
40 atomic_set(&req->refs, nr);
/linux-master/tools/lib/api/fd/
H A Darray.h16 * I.e. using 'fda->priv[N].idx = * value' where N < fda->nr is ok,
20 int nr; member in struct:fdarray
56 return fda->nr_alloc - fda->nr;
/linux-master/lib/
H A Dtest_min_heap.c42 while (heap->nr > 0) {
68 .nr = ARRAY_SIZE(values),
84 heap.nr = ARRAY_SIZE(values);
85 for (i = 0; i < heap.nr; i++)
101 .nr = 0,
118 while (heap.nr < heap.size) {
134 .nr = 0,
155 heap.nr = 0;
/linux-master/include/linux/
H A Dcoredump.h38 extern void dump_skip(struct coredump_params *cprm, size_t nr);
39 extern int dump_emit(struct coredump_params *cprm, const void *addr, int nr);
/linux-master/tools/perf/util/
H A Dcputopo.h45 u32 nr; member in struct:numa_topology
55 u32 nr; member in struct:hybrid_topology
/linux-master/drivers/gpu/drm/arm/display/include/
H A Dmalidp_utils.h13 #define has_bit(nr, mask) (BIT(nr) & (mask))
/linux-master/drivers/tty/
H A Dn_null.c14 size_t nr, void **cookie, unsigned long offset)
20 const u8 *buf, size_t nr)
13 n_null_read(struct tty_struct *tty, struct file *file, u8 *buf, size_t nr, void **cookie, unsigned long offset) argument
19 n_null_write(struct tty_struct *tty, struct file *file, const u8 *buf, size_t nr) argument
/linux-master/tools/perf/bench/
H A Dpmu-scan.c80 int nr; local
99 nr = perf_pmu__num_events(pmu);
100 if (nr != r->nr_aliases) {
102 pmu->name, r->nr_aliases, nr);
106 nr = 0;
108 nr++;
109 if (nr != r->nr_formats) {
111 pmu->name, r->nr_formats, nr);
/linux-master/include/net/page_pool/
H A Dhelpers.h216 * @nr: references to set
231 static inline void page_pool_fragment_page(struct page *page, long nr) argument
233 atomic_long_set(&page->pp_ref_count, nr);
236 static inline long page_pool_unref_page(struct page *page, long nr) argument
240 /* If nr == pp_ref_count then we have cleared all remaining
254 if (atomic_long_read(&page->pp_ref_count) == nr) {
255 /* As we have ensured nr is always one for constant case using
259 BUILD_BUG_ON(__builtin_constant_p(nr) && nr != 1);
260 if (!__builtin_constant_p(nr))
[all...]

Completed in 178 milliseconds

1234567891011>>