nslot             311 drivers/input/misc/uinput.c 	int error, nslot;
nslot             326 drivers/input/misc/uinput.c 			nslot = input_abs_get_max(dev, ABS_MT_SLOT) + 1;
nslot             327 drivers/input/misc/uinput.c 			error = input_mt_init_slots(dev, nslot, 0);
nslot              42 drivers/nvdimm/label.c static size_t __sizeof_namespace_index(u32 nslot)
nslot              44 drivers/nvdimm/label.c 	return ALIGN(sizeof(struct nd_namespace_index) + DIV_ROUND_UP(nslot, 8),
nslot              67 drivers/nvdimm/label.c 	u32 nslot, space, size;
nslot              75 drivers/nvdimm/label.c 	nslot = nvdimm_num_label_slots(ndd);
nslot              76 drivers/nvdimm/label.c 	space = ndd->nsarea.config_size - nslot * sizeof_namespace_label(ndd);
nslot              77 drivers/nvdimm/label.c 	size = __sizeof_namespace_index(nslot) * 2;
nslot              78 drivers/nvdimm/label.c 	if (size <= space && nslot >= 2)
nslot             126 drivers/nvdimm/label.c 		u32 nslot;
nslot             196 drivers/nvdimm/label.c 		nslot = __le32_to_cpu(nsindex[i]->nslot);
nslot             197 drivers/nvdimm/label.c 		if (nslot * sizeof_namespace_label(ndd)
nslot             201 drivers/nvdimm/label.c 					i, nslot, ndd->nsarea.config_size);
nslot             309 drivers/nvdimm/label.c 		unsigned long **free, u32 *nslot)
nslot             318 drivers/nvdimm/label.c 	*nslot = __le32_to_cpu(nsindex->nslot);
nslot             335 drivers/nvdimm/label.c 		unsigned long **free, u32 *nslot)
nslot             338 drivers/nvdimm/label.c 			free, nslot);
nslot             343 drivers/nvdimm/label.c 		unsigned long **free, u32 *nslot)
nslot             346 drivers/nvdimm/label.c 			free, nslot);
nslot             378 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot             380 drivers/nvdimm/label.c 	if (!preamble_current(ndd, &nsindex, &free, &nslot))
nslot             383 drivers/nvdimm/label.c 	for_each_clear_bit_le(slot, free, nslot) {
nslot             419 drivers/nvdimm/label.c 	u32 nslot;
nslot             491 drivers/nvdimm/label.c 	nslot = __le32_to_cpu(nsindex->nslot);
nslot             494 drivers/nvdimm/label.c 	for (i = 0; i < nslot; i++, offset += ndd->nslabel_size) {
nslot             539 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot             542 drivers/nvdimm/label.c 	if (!preamble_current(ndd, &nsindex, &free, &nslot))
nslot             545 drivers/nvdimm/label.c 	for_each_clear_bit_le(slot, free, nslot) {
nslot             569 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot             571 drivers/nvdimm/label.c 	if (!preamble_current(ndd, &nsindex, &free, &nslot))
nslot             574 drivers/nvdimm/label.c 	for_each_clear_bit_le(slot, free, nslot) {
nslot             592 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot             594 drivers/nvdimm/label.c 	if (!preamble_next(ndd, &nsindex, &free, &nslot))
nslot             599 drivers/nvdimm/label.c 	slot = find_next_bit_le(free, nslot, 0);
nslot             600 drivers/nvdimm/label.c 	if (slot == nslot)
nslot             612 drivers/nvdimm/label.c 	u32 nslot;
nslot             614 drivers/nvdimm/label.c 	if (!preamble_next(ndd, &nsindex, &free, &nslot))
nslot             619 drivers/nvdimm/label.c 	if (slot < nslot)
nslot             628 drivers/nvdimm/label.c 	u32 nslot;
nslot             632 drivers/nvdimm/label.c 	if (!preamble_next(ndd, &nsindex, &free, &nslot))
nslot             635 drivers/nvdimm/label.c 	return bitmap_weight(free, nslot);
nslot             644 drivers/nvdimm/label.c 	u32 nslot;
nslot             649 drivers/nvdimm/label.c 		nslot = nvdimm_num_label_slots(ndd);
nslot             651 drivers/nvdimm/label.c 		nslot = __le32_to_cpu(nsindex->nslot);
nslot             668 drivers/nvdimm/label.c 	nsindex->nslot = __cpu_to_le32(nslot);
nslot             677 drivers/nvdimm/label.c 		u32 nfree = ALIGN(nslot, BITS_PER_LONG);
nslot             681 drivers/nvdimm/label.c 		for (i = 0, last_bits = nfree - nslot; i < last_bits; i++)
nslot             682 drivers/nvdimm/label.c 			clear_bit_le(nslot + i, free);
nslot             772 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot             777 drivers/nvdimm/label.c 	if (!preamble_next(ndd, &nsindex, &free, &nslot))
nslot             914 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot             916 drivers/nvdimm/label.c 	if (!preamble_next(ndd, &nsindex, &free, &nslot))
nslot             942 drivers/nvdimm/label.c 		victim_map = bitmap_zalloc(nslot, GFP_KERNEL);
nslot             947 drivers/nvdimm/label.c 		for_each_clear_bit_le(slot, free, nslot) {
nslot            1063 drivers/nvdimm/label.c 	for_each_set_bit(slot, victim_map, victim_map ? nslot : 0) {
nslot            1114 drivers/nvdimm/label.c 	for_each_clear_bit_le(slot, free, nslot) {
nslot            1205 drivers/nvdimm/label.c 	u32 nslot, slot;
nslot            1212 drivers/nvdimm/label.c 	if (!preamble_next(ndd, &nsindex, &free, &nslot))
nslot              61 drivers/nvdimm/label.h 	__le32 nslot;
nslot             105 fs/jfs/jfs_dtree.c 	s16 nslot;
nslot             860 fs/jfs/jfs_dtree.c 		split.nslot = n;
nslot             972 fs/jfs/jfs_dtree.c 		if (n <= split->nslot)
nslot            1013 fs/jfs/jfs_dtree.c 		if ((n + sp->header.freecnt) <= split->nslot)
nslot            1224 fs/jfs/jfs_dtree.c 			split->nslot = n;
nslot            1507 fs/jfs/jfs_dtree.c 			n = split->nslot;
nslot             743 kernel/cgroup/cpuset.c 	int nslot;		/* next empty doms[] struct cpumask slot */
nslot             853 kernel/cgroup/cpuset.c 	for (nslot = 0, i = 0; i < csn; i++) {
nslot             863 kernel/cgroup/cpuset.c 		dp = doms[nslot];
nslot             865 kernel/cgroup/cpuset.c 		if (nslot == ndoms) {
nslot             869 kernel/cgroup/cpuset.c 					nslot, ndoms, csn, i, apn);
nslot             877 kernel/cgroup/cpuset.c 			*(dattr + nslot) = SD_ATTR_INIT;
nslot             885 kernel/cgroup/cpuset.c 					update_domain_attr_tree(dattr + nslot, b);
nslot             891 kernel/cgroup/cpuset.c 		nslot++;
nslot             893 kernel/cgroup/cpuset.c 	BUG_ON(nslot != ndoms);
nslot             556 mm/percpu.c    	int nslot = pcpu_chunk_slot(chunk);
nslot             558 mm/percpu.c    	if (oslot != nslot)
nslot             559 mm/percpu.c    		__pcpu_chunk_move(chunk, nslot, oslot < nslot);
nslot             285 security/selinux/ss/avtab.c 	for (i = 0; i < h->nslot; i++) {
nslot             298 security/selinux/ss/avtab.c 	h->nslot = 0;
nslot             315 security/selinux/ss/avtab.c 	u32 nslot = 0;
nslot             326 security/selinux/ss/avtab.c 	nslot = 1 << shift;
nslot             327 security/selinux/ss/avtab.c 	if (nslot > MAX_AVTAB_HASH_BUCKETS)
nslot             328 security/selinux/ss/avtab.c 		nslot = MAX_AVTAB_HASH_BUCKETS;
nslot             329 security/selinux/ss/avtab.c 	mask = nslot - 1;
nslot             331 security/selinux/ss/avtab.c 	h->htable = kvcalloc(nslot, sizeof(void *), GFP_KERNEL);
nslot             337 security/selinux/ss/avtab.c 	h->nslot = nslot;
nslot             340 security/selinux/ss/avtab.c 	       h->nslot, nrules);
nslot             353 security/selinux/ss/avtab.c 	for (i = 0; i < h->nslot; i++) {
nslot             371 security/selinux/ss/avtab.c 	       tag, h->nel, slots_used, h->nslot, max_chain_len,
nslot             646 security/selinux/ss/avtab.c 	for (i = 0; i < a->nslot; i++) {
nslot              86 security/selinux/ss/avtab.h 	u32 nslot;      /* number of hash slots */