/Linux-v5.4/arch/arm/probes/kprobes/ |
D | test-core.c | 693 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/ |
D | linux-kernel.bell | 55 (* Validate nesting *) 71 (* Validate nesting *) 79 flag ~empty different-values(srcu-rscs) as srcu-bad-nesting
|
D | README | 127 read-side critical section nesting analysis.
|
/Linux-v5.4/tools/build/tests/ex/empty2/ |
D | README | 2 to test proper nesting into Build-less directories.
|
/Linux-v5.4/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 46 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/ |
D | persistent-data.rst | 83 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/ |
D | l2cap.h | 502 atomic_t nesting; member 807 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
|
/Linux-v5.4/Documentation/x86/ |
D | kernel-stacks.rst | 63 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/ |
D | core_reloc.c | 208 NESTING_CASE(nesting),
|
/Linux-v5.4/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 | 401 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/ |
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-v5.4/drivers/vfio/ |
D | vfio_iommu_type1.c | 72 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/ |
D | lockdep-design.rst | 209 specify a "nesting level". An example call, for the block device mutex, 302 every possible hardirq and softirq nesting scenario (which is impossible
|
D | rt-mutex-design.rst | 229 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
|
/Linux-v5.4/net/bluetooth/ |
D | l2cap_sock.c | 294 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()
|
D | 6lowpan.c | 967 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in bt_6lowpan_listen()
|
D | smp.c | 3189 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/ |
D | trace.c | 2986 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()
|
D | Kconfig | 732 to the ring buffer, to test/stress the nesting ability.
|
/Linux-v5.4/Documentation/RCU/ |
D | stallwarn.txt | 197 number between the two "/"s is the value of the nesting, which will be
|
/Linux-v5.4/Documentation/process/ |
D | 5.Posting.rst | 331 creating exceptionally deep nesting.
|
D | coding-style.rst | 38 benefit of warning you when you're nesting your functions too deep. 469 - nesting is reduced
|
/Linux-v5.4/Documentation/filesystems/ |
D | autofs-mount-control.txt | 91 entry with a large number of offsets, possibly with nesting, we needed
|
/Linux-v5.4/Documentation/admin-guide/ |
D | cgroup-v2.rst | 483 cgroups in or nesting depth of a delegated sub-hierarchy; however, 2422 always added an extra layer of nesting which wouldn't be necessary
|