Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.4/arch/arm/probes/kprobes/
Dtest-core.c693 unsigned nesting; member
700 unsigned nesting; member
749 entry->nesting = coverage->nesting; in coverage_start_fn()
755 ++coverage->nesting; in coverage_start_fn()
757 --coverage->nesting; in coverage_start_fn()
770 coverage.nesting = 0; in coverage_start()
847 unsigned nesting = 0; in coverage_add() local
853 if (entry->nesting > nesting) in coverage_add()
856 if (entry->nesting < nesting) in coverage_add()
868 ++nesting; in coverage_add()
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.bell55 (* Validate nesting *)
71 (* Validate nesting *)
79 flag ~empty different-values(srcu-rscs) as srcu-bad-nesting
DREADME127 read-side critical section nesting analysis.
/Linux-v5.4/tools/build/tests/ex/empty2/
DREADME2 to test proper nesting into Build-less directories.
/Linux-v5.4/Documentation/core-api/
Dgfp_mask-from-fs-io.rst46 nesting would be possible via reclaim. The restore function should be
51 allows nesting so it is safe to call ``memalloc_noio_save`` or
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dpersistent-data.rst83 thin-provisioning target uses a btree with two levels of nesting.
88 64bits, although nesting allows you to use multiple keys.
/Linux-v5.4/include/net/bluetooth/
Dl2cap.h502 atomic_t nesting; member
807 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/Linux-v5.4/Documentation/x86/
Dkernel-stacks.rst63 stack size allocated to an IST assumes no nesting for the same code.
98 the IST stackpointer to a guard hole to catch triple nesting.
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c208 NESTING_CASE(nesting),
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c1157 int nesting) in __ipoib_ib_dev_flush() argument
1163 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
1170 __ipoib_ib_dev_flush(cpriv, level, nesting + 1); in __ipoib_ib_dev_flush()
Dipoib_main.c401 int nesting, in ipoib_match_gid_pkey_addr() argument
427 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
431 nesting + 1, in ipoib_match_gid_pkey_addr()
/Linux-v5.4/Documentation/networking/
Dopenvswitch.txt82 and nesting. For example, the following could represent a flow key
241 - Duplicate attributes are not allowed at a given nesting level.
/Linux-v5.4/drivers/vfio/
Dvfio_iommu_type1.c72 bool nesting; member
1728 if (iommu->nesting) { in vfio_iommu_type1_attach_group()
2069 iommu->nesting = true; in vfio_iommu_type1_open()
/Linux-v5.4/Documentation/locking/
Dlockdep-design.rst209 specify a "nesting level". An example call, for the block device mutex,
302 every possible hardirq and softirq nesting scenario (which is impossible
Drt-mutex-design.rst229 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
/Linux-v5.4/net/bluetooth/
Dl2cap_sock.c294 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in l2cap_sock_listen()
1331 lock_sock_nested(sk, atomic_read(&chan->nesting)); in l2cap_sock_teardown_cb()
D6lowpan.c967 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in bt_6lowpan_listen()
Dsmp.c3189 atomic_set(&chan->nesting, L2CAP_NESTING_SMP); in smp_new_conn_cb()
3286 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in smp_add_cid()
/Linux-v5.4/kernel/trace/
Dtrace.c2986 int nesting; member
3000 if (!buffer || buffer->nesting >= 4) in get_trace_buf()
3003 buffer->nesting++; in get_trace_buf()
3007 return &buffer->buffer[buffer->nesting][0]; in get_trace_buf()
3014 this_cpu_dec(trace_percpu_buffer->nesting); in put_trace_buf()
DKconfig732 to the ring buffer, to test/stress the nesting ability.
/Linux-v5.4/Documentation/RCU/
Dstallwarn.txt197 number between the two "/"s is the value of the nesting, which will be
/Linux-v5.4/Documentation/process/
D5.Posting.rst331 creating exceptionally deep nesting.
Dcoding-style.rst38 benefit of warning you when you're nesting your functions too deep.
469 - nesting is reduced
/Linux-v5.4/Documentation/filesystems/
Dautofs-mount-control.txt91 entry with a large number of offsets, possibly with nesting, we needed
/Linux-v5.4/Documentation/admin-guide/
Dcgroup-v2.rst483 cgroups in or nesting depth of a delegated sub-hierarchy; however,
2422 always added an extra layer of nesting which wouldn't be necessary

12