Searched refs:atom_size (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | setup_percpu.c | 191 size_t atom_size; in setup_per_cpu_areas() local 201 atom_size = PMD_SIZE; in setup_per_cpu_areas() 203 atom_size = PAGE_SIZE; in setup_per_cpu_areas() 206 dyn_size, atom_size, in setup_per_cpu_areas()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | CVE-2022-41741-CVE-2022-41742.patch | 33 atom_size = sizeof(ngx_mp4_atom_header_t) + (size_t) atom_data_size; 35 ftyp_atom = ngx_palloc(mp4->request->pool, atom_size); 76 atom_size = sizeof(ngx_mp4_atom_header_t) + (size_t) atom_data_size; 86 trak->tkhd_size = atom_size; 88 ngx_mp4_set_32value(tkhd_atom->size, atom_size); 103 atom_size = sizeof(ngx_mp4_atom_header_t) + (size_t) atom_data_size; 113 trak->mdhd_size = atom_size;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | percpu.h | 80 size_t atom_size; member 113 size_t atom_size,
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | setup_64.c | 876 size_t atom_size; in setup_per_cpu_areas() local 887 atom_size = PAGE_SIZE; in setup_per_cpu_areas() 889 atom_size = 1 << 20; in setup_per_cpu_areas() 892 rc = pcpu_embed_first_chunk(0, dyn_size, atom_size, pcpu_cpu_distance, in setup_per_cpu_areas()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | percpu.c | 2322 ai->unit_size, ai->alloc_size / ai->atom_size, ai->atom_size); in pcpu_dump_alloc_info() 2524 pcpu_atom_size = ai->atom_size; in pcpu_setup_first_chunk() 2668 size_t atom_size, in pcpu_build_alloc_info() argument 2700 alloc_size = roundup(min_unit_size, atom_size); in pcpu_build_alloc_info() 2777 ai->atom_size = atom_size; in pcpu_build_alloc_info() 2836 size_t atom_size, in pcpu_embed_first_chunk() argument 2848 ai = pcpu_build_alloc_info(reserved_size, dyn_size, atom_size, in pcpu_embed_first_chunk() 2874 ptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size); in pcpu_embed_first_chunk() 3145 ai->atom_size = unit_size; in setup_per_cpu_areas()
|
| H A D | percpu-stats.c | 184 PL(atom_size); in percpu_stats_show()
|
| /OK3568_Linux_fs/kernel/include/soc/tegra/ |
| H A D | mc.h | 152 unsigned int atom_size; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/mm/ |
| H A D | contig.c | 131 ai->atom_size = PAGE_SIZE; in setup_per_cpu_areas()
|
| H A D | discontig.c | 222 ai->atom_size = PAGE_SIZE; in setup_per_cpu_areas()
|
| /OK3568_Linux_fs/kernel/drivers/memory/tegra/ |
| H A D | tegra124.c | 1047 .atom_size = 32, 1079 .atom_size = 32,
|
| H A D | tegra114.c | 972 .atom_size = 32,
|
| H A D | tegra30.c | 1018 .atom_size = 16,
|
| H A D | tegra210.c | 1126 .atom_size = 64,
|
| /OK3568_Linux_fs/kernel/drivers/iommu/ |
| H A D | tegra-smmu.c | 186 offset &= ~(smmu->mc->soc->atom_size - 1); in smmu_flush_ptc()
|