/linux-4.1.27/fs/isofs/ |
D | compress.c | 44 loff_t block_end, int pcount, in zisofs_uncompress_block() argument 70 for ( i = 0 ; i < pcount ; i++ ) { in zisofs_uncompress_block() 77 return ((loff_t)pcount) << PAGE_CACHE_SHIFT; in zisofs_uncompress_block() 118 while (curpage < pcount && curbh < haveblocks && in zisofs_uncompress_block() 199 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, in zisofs_fill_pages() argument 242 while (cstart_block < cend_block && pcount > 0) { in zisofs_fill_pages() 261 pcount, pages, poffset, &err); in zisofs_fill_pages() 264 pcount -= poffset >> PAGE_CACHE_SHIFT; in zisofs_fill_pages() 302 int i, pcount, full_page; in zisofs_readpage() local 325 pcount = min_t(int, zisofs_pages_per_cblock, in zisofs_readpage() [all …]
|
/linux-4.1.27/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() 107 s32 *pcount = per_cpu_ptr(fbc->counters, cpu); in __percpu_counter_sum() local 108 ret += *pcount; in __percpu_counter_sum() 182 s32 *pcount; in percpu_counter_hotcpu_callback() local 186 pcount = per_cpu_ptr(fbc->counters, cpu); in percpu_counter_hotcpu_callback() 187 fbc->count += *pcount; in percpu_counter_hotcpu_callback() 188 *pcount = 0; in percpu_counter_hotcpu_callback()
|
/linux-4.1.27/fs/proc/ |
D | page.c | 32 u64 pcount; in kpagecount_read() local 45 pcount = 0; in kpagecount_read() 47 pcount = page_mapcount(ppage); in kpagecount_read() 49 if (put_user(pcount, out)) { in kpagecount_read()
|
D | base.c | 315 task->sched_info.pcount); in proc_pid_schedstat()
|
/linux-4.1.27/crypto/ |
D | tcrypt.c | 544 int bcount, pcount; in test_hash_jiffies() local 555 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_jiffies() 619 int i, pcount; in test_hash_cycles() local 632 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_cycles() 651 for (pcount = 0; pcount < blen; pcount += plen) { in test_hash_cycles() 803 int bcount, pcount; in test_ahash_jiffies() local 814 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies() 873 int i, pcount, ret; in test_ahash_cycles() local 883 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles() 902 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
|
/linux-4.1.27/kernel/sched/ |
D | stats.h | 12 rq->rq_sched_info.pcount++; in rq_sched_info_arrive() 89 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-4.1.27/fs/ocfs2/ |
D | quota_global.c | 176 u64 pblock = 0, pcount = 0; in ocfs2_quota_read() local 185 if (!pcount) { in ocfs2_quota_read() 187 &pcount, NULL); in ocfs2_quota_read() 193 pcount--; in ocfs2_quota_read() 225 u64 pblock, pcount; in ocfs2_quota_write() local 250 err = ocfs2_extent_map_get_blocks(gqinode, blk, &pblock, &pcount, NULL); in ocfs2_quota_write() 344 u64 pcount; in ocfs2_global_read_info() local 371 &pcount, NULL); in ocfs2_global_read_info()
|
D | quota_local.c | 1228 u64 pcount; in ocfs2_create_local_dquot() local 1247 &pcount, in ocfs2_create_local_dquot()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_input.c | 1195 int dup_sack, int pcount, in tcp_sacktag_one() argument 1222 tp->lost_out -= pcount; in tcp_sacktag_one() 1223 tp->retrans_out -= pcount; in tcp_sacktag_one() 1248 tp->lost_out -= pcount; in tcp_sacktag_one() 1254 tp->sacked_out += pcount; in tcp_sacktag_one() 1256 fack_count += pcount; in tcp_sacktag_one() 1261 tp->lost_cnt_hint += pcount; in tcp_sacktag_one() 1273 tp->retrans_out -= pcount; in tcp_sacktag_one() 1284 unsigned int pcount, int shifted, int mss, in tcp_shifted_skb() argument 1292 BUG_ON(!pcount); in tcp_shifted_skb() [all …]
|
D | tcp_output.c | 2239 int pcount; in tcp_send_loss_probe() local 2260 pcount = tcp_skb_pcount(skb); in tcp_send_loss_probe() 2261 if (WARN_ON(!pcount)) in tcp_send_loss_probe() 2264 if ((pcount > 1) && (skb->len > (pcount - 1) * mss)) { in tcp_send_loss_probe() 2265 if (unlikely(tcp_fragment(sk, skb, (pcount - 1) * mss, mss, in tcp_send_loss_probe()
|
/linux-4.1.27/kernel/ |
D | delayacct.c | 105 t1 = tsk->sched_info.pcount; in __delayacct_add_tsk()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_mbox.c | 1769 uint32_t pagen, pcount; in lpfc_sli4_config() local 1796 pcount = (SLI4_PAGE_ALIGN(length))/SLI4_PAGE_SIZE; in lpfc_sli4_config() 1797 pcount = (pcount > LPFC_SLI4_MBX_SGE_MAX_PAGES) ? in lpfc_sli4_config() 1798 LPFC_SLI4_MBX_SGE_MAX_PAGES : pcount; in lpfc_sli4_config() 1808 for (pagen = 0, alloc_len = 0; pagen < pcount; pagen++) { in lpfc_sli4_config()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 3172 int pcount = (device->state.role == R_PRIMARY) in drbd_sync_handshake() local 3176 switch (pcount) { in drbd_sync_handshake() 3190 pcount, (hg < 0) ? "peer" : "this"); in drbd_sync_handshake()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 835 unsigned long pcount; /* # of times run on this cpu */ member
|