| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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() 133 s32 *pcount = per_cpu_ptr(fbc->counters, cpu); in __percpu_counter_sum() local 134 ret += *pcount; in __percpu_counter_sum() 204 s32 *pcount; in percpu_counter_cpu_dead() local 207 pcount = per_cpu_ptr(fbc->counters, cpu); in percpu_counter_cpu_dead() 208 fbc->count += *pcount; in percpu_counter_cpu_dead() 209 *pcount = 0; in percpu_counter_cpu_dead()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | strstream | 40 int pcount() const; 94 int pcount() const; 119 int pcount() const; 167 int pcount() const; 331 int pcount() const {return __sb_.pcount();} 390 int pcount() const {return __sb_.pcount();}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | strstream | 40 int pcount() const; 94 int pcount() const; 119 int pcount() const; 167 int pcount() const; 331 int pcount() const {return __sb_.pcount();} 390 int pcount() const {return __sb_.pcount();}
|
| /OK3568_Linux_fs/u-boot/board/cavium/thunderx/ |
| H A D | atf.c | 185 size_t pcount; in atf_print_part_table() local 192 pcount = atf_get_pcount(); in atf_print_part_table() 194 printf("Partition count: %lu\n\n", pcount); in atf_print_part_table() 197 for (i = 0; i < pcount; i++) { in atf_print_part_table()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | page.c | 53 u64 pcount; in kpagecount_read() local 70 pcount = 0; in kpagecount_read() 72 pcount = page_mapcount(ppage); in kpagecount_read() 74 if (put_user(pcount, out)) { in kpagecount_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/mmu/ |
| H A D | mali_kbase_mmu.c | 1689 unsigned int pcount = 0; in mmu_insert_pages_failure_recovery() local 1719 pcount = 1; in mmu_insert_pages_failure_recovery() 1723 pcount = count; in mmu_insert_pages_failure_recovery() 1730 if (dirty_pgds && pcount > 0) in mmu_insert_pages_failure_recovery() 1734 if (WARN_ON_ONCE(num_of_valid_entries < pcount)) in mmu_insert_pages_failure_recovery() 1737 num_of_valid_entries -= pcount; in mmu_insert_pages_failure_recovery() 1740 mmu_mode->entries_invalidate(&page[idx], pcount); in mmu_insert_pages_failure_recovery() 1759 kbase_dma_addr(p) + sizeof(u64) * idx, sizeof(u64) * pcount, in mmu_insert_pages_failure_recovery() 2789 unsigned int pcount; in kbase_mmu_teardown_pgd_pages() local 2848 pcount = 1; in kbase_mmu_teardown_pgd_pages() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | stats.h | 13 rq->rq_sched_info.pcount++; in rq_sched_info_arrive() 205 t->sched_info.pcount++; in sched_info_arrive()
|
| H A D | stats.c | 38 rq->rq_sched_info.run_delay, rq->rq_sched_info.pcount); in show_schedstat()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/backward/ |
| H A D | strstream | 119 _GLIBCXX_PURE int pcount() const throw (); 200 _GLIBCXX_PURE int pcount() const throw (); 229 _GLIBCXX_PURE int pcount() const throw ();
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/backward/ |
| H A D | strstream | 119 _GLIBCXX_PURE int pcount() const throw (); 200 _GLIBCXX_PURE int pcount() const throw (); 229 _GLIBCXX_PURE int pcount() const throw ();
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_input.c | 1332 int dup_sack, int pcount, in tcp_sacktag_one() argument 1341 tp->undo_retrans = max_t(int, 0, tp->undo_retrans - pcount); in tcp_sacktag_one() 1361 tp->lost_out -= pcount; in tcp_sacktag_one() 1362 tp->retrans_out -= pcount; in tcp_sacktag_one() 1383 tp->lost_out -= pcount; in tcp_sacktag_one() 1389 tp->sacked_out += pcount; in tcp_sacktag_one() 1391 state->sack_delivered += pcount; in tcp_sacktag_one() 1396 tp->lost_cnt_hint += pcount; in tcp_sacktag_one() 1405 tp->retrans_out -= pcount; in tcp_sacktag_one() 1417 unsigned int pcount, int shifted, int mss, in tcp_shifted_skb() argument [all …]
|
| H A D | tcp_output.c | 2797 int pcount; in tcp_send_loss_probe() local 2807 pcount = tp->packets_out; in tcp_send_loss_probe() 2809 if (tp->packets_out > pcount) in tcp_send_loss_probe() 2825 pcount = tcp_skb_pcount(skb); in tcp_send_loss_probe() 2826 if (WARN_ON(!pcount)) in tcp_send_loss_probe() 2829 if ((pcount > 1) && (skb->len > (pcount - 1) * mss)) { in tcp_send_loss_probe() 2831 (pcount - 1) * mss, mss, in tcp_send_loss_probe()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | tcrypt.c | 932 int bcount, pcount; in test_ahash_jiffies() local 943 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_jiffies() 1002 int i, pcount, ret; in test_ahash_cycles() local 1012 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles() 1031 for (pcount = 0; pcount < blen; pcount += plen) { in test_ahash_cycles()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_11h.c | 3051 t_u8 pcount, i; in wlan_dfs_rep_disconnect() local 3054 pcount = wlan_get_privs_by_cond(pmadapter, wlan_is_intf_active, in wlan_dfs_rep_disconnect() 3058 for (i = 0; i < pcount; i++) { in wlan_dfs_rep_disconnect() 3084 t_u8 pcount, i; in wlan_dfs_rep_bw_change() local 3087 pcount = wlan_get_privs_by_cond(pmadapter, wlan_is_intf_active, in wlan_dfs_rep_bw_change() 3089 if (pcount == 1) { in wlan_dfs_rep_bw_change() 3099 for (i = 0; i < pcount; i++) { in wlan_dfs_rep_bw_change() 3118 for (i = 0; i < pcount; i++) { in wlan_dfs_rep_bw_change()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | delayacct.c | 107 t1 = tsk->sched_info.pcount; in __delayacct_add_tsk()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | user_sdma.c | 353 u8 pcount = initial_pkt_count; in hfi1_user_sdma_process_request() local 537 if (pcount > req->info.npkts) in hfi1_user_sdma_process_request() 538 pcount = req->info.npkts; in hfi1_user_sdma_process_request() 600 ret = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_11h.c | 3799 t_u8 pcount, i; in wlan_dfs_rep_disconnect() local 3802 pcount = wlan_get_privs_by_cond(pmadapter, wlan_is_intf_active, in wlan_dfs_rep_disconnect() 3806 for (i = 0; i < pcount; i++) { in wlan_dfs_rep_disconnect() 3831 t_u8 pcount, i; in wlan_dfs_rep_bw_change() local 3834 pcount = wlan_get_privs_by_cond(pmadapter, wlan_is_intf_active, in wlan_dfs_rep_bw_change() 3836 if (pcount == 1) { in wlan_dfs_rep_bw_change() 3847 for (i = 0; i < pcount; i++) { in wlan_dfs_rep_bw_change() 3864 for (i = 0; i < pcount; i++) { in wlan_dfs_rep_bw_change()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cgroup.c | 1281 char **buf, size_t *pcount, loff_t *ppos, in __cgroup_bpf_run_filter_sysctl() argument 1306 if (write && *buf && *pcount) { in __cgroup_bpf_run_filter_sysctl() 1311 ctx.new_len = min_t(size_t, PAGE_SIZE, *pcount); in __cgroup_bpf_run_filter_sysctl() 1330 *pcount = ctx.new_len; in __cgroup_bpf_run_filter_sysctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tcp.h | 521 int tcp_skb_shift(struct sk_buff *to, struct sk_buff *from, int pcount,
|
| H A D | bpf-cgroup.h | 150 char **buf, size_t *pcount, loff_t *ppos,
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 6419 int pcount; in stbi__gif_load_next() local 6428 pcount = g->w * g->h; in stbi__gif_load_next() 6429 g->out = (stbi_uc *) stbi__malloc(4 * pcount); in stbi__gif_load_next() 6430 g->background = (stbi_uc *) stbi__malloc(4 * pcount); in stbi__gif_load_next() 6431 g->history = (stbi_uc *) stbi__malloc(pcount); in stbi__gif_load_next() 6438 memset(g->out, 0x00, 4 * pcount); in stbi__gif_load_next() 6439 memset(g->background, 0x00, 4 * pcount); // state of the background (starts transparent) in stbi__gif_load_next() 6440 memset(g->history, 0x00, pcount); // pixels that were affected previous frame in stbi__gif_load_next() 6445 pcount = g->w * g->h; in stbi__gif_load_next() 6452 for (pi = 0; pi < pcount; ++pi) { in stbi__gif_load_next() [all …]
|