Searched refs:psize (Results 126 - 142 of 142) sorted by relevance

123456

/linux-master/fs/jfs/
H A Djfs_dtree.c579 int psize = 288; /* initial in-line directory */ local
623 DT_GETPAGE(ip, bn, mp, psize, p, rc);
785 psize = lengthPXD(pxd) << JFS_SBI(ip->i_sb)->l2bsize;
3041 int psize = 288; /* initial in-line directory */ local
3056 DT_GETPAGE(ip, bn, mp, psize, p, rc);
3091 psize = lengthPXD(xd) << JFS_SBI(ip->i_sb)->l2bsize;
/linux-master/drivers/scsi/elx/libefc_sli/
H A Dsli4.c2979 u32 psize; local
2982 psize = SLI4_CFG_PYLD_LENGTH(cmn_read_transceiver_data);
2984 psize = dma->size;
2986 req = sli_config_cmd_init(sli4, buf, psize, dma);
4374 u32 psize; local
4409 psize = sizeof(struct sli4_rsp_cmn_get_cntl_addl_attributes);
4410 data.size = psize;
/linux-master/mm/
H A Dhugetlb.c6956 long pages = 0, psize = huge_page_size(h); local
6979 for (; address < end; address += psize) {
6981 ptep = hugetlb_walk(vma, address, psize);
6991 ptep = huge_pte_alloc(mm, vma, address, psize);
7035 set_huge_pte_at(mm, address, ptep, newpte, psize);
7045 huge_pte_clear(mm, address, ptep, psize);
7065 psize);
H A Dmigrate.c251 unsigned long psize = huge_page_size(h); local
260 psize);
/linux-master/kernel/trace/
H A Dring_buffer.c5920 int psize; local
5930 psize = (1 << order) * PAGE_SIZE;
5931 if (psize <= BUF_PAGE_HDR_SIZE)
5935 if (psize > RB_WRITE_MASK + 1)
5949 buffer->subbuf_size = psize - BUF_PAGE_HDR_SIZE;
/linux-master/net/core/
H A Dskbuff.c1951 int i, order, psize, new_frags; local
1966 psize = (PAGE_SIZE << order);
1968 new_frags = (__skb_pagelen(skb) + psize - 1) >> (PAGE_SHIFT + order);
1997 if (d_off == psize) {
2001 copy = min_t(u32, psize - d_off, p_len - done);
2017 __skb_fill_netmem_desc(skb, i, page_to_netmem(head), 0, psize);
/linux-master/net/netfilter/
H A Dx_tables.c293 static int xt_obj_to_user(u16 __user *psize, u16 size, argument
297 if (put_user(size, psize))
/linux-master/drivers/net/wan/
H A Dwanxlfw.S2 .psize 0
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h242 unsigned long gfn, unsigned long psize);
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1017 LIBBPF_API void *bpf_map__initial_value(const struct bpf_map *map, size_t *psize);
H A Dlibbpf.c10165 void *bpf_map__initial_value(const struct bpf_map *map, size_t *psize) argument
10168 if (psize)
10169 *psize = map->def.value_size;
10177 *psize = map->obj->arena_data_sz;
10179 *psize = map->def.value_size;
/linux-master/tools/testing/selftests/mm/
H A Duffd-unit-tests.c197 page_size = psize();
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c550 nv50_disp_chan_user(struct nvkm_disp_chan *chan, u64 *psize) argument
552 *psize = 0x1000;
/linux-master/fs/f2fs/
H A Ddata.c2745 loff_t psize = (loff_t)(page->index + 1) << PAGE_SHIFT; local
2852 if (F2FS_I(inode)->last_disk_size < psize)
2853 F2FS_I(inode)->last_disk_size = psize;
/linux-master/drivers/message/fusion/
H A Dmptbase.c1643 u32 psize; local
1696 port = psize = 0;
1699 if (psize)
1703 psize = pci_resource_len(pdev, ii);
/linux-master/tools/perf/util/
H A Dheader.c278 static int do_read_bitmap(struct feat_fd *ff, unsigned long **pset, u64 *psize) argument
303 *psize = size;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dr535.c2148 r535_gsp_elf_section(struct nvkm_gsp *gsp, const char *name, const u8 **pdata, u64 *psize) argument
2158 *psize = shdr->sh_size;

Completed in 284 milliseconds

123456