Home
last modified time | relevance | path

Searched refs:p_count (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/m32r/kernel/
Dtime.c84 static unsigned long p_count = 0; in m32r_gettimeoffset() local
89 if (jiffies == p_jiffies && count > p_count) in m32r_gettimeoffset()
93 p_count = count; in m32r_gettimeoffset()
/linux-4.1.27/fs/ocfs2/
Dextent_map.c933 u64 p_block, p_count; in ocfs2_read_virt_blocks() local
949 &p_block, &p_count, NULL); in ocfs2_read_virt_blocks()
967 if (p_count < count) in ocfs2_read_virt_blocks()
968 count = p_count; in ocfs2_read_virt_blocks()
/linux-4.1.27/include/linux/sunrpc/
Dclnt.h99 unsigned int p_count; /* call count */ member
/linux-4.1.27/net/sunrpc/
Dstats.c59 vers->procs[j].p_count); in rpc_proc_show()
Dclnt.c1439 task->tk_msg.rpc_proc->p_count++; in call_start()
/linux-4.1.27/fs/nfsd/
Dvfs.c58 unsigned int p_count; member
794 if (ra->p_count == 0) in nfsd_get_raparms()
814 ra->p_count++; in nfsd_get_raparms()
1040 ra->p_count--; in nfsd_put_tmp_read_open()