/Linux-v4.19/fs/isofs/ |
D | compress.c | 46 loff_t block_end, int pcount, in zisofs_uncompress_block() argument 72 for ( i = 0 ; i < pcount ; i++ ) { in zisofs_uncompress_block() 79 return ((loff_t)pcount) << PAGE_SHIFT; in zisofs_uncompress_block() 124 while (curpage < pcount && curbh < haveblocks && in zisofs_uncompress_block() 206 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, in zisofs_fill_pages() argument 249 while (cstart_block < cend_block && pcount > 0) { in zisofs_fill_pages() 268 pcount, pages, poffset, &err); in zisofs_fill_pages() 271 pcount -= poffset >> PAGE_SHIFT; in zisofs_fill_pages() 309 int i, pcount, full_page; in zisofs_readpage() local 332 pcount = min_t(int, zisofs_pages_per_cblock, in zisofs_readpage() [all …]
|
/Linux-v4.19/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-v4.19/fs/proc/ |
D | page.c | 37 u64 pcount; in kpagecount_read() local 50 pcount = 0; in kpagecount_read() 52 pcount = page_mapcount(ppage); in kpagecount_read() 54 if (put_user(pcount, out)) { in kpagecount_read()
|
D | base.c | 464 task->sched_info.pcount); in proc_pid_schedstat()
|
/Linux-v4.19/kernel/sched/ |
D | stats.h | 13 rq->rq_sched_info.pcount++; in rq_sched_info_arrive() 97 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-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_network.h | 540 int i, pcount = 0; in wait_for_pending_requests() local 543 pcount = atomic_read( in wait_for_pending_requests() 546 if (pcount) in wait_for_pending_requests() 552 if (pcount) in wait_for_pending_requests()
|
/Linux-v4.19/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-v4.19/crypto/ |
D | tcrypt.c | 935 int bcount, pcount; in test_ahash_jiffies() local 946 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies() 1005 int i, pcount, ret; in test_ahash_cycles() local 1015 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles() 1034 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_input.c | 1207 int dup_sack, int pcount, in tcp_sacktag_one() argument 1236 tp->lost_out -= pcount; in tcp_sacktag_one() 1237 tp->retrans_out -= pcount; in tcp_sacktag_one() 1258 tp->lost_out -= pcount; in tcp_sacktag_one() 1264 tp->sacked_out += pcount; in tcp_sacktag_one() 1265 tp->delivered += pcount; /* Out-of-order packets delivered */ in tcp_sacktag_one() 1270 tp->lost_cnt_hint += pcount; in tcp_sacktag_one() 1279 tp->retrans_out -= pcount; in tcp_sacktag_one() 1291 unsigned int pcount, int shifted, int mss, in tcp_shifted_skb() argument 1298 BUG_ON(!pcount); in tcp_shifted_skb() [all …]
|
D | tcp_output.c | 2467 int pcount; in tcp_send_loss_probe() local 2472 pcount = tp->packets_out; in tcp_send_loss_probe() 2474 if (tp->packets_out > pcount) in tcp_send_loss_probe() 2491 pcount = tcp_skb_pcount(skb); in tcp_send_loss_probe() 2492 if (WARN_ON(!pcount)) in tcp_send_loss_probe() 2495 if ((pcount > 1) && (skb->len > (pcount - 1) * mss)) { in tcp_send_loss_probe() 2497 (pcount - 1) * mss, mss, in tcp_send_loss_probe()
|
/Linux-v4.19/kernel/ |
D | delayacct.c | 116 t1 = tsk->sched_info.pcount; in __delayacct_add_tsk()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | user_sdma.c | 325 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local 510 if (pcount > req->info.npkts) in hfi1_user_sdma_process_request() 511 pcount = req->info.npkts; in hfi1_user_sdma_process_request() 567 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request() 589 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request()
|
/Linux-v4.19/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-v4.19/arch/x86/kvm/ |
D | hyperv.c | 578 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count() argument 580 *pcount = stimer->count; in stimer_get_count()
|
/Linux-v4.19/include/linux/ |
D | sched.h | 287 unsigned long pcount; member
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_receiver.c | 3420 int pcount = (device->state.role == R_PRIMARY) in drbd_sync_handshake() local 3424 switch (pcount) { in drbd_sync_handshake() 3438 pcount, (hg < 0) ? "peer" : "this"); in drbd_sync_handshake()
|