Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/probes/kprobes/
Dtest-core.c752 unsigned nesting; member
759 unsigned nesting; member
808 entry->nesting = coverage->nesting; in coverage_start_fn()
814 ++coverage->nesting; in coverage_start_fn()
816 --coverage->nesting; in coverage_start_fn()
828 coverage.nesting = 0; in coverage_start()
905 unsigned nesting = 0; in coverage_add() local
911 if (entry->nesting > nesting) in coverage_add()
914 if (entry->nesting < nesting) in coverage_add()
926 ++nesting; in coverage_add()
/linux-4.4.14/tools/build/tests/ex/empty2/
DREADME2 to test proper nesting into Build-less directories.
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S88 # # Following only needed if nesting
/linux-4.4.14/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-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c119 enum clt_nesting_level nesting; in cl_lock_counters() local
122 nesting = cl_lock_nesting(lock); in cl_lock_counters()
123 LASSERT(nesting < ARRAY_SIZE(info->clt_counters)); in cl_lock_counters()
124 return &info->clt_counters[nesting]; in cl_lock_counters()
841 enum clt_nesting_level nesting; in cl_lock_hold_mod() local
844 nesting = cl_lock_nesting(lock); in cl_lock_hold_mod()
845 if (nesting == CNL_TOP) { in cl_lock_hold_mod()
860 enum clt_nesting_level nesting; in cl_lock_used_mod() local
863 nesting = cl_lock_nesting(lock); in cl_lock_used_mod()
864 if (nesting == CNL_TOP) { in cl_lock_used_mod()
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_type1.c61 bool nesting; member
778 if (iommu->nesting) { in vfio_iommu_type1_attach_group()
911 iommu->nesting = true; in vfio_iommu_type1_open()
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h492 atomic_t nesting; member
797 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c975 int nesting) in __ipoib_ib_dev_flush() argument
981 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush()
988 __ipoib_ib_dev_flush(cpriv, level, nesting + 1); in __ipoib_ib_dev_flush()
Dipoib_main.c335 int nesting, in ipoib_match_gid_pkey_addr() argument
361 down_read_nested(&priv->vlan_rwsem, nesting); in ipoib_match_gid_pkey_addr()
365 nesting + 1, in ipoib_match_gid_pkey_addr()
/linux-4.4.14/Documentation/RCU/
Dtrace.txt109 first "/" is the interrupt nesting depth when in idle state,
110 or a large number added to the interrupt-nesting depth when
112 count interrupt nesting when running in non-idle kernel context,
114 interrupt-nesting levels. The number after the second "/"
115 is the NMI nesting depth.
Dstallwarn.txt120 number between the two "/"s is the value of the nesting, which will
/linux-4.4.14/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-4.4.14/Documentation/locking/
Dlockdep-design.txt150 specify a "nesting level". An example call, for the block device mutex,
196 every possible hardirq and softirq nesting scenario (which is impossible
Dlglock.txt47 though needs careful considerations for nesting of lglocks and
Drt-mutex-design.txt238 the nesting of mutexes. Let's look at the example where we have 3 mutexes,
/linux-4.4.14/Documentation/x86/
Dkernel-stacks57 stack size allocated to an IST assumes no nesting for the same code.
/linux-4.4.14/net/bluetooth/
Dl2cap_sock.c292 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in l2cap_sock_listen()
1317 lock_sock_nested(sk, atomic_read(&chan->nesting)); in l2cap_sock_teardown_cb()
D6lowpan.c1086 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in bt_6lowpan_listen()
Dsmp.c3101 atomic_set(&chan->nesting, L2CAP_NESTING_SMP); in smp_new_conn_cb()
3199 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in smp_add_cid()
Dl2cap_core.c437 atomic_set(&chan->nesting, L2CAP_NESTING_NORMAL); in l2cap_chan_create()
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt204 extra layer of nesting which may not be necessary, makes the interface
266 cgroups in or nesting depth of a delegated sub-hierarchy; however,
/linux-4.4.14/Documentation/
DCodingStyle35 benefit of warning you when you're nesting your functions too deep.
406 - nesting is reduced
Dkernel-parameters.txt1782 [KVM,Intel] Enable VMX nesting (nVMX).
/linux-4.4.14/Documentation/development-process/
D5.Posting307 creating exceptionally deep nesting.
/linux-4.4.14/Documentation/filesystems/
Dautofs4-mount-control.txt91 entry with a large number of offsets, possibly with nesting, we needed
/linux-4.4.14/kernel/trace/
DKconfig596 to the ring buffer, to test/stress the nesting ability.
/linux-4.4.14/kernel/events/
Dcore.c958 perf_event_ctx_lock_nested(struct perf_event *event, int nesting) in perf_event_ctx_lock_nested() argument
971 mutex_lock_nested(&ctx->mutex, nesting); in perf_event_ctx_lock_nested()
/linux-4.4.14/Documentation/security/
Dkeys.txt587 The link procedure checks the nesting of the keyrings, returning ELOOP if