Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm/probes/kprobes/
Dtest-core.c696 unsigned nesting; member
703 unsigned nesting; member
752 entry->nesting = coverage->nesting; in coverage_start_fn()
758 ++coverage->nesting; in coverage_start_fn()
760 --coverage->nesting; in coverage_start_fn()
773 coverage.nesting = 0; in coverage_start()
850 unsigned nesting = 0; in coverage_add() local
856 if (entry->nesting > nesting) in coverage_add()
859 if (entry->nesting < nesting) in coverage_add()
871 ++nesting; in coverage_add()
/Linux-v4.19/tools/memory-model/
Dlinux-kernel.bell47 (* Validate nesting *)
51 (* Outermost level of nesting only *)
DREADME123 read-side critical section nesting analysis.
/Linux-v4.19/tools/build/tests/ex/empty2/
DREADME2 to test proper nesting into Build-less directories.
/Linux-v4.19/Documentation/core-api/
Dgfp_mask-from-fs-io.rst44 nesting would be possible via reclaim. The restore function should be
49 allows nesting so it is safe to call ``memalloc_noio_save`` or
/Linux-v4.19/Documentation/device-mapper/
Dpersistent-data.txt79 thin-provisioning target uses a btree with two levels of nesting.
84 64bits, although nesting allows you to use multiple keys.
/Linux-v4.19/arch/x86/crypto/sha512-mb/
Dsha512_mb_mgr_datastruct.S87 # # Following only needed if nesting
/Linux-v4.19/arch/x86/crypto/sha1-mb/
Dsha1_mb_mgr_datastruct.S88 # # Following only needed if nesting
/Linux-v4.19/arch/x86/crypto/sha256-mb/
Dsha256_mb_mgr_datastruct.S87 # # Following only needed if nesting
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h498 atomic_t nesting; member
803 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/Linux-v4.19/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.c400 int nesting, in ipoib_match_gid_pkey_addr() argument
426 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
430 nesting + 1, in ipoib_match_gid_pkey_addr()
/Linux-v4.19/drivers/vfio/
Dvfio_iommu_type1.c68 bool nesting; member
1396 if (iommu->nesting) { in vfio_iommu_type1_attach_group()
1603 iommu->nesting = true; in vfio_iommu_type1_open()
/Linux-v4.19/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-v4.19/Documentation/locking/
Dlockdep-design.txt150 specify a "nesting level". An example call, for the block device mutex,
243 every possible hardirq and softirq nesting scenario (which is impossible
Drt-mutex-design.txt219 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
/Linux-v4.19/Documentation/x86/
Dkernel-stacks57 stack size allocated to an IST assumes no nesting for the same code.
/Linux-v4.19/net/bluetooth/
Dl2cap_sock.c294 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in l2cap_sock_listen()
1328 lock_sock_nested(sk, atomic_read(&chan->nesting)); in l2cap_sock_teardown_cb()
D6lowpan.c973 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in bt_6lowpan_listen()
Dsmp.c3197 atomic_set(&chan->nesting, L2CAP_NESTING_SMP); in smp_new_conn_cb()
3308 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in smp_add_cid()
/Linux-v4.19/kernel/trace/
Dtrace.c2796 int nesting; member
2810 if (!buffer || buffer->nesting >= 4) in get_trace_buf()
2813 buffer->nesting++; in get_trace_buf()
2817 return &buffer->buffer[buffer->nesting][0]; in get_trace_buf()
2824 this_cpu_dec(trace_percpu_buffer->nesting); in put_trace_buf()
/Linux-v4.19/Documentation/RCU/
Dstallwarn.txt195 number between the two "/"s is the value of the nesting, which will be
/Linux-v4.19/Documentation/process/
D5.Posting.rst326 creating exceptionally deep nesting.
Dcoding-style.rst38 benefit of warning you when you're nesting your functions too deep.
466 - nesting is reduced
/Linux-v4.19/Documentation/filesystems/
Dautofs-mount-control.txt91 entry with a large number of offsets, possibly with nesting, we needed

12