Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_datastruct.S88 # # Following only needed if nesting
/linux-4.1.27/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.1.27/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.1.27/drivers/vfio/
Dvfio_iommu_type1.c61 bool nesting; member
765 if (iommu->nesting) { in vfio_iommu_type1_attach_group()
898 iommu->nesting = true; in vfio_iommu_type1_open()
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h488 atomic_t nesting; member
793 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/linux-4.1.27/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.txt128 number between the two "/"s is the value of the nesting, which will
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks54 stack size allocated to an IST assumes no nesting for the same code.
/linux-4.1.27/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.1.27/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.1.27/net/bluetooth/
Dl2cap_sock.c292 atomic_set(&chan->nesting, L2CAP_NESTING_PARENT); in l2cap_sock_listen()
1269 lock_sock_nested(sk, atomic_read(&chan->nesting)); in l2cap_sock_teardown_cb()
D6lowpan.c1127 atomic_set(&pchan->nesting, L2CAP_NESTING_PARENT); in bt_6lowpan_listen()
Dsmp.c3069 atomic_set(&chan->nesting, L2CAP_NESTING_SMP); in smp_new_conn_cb()
3165 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.1.27/Documentation/
DCodingStyle35 benefit of warning you when you're nesting your functions too deep.
406 - nesting is reduced
Dkernel-parameters.txt1717 [KVM,Intel] Enable VMX nesting (nVMX).
/linux-4.1.27/Documentation/development-process/
D5.Posting307 creating exceptionally deep nesting.
/linux-4.1.27/Documentation/filesystems/
Dautofs4-mount-control.txt91 entry with a large number of offsets, possibly with nesting, we needed
/linux-4.1.27/kernel/trace/
DKconfig596 to the ring buffer, to test/stress the nesting ability.
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt204 extra layer of nesting which may not be necessary, makes the interface
/linux-4.1.27/kernel/events/
Dcore.c971 perf_event_ctx_lock_nested(struct perf_event *event, int nesting) in perf_event_ctx_lock_nested() argument
984 mutex_lock_nested(&ctx->mutex, nesting); in perf_event_ctx_lock_nested()
/linux-4.1.27/Documentation/security/
Dkeys.txt587 The link procedure checks the nesting of the keyrings, returning ELOOP if