| /Linux-v4.19/arch/arm/probes/kprobes/ |
| D | test-core.c | 696 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/ |
| D | linux-kernel.bell | 47 (* Validate nesting *) 51 (* Outermost level of nesting only *)
|
| D | README | 123 read-side critical section nesting analysis.
|
| /Linux-v4.19/tools/build/tests/ex/empty2/ |
| D | README | 2 to test proper nesting into Build-less directories.
|
| /Linux-v4.19/Documentation/core-api/ |
| D | gfp_mask-from-fs-io.rst | 44 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/ |
| D | persistent-data.txt | 79 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/ |
| D | sha512_mb_mgr_datastruct.S | 87 # # Following only needed if nesting
|
| /Linux-v4.19/arch/x86/crypto/sha1-mb/ |
| D | sha1_mb_mgr_datastruct.S | 88 # # Following only needed if nesting
|
| /Linux-v4.19/arch/x86/crypto/sha256-mb/ |
| D | sha256_mb_mgr_datastruct.S | 87 # # Following only needed if nesting
|
| /Linux-v4.19/include/net/bluetooth/ |
| D | l2cap.h | 498 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/ |
| D | ipoib_ib.c | 1157 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()
|
| D | ipoib_main.c | 400 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/ |
| D | vfio_iommu_type1.c | 68 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/ |
| D | openvswitch.txt | 82 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/ |
| D | lockdep-design.txt | 150 specify a "nesting level". An example call, for the block device mutex, 243 every possible hardirq and softirq nesting scenario (which is impossible
|
| D | rt-mutex-design.txt | 219 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
|
| /Linux-v4.19/Documentation/x86/ |
| D | kernel-stacks | 57 stack size allocated to an IST assumes no nesting for the same code.
|
| /Linux-v4.19/net/bluetooth/ |
| D | l2cap_sock.c | 294 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()
|
| D | 6lowpan.c | 973 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in bt_6lowpan_listen()
|
| D | smp.c | 3197 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/ |
| D | trace.c | 2796 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/ |
| D | stallwarn.txt | 195 number between the two "/"s is the value of the nesting, which will be
|
| /Linux-v4.19/Documentation/process/ |
| D | 5.Posting.rst | 326 creating exceptionally deep nesting.
|
| D | coding-style.rst | 38 benefit of warning you when you're nesting your functions too deep. 466 - nesting is reduced
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | autofs-mount-control.txt | 91 entry with a large number of offsets, possibly with nesting, we needed
|