sets 284 arch/arc/include/asm/arcregs.h unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; sets 255 arch/arc/mm/tlb.c int num_tlb = mmu->sets * mmu->ways; sets 732 arch/arc/mm/tlb.c unsigned int ver:8, ways:4, sets:4, u_itlb:8, u_dtlb:8; sets 734 arch/arc/mm/tlb.c unsigned int u_dtlb:8, u_itlb:8, sets:4, ways:4, ver:8; sets 740 arch/arc/mm/tlb.c unsigned int ver:8, ways:4, sets:4, res:3, sasid:1, pg_sz:4, sets 743 arch/arc/mm/tlb.c unsigned int u_dtlb:4, u_itlb:4, pg_sz:4, sasid:1, res:3, sets:4, sets 766 arch/arc/mm/tlb.c mmu->sets = 1 << mmu2->sets; sets 773 arch/arc/mm/tlb.c mmu->sets = 1 << mmu3->sets; sets 783 arch/arc/mm/tlb.c mmu->sets = 64 << mmu4->n_entry; sets 806 arch/arc/mm/tlb.c p_mmu->sets * p_mmu->ways, p_mmu->sets, p_mmu->ways, sets 920 arch/arc/mm/tlb.c for (set = 0; set < mmu->sets; set++) { sets 168 arch/arm/mach-s3c24xx/common-smdk.c .sets = smdk_nand_sets, sets 219 arch/arm/mach-s3c24xx/mach-anubis.c .sets = anubis_nand_sets, sets 111 arch/arm/mach-s3c24xx/mach-at2440evb.c .sets = at2440evb_nand_sets, sets 295 arch/arm/mach-s3c24xx/mach-bast.c .sets = bast_nand_sets, sets 418 arch/arm/mach-s3c24xx/mach-gta02.c .sets = gta02_nand_sets, sets 229 arch/arm/mach-s3c24xx/mach-jive.c .sets = jive_nand_sets, sets 297 arch/arm/mach-s3c24xx/mach-mini2440.c .sets = mini2440_nand_sets, sets 235 arch/arm/mach-s3c24xx/mach-osiris.c .sets = osiris_nand_sets, sets 283 arch/arm/mach-s3c24xx/mach-qt2410.c .sets = qt2410_nand_sets, sets 618 arch/arm/mach-s3c24xx/mach-rx1950.c .sets = rx1950_nand_sets, sets 160 arch/arm/mach-s3c24xx/mach-rx3715.c .sets = rx3715_nand_sets, sets 114 arch/arm/mach-s3c24xx/mach-vstms.c .sets = vstms_nand_sets, sets 202 arch/arm/mach-s3c64xx/mach-hmt.c .sets = hmt_nand_sets, sets 138 arch/arm/mach-s3c64xx/mach-mini6410.c .sets = mini6410_nand_sets, sets 190 arch/arm/mach-s3c64xx/mach-real6410.c .sets = real6410_nand_sets, sets 948 arch/arm/mm/cache-l2x0.c u32 cache_size = 0, sets = 0; sets 955 arch/arm/mm/cache-l2x0.c of_property_read_u32(np, "cache-sets", &sets); sets 959 arch/arm/mm/cache-l2x0.c if (!cache_size || !sets) sets 990 arch/arm/mm/cache-l2x0.c way_size = sets * line_size; sets 718 arch/arm/plat-samsung/devs.c struct s3c2410_nand_set *from = npd->sets; sets 723 arch/arm/plat-samsung/devs.c npd->sets = to; /* set, even if we failed */ sets 25 arch/mips/include/asm/cpu-info.h unsigned short sets; /* Number of lines per set */ sets 13 arch/mips/kernel/cacheinfo.c leaf->number_of_sets = c->cache.sets; \ sets 15 arch/mips/kernel/cacheinfo.c leaf->size = c->cache.linesz * c->cache.sets * \ sets 481 arch/mips/loongson64/loongson-3/smp.c [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); sets 563 arch/mips/loongson64/loongson-3/smp.c [sets] "r" (cpu_data[smp_processor_id()].dcache.sets), sets 564 arch/mips/loongson64/loongson-3/smp.c [vsets] "r" (cpu_data[smp_processor_id()].vcache.sets)); sets 626 arch/mips/loongson64/loongson-3/smp.c [sets] "r" (cpu_data[smp_processor_id()].dcache.sets)); sets 181 arch/mips/mm/c-octeon.c c->icache.sets = 64 << ((config1 >> 22) & 7); sets 185 arch/mips/mm/c-octeon.c c->icache.sets * c->icache.ways * c->icache.linesz; sets 189 arch/mips/mm/c-octeon.c c->dcache.sets = 2; /* CN5XXX has two Dcache sets */ sets 191 arch/mips/mm/c-octeon.c c->dcache.sets = 1; /* CN3XXX has one Dcache set */ sets 194 arch/mips/mm/c-octeon.c c->dcache.sets * c->dcache.ways * c->dcache.linesz; sets 201 arch/mips/mm/c-octeon.c c->icache.sets = 8; sets 204 arch/mips/mm/c-octeon.c icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; sets 208 arch/mips/mm/c-octeon.c c->dcache.sets = 8; sets 209 arch/mips/mm/c-octeon.c dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; sets 215 arch/mips/mm/c-octeon.c c->icache.sets = 16; sets 218 arch/mips/mm/c-octeon.c icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; sets 222 arch/mips/mm/c-octeon.c c->dcache.sets = 8; sets 223 arch/mips/mm/c-octeon.c dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; sets 236 arch/mips/mm/c-octeon.c c->icache.sets = icache_size / (c->icache.linesz * c->icache.ways); sets 237 arch/mips/mm/c-octeon.c c->dcache.sets = dcache_size / (c->dcache.linesz * c->dcache.ways); sets 245 arch/mips/mm/c-octeon.c c->icache.ways, c->icache.sets, c->icache.linesz); sets 250 arch/mips/mm/c-octeon.c c->dcache.sets, c->dcache.linesz); sets 1252 arch/mips/mm/c-r4k.c c->icache.sets = 64 << ((config1 >> 22) & 7); sets 1254 arch/mips/mm/c-r4k.c icache_size = c->icache.sets * sets 1264 arch/mips/mm/c-r4k.c c->dcache.sets = 64 << ((config1 >> 13) & 7); sets 1266 arch/mips/mm/c-r4k.c dcache_size = c->dcache.sets * sets 1277 arch/mips/mm/c-r4k.c c->icache.sets = 16; sets 1280 arch/mips/mm/c-r4k.c icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; sets 1284 arch/mips/mm/c-r4k.c c->dcache.sets = 8; sets 1285 arch/mips/mm/c-r4k.c dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; sets 1307 arch/mips/mm/c-r4k.c c->icache.sets = 32 << (((config1 >> 22) + 1) & 7); sets 1310 arch/mips/mm/c-r4k.c icache_size = c->icache.sets * sets 1331 arch/mips/mm/c-r4k.c c->dcache.sets = 32 << (((config1 >> 13) + 1) & 7); sets 1334 arch/mips/mm/c-r4k.c dcache_size = c->dcache.sets * sets 1361 arch/mips/mm/c-r4k.c c->icache.sets = c->icache.linesz ? sets 1363 arch/mips/mm/c-r4k.c c->dcache.sets = c->dcache.linesz ? sets 1490 arch/mips/mm/c-r4k.c c->vcache.sets = 64 << ((config2 >> 24) & 15); sets 1493 arch/mips/mm/c-r4k.c vcache_size = c->vcache.sets * c->vcache.ways * c->vcache.linesz; sets 1572 arch/mips/mm/c-r4k.c c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); sets 1590 arch/mips/mm/c-r4k.c c->scache.sets = 64 << ((config2 >> 8) & 15); sets 1593 arch/mips/mm/c-r4k.c scache_size = c->scache.sets * sets 1675 arch/mips/mm/c-r4k.c scache_size = c->scache.ways * c->scache.sets * c->scache.linesz; sets 1695 arch/mips/mm/c-r4k.c c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); sets 1850 arch/mips/mm/c-r4k.c c->dcache.sets * c->dcache.linesz - 1, sets 400 arch/mips/mm/c-tx39.c current_cpu_data.icache.sets = sets 402 arch/mips/mm/c-tx39.c current_cpu_data.dcache.sets = sets 154 arch/mips/mm/sc-mips.c unsigned long sets, line_sz, assoc; sets 159 arch/mips/mm/sc-mips.c sets = cfg & CM_GCR_L2_CONFIG_SET_SIZE; sets 160 arch/mips/mm/sc-mips.c sets >>= __ffs(CM_GCR_L2_CONFIG_SET_SIZE); sets 161 arch/mips/mm/sc-mips.c if (sets) sets 162 arch/mips/mm/sc-mips.c c->scache.sets = 64 << sets; sets 172 arch/mips/mm/sc-mips.c c->scache.waysize = c->scache.sets * c->scache.linesz; sets 214 arch/mips/mm/sc-mips.c c->scache.sets = 64 << tmp; sets 239 arch/mips/mm/sc-mips.c c->scache.sets = 256; sets 245 arch/mips/mm/sc-mips.c c->scache.waysize = c->scache.sets * c->scache.linesz; sets 241 arch/mips/mm/sc-rm7k.c c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); sets 7 arch/nds32/include/asm/cache_info.h unsigned short sets; sets 106 arch/nds32/kernel/setup.c L1_cache_info[ICACHE].sets = CACHE_SET(ICACHE); sets 109 arch/nds32/kernel/setup.c L1_cache_info[ICACHE].sets / 1024; sets 111 arch/nds32/kernel/setup.c L1_cache_info[ICACHE].sets, L1_cache_info[ICACHE].ways, sets 115 arch/nds32/kernel/setup.c L1_cache_info[DCACHE].sets = CACHE_SET(DCACHE); sets 118 arch/nds32/kernel/setup.c L1_cache_info[DCACHE].sets / 1024; sets 120 arch/nds32/kernel/setup.c L1_cache_info[DCACHE].sets, L1_cache_info[DCACHE].ways, sets 104 arch/nds32/mm/proc.c line_size * L1_cache_info[ICACHE].ways * L1_cache_info[ICACHE].sets; sets 45 arch/powerpc/include/asm/cache.h u32 sets; sets 492 arch/powerpc/kernel/setup_64.c u32 bsize, u32 sets) sets 495 arch/powerpc/kernel/setup_64.c info->sets = sets; sets 504 arch/powerpc/kernel/setup_64.c if (sets == 0) sets 507 arch/powerpc/kernel/setup_64.c info->assoc = size / (sets * lsize); sets 528 arch/powerpc/kernel/setup_64.c u32 size, lsize, bsize, sets; sets 532 arch/powerpc/kernel/setup_64.c sets = -1u; sets 539 arch/powerpc/kernel/setup_64.c sets = be32_to_cpu(*setsp); sets 559 arch/powerpc/kernel/setup_64.c if (sets == 1) sets 560 arch/powerpc/kernel/setup_64.c sets = 0; sets 561 arch/powerpc/kernel/setup_64.c else if (sets == 0) sets 562 arch/powerpc/kernel/setup_64.c sets = 1; sets 564 arch/powerpc/kernel/setup_64.c init_cache_info(info, size, lsize, bsize, sets); sets 54 arch/powerpc/kvm/e500.h int entries, ways, sets; sets 48 arch/powerpc/kvm/e500_mmu.c static int tlb0_set_base(gva_t addr, int sets, int ways) sets 52 arch/powerpc/kvm/e500_mmu.c set_base = (addr >> PAGE_SHIFT) & (sets - 1); sets 60 arch/powerpc/kvm/e500_mmu.c return tlb0_set_base(addr, vcpu_e500->gtlb_params[0].sets, sets 745 arch/powerpc/kvm/e500_mmu.c u32 sets; sets 767 arch/powerpc/kvm/e500_mmu.c sets = params.tlb_sizes[0] >> ilog2(params.tlb_ways[0]); sets 768 arch/powerpc/kvm/e500_mmu.c if (!is_power_of_2(sets)) sets 841 arch/powerpc/kvm/e500_mmu.c vcpu_e500->gtlb_params[0].sets = sets; sets 844 arch/powerpc/kvm/e500_mmu.c vcpu_e500->gtlb_params[1].sets = 1; sets 913 arch/powerpc/kvm/e500_mmu.c vcpu_e500->gtlb_params[0].sets = sets 917 arch/powerpc/kvm/e500_mmu.c vcpu_e500->gtlb_params[1].sets = 1; sets 796 arch/powerpc/kvm/e500_mmu_host.c host_tlb_params[0].sets = sets 798 arch/powerpc/kvm/e500_mmu_host.c host_tlb_params[1].sets = 1; sets 23 arch/sh/include/asm/cache.h unsigned int sets; /* Number of cache sets */ sets 128 arch/sh/kernel/cpu/init.c waysize = current_cpu_data.dcache.sets; sets 309 arch/sh/kernel/cpu/init.c current_cpu_data.icache.way_size = current_cpu_data.icache.sets * sets 316 arch/sh/kernel/cpu/init.c current_cpu_data.dcache.way_size = current_cpu_data.dcache.sets * sets 71 arch/sh/kernel/cpu/proc.c cache_size = info.ways * info.sets * info.linesz; sets 36 arch/sh/kernel/cpu/sh2/probe.c boot_cpu_data.dcache.sets = 256; sets 57 arch/sh/kernel/cpu/sh2/probe.c boot_cpu_data.dcache.sets = 256; sets 45 arch/sh/kernel/cpu/sh2a/probe.c boot_cpu_data.dcache.sets = 128; sets 62 arch/sh/kernel/cpu/sh3/probe.c boot_cpu_data.dcache.sets = 128; sets 69 arch/sh/kernel/cpu/sh3/probe.c boot_cpu_data.dcache.sets = 256; sets 93 arch/sh/kernel/cpu/sh3/probe.c boot_cpu_data.dcache.sets = 512; sets 37 arch/sh/kernel/cpu/sh4/probe.c boot_cpu_data.icache.sets = 256; sets 46 arch/sh/kernel/cpu/sh4/probe.c boot_cpu_data.dcache.sets = 512; sets 205 arch/sh/kernel/cpu/sh4/probe.c boot_cpu_data.icache.sets = (size >> 6); sets 213 arch/sh/kernel/cpu/sh4/probe.c boot_cpu_data.dcache.sets = (size >> 6); sets 251 arch/sh/kernel/cpu/sh4/probe.c boot_cpu_data.scache.sets = size / sets 256 arch/sh/kernel/cpu/sh4/probe.c (boot_cpu_data.scache.sets * sets 40 arch/sh/kernel/cpu/sh5/probe.c boot_cpu_data.icache.sets = 256; sets 44 arch/sh/kernel/cpu/sh5/probe.c boot_cpu_data.icache.way_size = boot_cpu_data.icache.sets * sets 55 arch/sh/mm/cache-debugfs.c waysize = cache->sets; sets 154 arch/sh/mm/cache-sh4.c (current_cpu_data.dcache.sets << sets 254 arch/sh/mm/cache-sh5.c set_offset &= (cpu_data->dcache.sets - 1); sets 306 arch/sh/mm/cache-sh5.c sh64_dcache_purge_sets(0, cpu_data->dcache.sets); sets 37 arch/sh/mm/cache-sh7705.c waysize = current_cpu_data.dcache.sets; sets 105 arch/sh/mm/cache-sh7705.c waysize = current_cpu_data.dcache.sets; sets 250 arch/sh/mm/cache.c c->alias_mask = ((c->sets - 1) << c->entry_shift) & ~(PAGE_SIZE - 1); sets 261 arch/sh/mm/cache.c boot_cpu_data.icache.sets, sets 269 arch/sh/mm/cache.c boot_cpu_data.dcache.sets, sets 282 arch/sh/mm/cache.c boot_cpu_data.scache.sets, sets 336 arch/sh/mm/cache.c (boot_cpu_data.dcache.sets == 512)) { sets 247 arch/sparc/mm/leon_mm.c unsigned int ssize, sets; sets 255 arch/sparc/mm/leon_mm.c sets = (cregs.dccr & LEON3_XCCR_SETS_MASK) >> 24; sets 260 arch/sparc/mm/leon_mm.c sets > 3 ? "unknown" : setStr[sets], ssize); sets 261 arch/sparc/mm/leon_mm.c if ((ssize <= (PAGE_SIZE / 1024)) && (sets == 0)) { sets 458 arch/x86/kvm/emulate.c FOP_SETCC(sets) sets 728 drivers/ata/pata_sis.c struct sis_chipset *sets; sets 785 drivers/ata/pata_sis.c for (sets = &sis_chipsets[0]; sets->device; sets++) { sets 786 drivers/ata/pata_sis.c host = pci_get_device(PCI_VENDOR_ID_SI, sets->device, NULL); sets 788 drivers/ata/pata_sis.c chipset = sets; /* Match found */ sets 789 drivers/ata/pata_sis.c if (sets->device == 0x630) { /* SIS630 */ sets 3209 drivers/firmware/ti_sci.c for (set = 0; set < res->sets; set++) { sets 3235 drivers/firmware/ti_sci.c for (set = 0; set < res->sets; set++) { sets 3255 drivers/firmware/ti_sci.c for (set = 0; set < res->sets; set++) sets 3291 drivers/firmware/ti_sci.c res->sets = ret; sets 3293 drivers/firmware/ti_sci.c res->desc = devm_kcalloc(dev, res->sets, sizeof(*res->desc), sets 3298 drivers/firmware/ti_sci.c for (i = 0; i < res->sets; i++) { sets 52 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c s = &wm->sets[0]; sets 62 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c s = &wm->sets[1]; sets 72 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c s = &wm->sets[2]; sets 82 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubbub.c s = &wm->sets[3]; sets 113 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c s = &wm.sets[i]; sets 93 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer_debug.c s = &wm.sets[i]; sets 485 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c s = &wm->sets[0]; sets 496 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c s = &wm->sets[1]; sets 507 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c s = &wm->sets[2]; sets 518 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubbub.c s = &wm->sets[3]; sets 520 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c s = &wm->sets[0]; sets 534 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c s = &wm->sets[1]; sets 548 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c s = &wm->sets[2]; sets 562 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_hubbub.c s = &wm->sets[3]; sets 52 drivers/gpu/drm/amd/display/dc/inc/hw/dchubbub.h struct dcn_hubbub_wm_set sets[4]; sets 1161 drivers/gpu/drm/i915/i915_drv.c const unsigned int sets[4] = { 1, 1, 2, 2 }; sets 1165 drivers/gpu/drm/i915/i915_drv.c sets[EDRAM_SETS_IDX(cap)]; sets 971 drivers/infiniband/hw/hfi1/tid_rdma.c u32 *idx, u32 pages, u32 sets) sets 980 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets].idx = *idx; sets 981 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets++].count = maxpages; sets 986 drivers/infiniband/hw/hfi1/tid_rdma.c if (sets & 1) sets 987 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets++].count = 0; sets 988 drivers/infiniband/hw/hfi1/tid_rdma.c return sets; sets 1018 drivers/infiniband/hw/hfi1/tid_rdma.c u32 idx, sets = 0, i; sets 1034 drivers/infiniband/hw/hfi1/tid_rdma.c sets = tid_flush_pages(list, &idx, pagecnt, sets); sets 1036 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets].idx = idx++; sets 1037 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets++].count = 1; sets 1039 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets].count = 1; sets 1040 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets++].idx = idx++; sets 1042 drivers/infiniband/hw/hfi1/tid_rdma.c list[sets++].count = 0; sets 1051 drivers/infiniband/hw/hfi1/tid_rdma.c sets = tid_flush_pages(list, &idx, pagecnt, sets); sets 1061 drivers/infiniband/hw/hfi1/tid_rdma.c sets = tid_flush_pages(list, &idx, npages - idx, sets); sets 1063 drivers/infiniband/hw/hfi1/tid_rdma.c WARN_ON(sets & 1); sets 1064 drivers/infiniband/hw/hfi1/tid_rdma.c return sets; sets 2819 drivers/media/dvb-frontends/drxd_hard.c struct dvb_frontend_tune_settings *sets) sets 2821 drivers/media/dvb-frontends/drxd_hard.c sets->min_delay_ms = 10000; sets 2822 drivers/media/dvb-frontends/drxd_hard.c sets->max_drift = 0; sets 2823 drivers/media/dvb-frontends/drxd_hard.c sets->step_size = 0; sets 6702 drivers/media/dvb-frontends/drxk_hard.c struct dvb_frontend_tune_settings *sets) sets 6718 drivers/media/dvb-frontends/drxk_hard.c sets->min_delay_ms = 3000; sets 6719 drivers/media/dvb-frontends/drxk_hard.c sets->max_drift = 0; sets 6720 drivers/media/dvb-frontends/drxk_hard.c sets->step_size = 0; sets 1026 drivers/mtd/nand/raw/s3c2410.c struct s3c2410_nand_set *sets; sets 1044 drivers/mtd/nand/raw/s3c2410.c sets = devm_kcalloc(&pdev->dev, pdata->nr_sets, sizeof(*sets), sets 1046 drivers/mtd/nand/raw/s3c2410.c if (!sets) sets 1049 drivers/mtd/nand/raw/s3c2410.c pdata->sets = sets; sets 1052 drivers/mtd/nand/raw/s3c2410.c sets->name = (char *)child->name; sets 1053 drivers/mtd/nand/raw/s3c2410.c sets->of_node = child; sets 1054 drivers/mtd/nand/raw/s3c2410.c sets->nr_chips = 1; sets 1058 drivers/mtd/nand/raw/s3c2410.c sets++; sets 1085 drivers/mtd/nand/raw/s3c2410.c struct s3c2410_nand_set *sets; sets 1141 drivers/mtd/nand/raw/s3c2410.c if (!plat->sets || plat->nr_sets < 1) { sets 1146 drivers/mtd/nand/raw/s3c2410.c sets = plat->sets; sets 1164 drivers/mtd/nand/raw/s3c2410.c for (setno = 0; setno < nr_sets; setno++, nmtd++, sets++) { sets 1171 drivers/mtd/nand/raw/s3c2410.c s3c2410_nand_init_chip(info, nmtd, sets); sets 1173 drivers/mtd/nand/raw/s3c2410.c err = nand_scan(&nmtd->chip, sets ? sets->nr_chips : 1); sets 1177 drivers/mtd/nand/raw/s3c2410.c s3c2410_nand_add_partition(info, nmtd, sets); sets 376 drivers/net/wireless/ti/wlcore/scan.c struct cfg80211_match_set *sets = req->match_sets; sets 384 drivers/net/wireless/ti/wlcore/scan.c if (sets[i].ssid.ssid_len > 0) sets 420 drivers/net/wireless/ti/wlcore/scan.c if (!sets[i].ssid.ssid_len) sets 424 drivers/net/wireless/ti/wlcore/scan.c cmd->ssids[cmd->n_ssids].len = sets[i].ssid.ssid_len; sets 426 drivers/net/wireless/ti/wlcore/scan.c sets[i].ssid.ssid, sets[i].ssid.ssid_len); sets 79 drivers/soc/ti/ti_sci_inta_msi.c for (set = 0; set < res->sets; set++) { sets 1188 drivers/staging/media/ipu3/include/intel-ipu3.h } sets[IPU3_UAPI_SHD_MAX_CFG_SETS]; sets 2877 fs/f2fs/node.c LIST_HEAD(sets); sets 2906 fs/f2fs/node.c __adjust_nat_entry_set(setvec[idx], &sets, sets 2911 fs/f2fs/node.c list_for_each_entry_safe(set, tmp, &sets, set_list) { sets 55 include/linux/platform_data/mtd-nand-s3c2410.h struct s3c2410_nand_set *sets; sets 540 include/linux/soc/ti/ti_sci_protocol.h u16 sets; sets 1024 include/net/netfilter/nf_tables.h struct list_head sets; sets 949 net/netfilter/nf_tables_api.c INIT_LIST_HEAD(&table->sets); sets 992 net/netfilter/nf_tables_api.c list_for_each_entry_safe(set, ns, &ctx->table->sets, list) { sets 3165 net/netfilter/nf_tables_api.c list_for_each_entry_rcu(set, &table->sets, list) { sets 3179 net/netfilter/nf_tables_api.c list_for_each_entry(set, &table->sets, list) { sets 3241 net/netfilter/nf_tables_api.c list_for_each_entry(i, &ctx->table->sets, list) { sets 3267 net/netfilter/nf_tables_api.c list_for_each_entry(i, &ctx->table->sets, list) { sets 3433 net/netfilter/nf_tables_api.c list_for_each_entry_rcu(set, &table->sets, list) { sets 3760 net/netfilter/nf_tables_api.c list_add_tail_rcu(&set->list, &table->sets); sets 4125 net/netfilter/nf_tables_api.c list_for_each_entry_rcu(set, &table->sets, list) { sets 7289 net/netfilter/nf_tables_api.c list_for_each_entry(set, &ctx->table->sets, list) { sets 7721 net/netfilter/nf_tables_api.c list_for_each_entry_safe(set, ns, &table->sets, list) { sets 20 tools/perf/util/env.h u32 sets; sets 1013 tools/perf/util/header.c if (a->sets != b->sets) sets 1052 tools/perf/util/header.c if (sysfs__read_int(file, (int *) &cache->sets)) sets 1161 tools/perf/util/header.c _W(sets) sets 2547 tools/perf/util/header.c _R(sets)