nesting           693 arch/arm/probes/kprobes/test-core.c 	unsigned			nesting;
nesting           700 arch/arm/probes/kprobes/test-core.c 	unsigned		nesting;
nesting           749 arch/arm/probes/kprobes/test-core.c 	entry->nesting = coverage->nesting;
nesting           755 arch/arm/probes/kprobes/test-core.c 		++coverage->nesting;
nesting           757 arch/arm/probes/kprobes/test-core.c 		--coverage->nesting;
nesting           770 arch/arm/probes/kprobes/test-core.c 	coverage.nesting = 0;
nesting           847 arch/arm/probes/kprobes/test-core.c 	unsigned nesting = 0;
nesting           853 arch/arm/probes/kprobes/test-core.c 		if (entry->nesting > nesting)
nesting           856 arch/arm/probes/kprobes/test-core.c 		if (entry->nesting < nesting)
nesting           868 arch/arm/probes/kprobes/test-core.c 			++nesting;
nesting          1162 drivers/infiniband/ulp/ipoib/ipoib_ib.c 				int nesting)
nesting          1168 drivers/infiniband/ulp/ipoib/ipoib_ib.c 	down_read_nested(&priv->vlan_rwsem, nesting);
nesting          1175 drivers/infiniband/ulp/ipoib/ipoib_ib.c 		__ipoib_ib_dev_flush(cpriv, level, nesting + 1);
nesting           401 drivers/infiniband/ulp/ipoib/ipoib_main.c 				     int nesting,
nesting           427 drivers/infiniband/ulp/ipoib/ipoib_main.c 	down_read_nested(&priv->vlan_rwsem, nesting);
nesting           431 drivers/infiniband/ulp/ipoib/ipoib_main.c 						    nesting + 1,
nesting            72 drivers/vfio/vfio_iommu_type1.c 	bool			nesting;
nesting          1728 drivers/vfio/vfio_iommu_type1.c 	if (iommu->nesting) {
nesting          2069 drivers/vfio/vfio_iommu_type1.c 		iommu->nesting = true;
nesting           502 include/net/bluetooth/l2cap.h 	atomic_t	nesting;
nesting           807 include/net/bluetooth/l2cap.h 	mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting));
nesting          1270 kernel/events/core.c perf_event_ctx_lock_nested(struct perf_event *event, int nesting)
nesting          1283 kernel/events/core.c 	mutex_lock_nested(&ctx->mutex, nesting);
nesting          2994 kernel/trace/trace.c 	int nesting;
nesting          3008 kernel/trace/trace.c 	if (!buffer || buffer->nesting >= 4)
nesting          3011 kernel/trace/trace.c 	buffer->nesting++;
nesting          3015 kernel/trace/trace.c 	return &buffer->buffer[buffer->nesting][0];
nesting          3022 kernel/trace/trace.c 	this_cpu_dec(trace_percpu_buffer->nesting);
nesting           967 net/bluetooth/6lowpan.c 	atomic_set(&chan->nesting, L2CAP_NESTING_PARENT);
nesting           453 net/bluetooth/l2cap_core.c 	atomic_set(&chan->nesting, L2CAP_NESTING_NORMAL);
nesting           294 net/bluetooth/l2cap_sock.c 	atomic_set(&chan->nesting, L2CAP_NESTING_PARENT);
nesting          1331 net/bluetooth/l2cap_sock.c 	lock_sock_nested(sk, atomic_read(&chan->nesting));
nesting          3189 net/bluetooth/smp.c 	atomic_set(&chan->nesting, L2CAP_NESTING_SMP);
nesting          3286 net/bluetooth/smp.c 	atomic_set(&chan->nesting, L2CAP_NESTING_PARENT);
nesting           208 tools/testing/selftests/bpf/prog_tests/core_reloc.c 	NESTING_CASE(nesting),