Home
last modified time | relevance | path

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

123

/openbmc/linux/rust/macros/
H A Dhelpers.rs89 let mut nesting = 0; in parse_generics() localVariable
96 if nesting >= 1 { in parse_generics()
100 nesting += 1; in parse_generics()
104 if nesting == 0 { in parse_generics()
107 nesting -= 1; in parse_generics()
108 if nesting >= 1 { in parse_generics()
112 if nesting == 0 { in parse_generics()
118 if nesting == 1 { in parse_generics()
138 if nesting >= 1 { in parse_generics()
140 } else if nesting == 0 { in parse_generics()
H A Dpinned_drop.rs11 let mut nesting: usize = 0; in pinned_drop() localVariable
16 nesting += 1; in pinned_drop()
19 nesting = nesting.checked_sub(1).unwrap(); in pinned_drop()
24 if i >= 1 && nesting == 0 { in pinned_drop()
/openbmc/linux/include/linux/
H A Drcupdate_trace.h71 int nesting; in rcu_read_unlock_trace() local
75 nesting = READ_ONCE(t->trc_reader_nesting) - 1; in rcu_read_unlock_trace()
78 WRITE_ONCE(t->trc_reader_nesting, INT_MIN + nesting); in rcu_read_unlock_trace()
79 if (likely(!READ_ONCE(t->trc_reader_special.s)) || nesting) { in rcu_read_unlock_trace()
80 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace()
83 WARN_ON_ONCE(nesting != 0); in rcu_read_unlock_trace()
H A Dcookie.h10 local_t nesting; member
35 if (likely(local_inc_return(&local->nesting) == 1)) { in gen_cookie_next()
47 local_dec(&local->nesting); in gen_cookie_next()
/openbmc/qemu/tests/avocado/virtiofs_submounts.py.data/
H A Dhost.sh68 nesting=$((RANDOM % 4))
69 for ((j = 0; j < $nesting; j++)); do
109 nesting=$((RANDOM % 4))
110 for ((j = 0; j < $nesting; j++)); do
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c693 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()
/openbmc/linux/kernel/rcu/
H A Dtasks.h1494 int nesting; in trc_read_check_handler() local
1504 nesting = READ_ONCE(t->trc_reader_nesting); in trc_read_check_handler()
1505 if (likely(!nesting)) { in trc_read_check_handler()
1510 if (unlikely(nesting < 0)) in trc_read_check_handler()
1531 int nesting; in trc_inspect_reader() local
1547 nesting = 0; in trc_inspect_reader()
1550 nesting = t->trc_reader_nesting; in trc_inspect_reader()
1559 if (!nesting) { in trc_inspect_reader()
1563 if (nesting < 0) in trc_inspect_reader()
1726 int nesting; member
[all …]
H A Dtree_stall.h268 int nesting; member
283 rscrp->nesting = t->rcu_read_lock_nesting; in check_slow_task()
324 t->pid, rscr.nesting, in rcu_print_task_stall()
/openbmc/linux/tools/build/tests/ex/empty2/
H A DREADME2 to test proper nesting into Build-less directories.
/openbmc/qemu/tests/decode/
H A Dsucc_pattern_group_nest4.decode4 # Verify deeper nesting, and a single element in the groups.
/openbmc/webui-vue/docs/.vuepress/styles/
H A Dpalette.styl10 // VuePress is nesting li content in p tags
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py653 nesting = 0
662 nesting = nesting + line.count('(') - line.count(')')
663 if nesting == 0:
670 nesting = line.count('(') - line.count(')')
671 if nesting > 0:
/openbmc/qemu/scripts/
H A Ddecodetree.py1238 nesting = 0
1268 if indent != nesting:
1269 error(lineno, 'indentation ', indent, ' != ', nesting)
1296 nesting -= 2
1297 if indent != nesting:
1298 error(lineno, 'indentation ', indent, ' != ', nesting)
1304 if indent != nesting:
1305 error(start_lineno, 'indentation ', indent, ' != ', nesting)
1320 nesting += 2
1337 if nesting != 0:
/openbmc/linux/Documentation/virt/kvm/x86/
H A Drunning-nested-guests.rst40 a different design for nesting.
84 nesting, set the ``nested`` KVM module parameter to ``Y`` or ``1``. To
147 Once your bare metal host (L0) is configured for nesting, you should be
198 Migrating an L1 guest merely configured to support nesting, while not
221 of "nesting" at all, say so. Unfortunately, this needs to be called
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A Dice-mcpp.patch83 extern IFINFO ifstack[]; /* Information of #if nesting */
127 "More than %.0s%ld nesting of #include"; /* _F_ _W4_ */
/openbmc/linux/tools/memory-model/
H A Dlinux-kernel.bell56 (* Validate nesting *)
64 (* Validate nesting *)
/openbmc/linux/Documentation/core-api/
H A Dgfp_mask-from-fs-io.rst46 nesting would be possible via reclaim. The restore function should be
51 allows nesting so it is safe to call ``memalloc_noio_save`` or
H A Dentry.rst188 disabled, interrupt nesting is common from an entry/exit perspective. For
279 need to handle nesting.
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dpersistent-data.rst83 thin-provisioning target uses a btree with two levels of nesting.
88 64bits, although nesting allows you to use multiple keys.
/openbmc/linux/Documentation/bpf/
H A Dmap_of_maps.rst13 purpose support for map in map storage. One level of nesting is supported, where
27 - Multi-level nesting is not supported.
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst60 ``type-value`` can have multiple levels of nesting, for example
72 the nesting serves no good purpose here.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0001-Drop-using-register-storage-classifier.patch299 - register int nesting = 0;
302 + int nesting = 0;
/openbmc/linux/Documentation/arch/x86/
H A Dkernel-stacks.rst63 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.
/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h509 atomic_t nesting; member
821 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-health.rst71 attributes, to avoid actual nesting use which cannot be divided between

123