/Linux-v5.4/fs/isofs/ |
D | compress.c | 41 loff_t block_end, int pcount, in zisofs_uncompress_block() argument 67 for ( i = 0 ; i < pcount ; i++ ) { in zisofs_uncompress_block() 74 return ((loff_t)pcount) << PAGE_SHIFT; in zisofs_uncompress_block() 119 while (curpage < pcount && curbh < haveblocks && in zisofs_uncompress_block() 201 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, in zisofs_fill_pages() argument 244 while (cstart_block < cend_block && pcount > 0) { in zisofs_fill_pages() 263 pcount, pages, poffset, &err); in zisofs_fill_pages() 266 pcount -= poffset >> PAGE_SHIFT; in zisofs_fill_pages() 304 int i, pcount, full_page; in zisofs_readpage() local 327 pcount = min_t(int, zisofs_pages_per_cblock, in zisofs_readpage() [all …]
|
/Linux-v5.4/lib/ |
D | percpu_counter.c | 67 s32 *pcount = per_cpu_ptr(fbc->counters, cpu); in percpu_counter_set() local 68 *pcount = 0; in percpu_counter_set() 114 s32 *pcount = per_cpu_ptr(fbc->counters, cpu); in __percpu_counter_sum() local 115 ret += *pcount; in __percpu_counter_sum() 185 s32 *pcount; in percpu_counter_cpu_dead() local 188 pcount = per_cpu_ptr(fbc->counters, cpu); in percpu_counter_cpu_dead() 189 fbc->count += *pcount; in percpu_counter_cpu_dead() 190 *pcount = 0; in percpu_counter_cpu_dead()
|
/Linux-v5.4/fs/proc/ |
D | page.c | 37 u64 pcount; in kpagecount_read() local 52 pcount = 0; in kpagecount_read() 54 pcount = page_mapcount(ppage); in kpagecount_read() 56 if (put_user(pcount, out)) { in kpagecount_read()
|
D | base.c | 482 task->sched_info.pcount); in proc_pid_schedstat()
|
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_network.h | 537 int i, pcount = 0; in wait_for_pending_requests() local 540 pcount = atomic_read( in wait_for_pending_requests() 543 if (pcount) in wait_for_pending_requests() 549 if (pcount) in wait_for_pending_requests()
|
/Linux-v5.4/fs/ocfs2/ |
D | quota_global.c | 178 u64 pblock = 0, pcount = 0; in ocfs2_quota_read() local 187 if (!pcount) { in ocfs2_quota_read() 189 &pcount, NULL); in ocfs2_quota_read() 195 pcount--; in ocfs2_quota_read() 227 u64 pblock, pcount; in ocfs2_quota_write() local 252 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL); in ocfs2_quota_write() 346 u64 pcount; in ocfs2_global_read_info() local 373 &pcount, NULL); in ocfs2_global_read_info()
|
D | quota_local.c | 1225 u64 pcount; in ocfs2_create_local_dquot() local 1244 &pcount, in ocfs2_create_local_dquot()
|
/Linux-v5.4/kernel/sched/ |
D | stats.h | 13 rq->rq_sched_info.pcount++; in rq_sched_info_arrive() 184 t->sched_info.pcount++; in sched_info_arrive()
|
D | stats.c | 38 rq->rq_sched_info.run_delay, rq->rq_sched_info.pcount); in show_schedstat()
|
/Linux-v5.4/net/ipv4/ |
D | tcp_input.c | 1200 int dup_sack, int pcount, in tcp_sacktag_one() argument 1229 tp->lost_out -= pcount; in tcp_sacktag_one() 1230 tp->retrans_out -= pcount; in tcp_sacktag_one() 1251 tp->lost_out -= pcount; in tcp_sacktag_one() 1257 tp->sacked_out += pcount; in tcp_sacktag_one() 1258 tp->delivered += pcount; /* Out-of-order packets delivered */ in tcp_sacktag_one() 1263 tp->lost_cnt_hint += pcount; in tcp_sacktag_one() 1272 tp->retrans_out -= pcount; in tcp_sacktag_one() 1284 unsigned int pcount, int shifted, int mss, in tcp_shifted_skb() argument 1291 BUG_ON(!pcount); in tcp_shifted_skb() [all …]
|
D | tcp_output.c | 2546 int pcount; in tcp_send_loss_probe() local 2551 pcount = tp->packets_out; in tcp_send_loss_probe() 2553 if (tp->packets_out > pcount) in tcp_send_loss_probe() 2573 pcount = tcp_skb_pcount(skb); in tcp_send_loss_probe() 2574 if (WARN_ON(!pcount)) in tcp_send_loss_probe() 2577 if ((pcount > 1) && (skb->len > (pcount - 1) * mss)) { in tcp_send_loss_probe() 2579 (pcount - 1) * mss, mss, in tcp_send_loss_probe()
|
/Linux-v5.4/crypto/ |
D | tcrypt.c | 931 int bcount, pcount; in test_ahash_jiffies() local 942 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies() 1001 int i, pcount, ret; in test_ahash_cycles() local 1011 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles() 1030 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
|
/Linux-v5.4/kernel/ |
D | delayacct.c | 107 t1 = tsk->sched_info.pcount; in __delayacct_add_tsk()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 328 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local 512 if (pcount > req->info.npkts) in hfi1_user_sdma_process_request() 513 pcount = req->info.npkts; in hfi1_user_sdma_process_request() 568 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request() 579 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request()
|
/Linux-v5.4/kernel/bpf/ |
D | cgroup.c | 876 void __user *buf, size_t *pcount, in __cgroup_bpf_run_filter_sysctl() argument 912 if (write && buf && *pcount) { in __cgroup_bpf_run_filter_sysctl() 917 ctx.new_len = min_t(size_t, PAGE_SIZE, *pcount); in __cgroup_bpf_run_filter_sysctl() 933 *pcount = ctx.new_len; in __cgroup_bpf_run_filter_sysctl()
|
/Linux-v5.4/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1785 uint32_t pagen, pcount; in lpfc_sli4_config() local 1812 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config() 1813 pcount = (pcount > LPFC_SLI4_MBX_SGE_MAX_PAGES) ? in lpfc_sli4_config() 1814 LPFC_SLI4_MBX_SGE_MAX_PAGES : pcount; in lpfc_sli4_config() 1824 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) { in lpfc_sli4_config()
|
/Linux-v5.4/include/linux/ |
D | tcp.h | 487 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
|
D | bpf-cgroup.h | 123 void __user *buf, size_t *pcount,
|
D | sched.h | 290 unsigned long pcount; member
|
/Linux-v5.4/arch/mips/kernel/ |
D | ptrace.c | 636 unsigned int *ppos, unsigned int *pcount, in copy_pad_fprs() argument 650 err |= user_regset_copyout(ppos, pcount, pkbuf, pubuf, in copy_pad_fprs() 656 err |= user_regset_copyout(ppos, pcount, pkbuf, pubuf, in copy_pad_fprs()
|
/Linux-v5.4/arch/x86/kvm/ |
D | hyperv.c | 558 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count() argument 560 *pcount = stimer->count; in stimer_get_count()
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_receiver.c | 3551 int pcount = (device->state.role == R_PRIMARY) in drbd_sync_handshake() local 3555 switch (pcount) { in drbd_sync_handshake() 3569 pcount, (hg < 0) ? "peer" : "this"); in drbd_sync_handshake()
|