/openbmc/linux/rust/macros/ |
H A D | helpers.rs | 89 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 D | pinned_drop.rs | 11 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 D | rcupdate_trace.h | 71 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 D | cookie.h | 10 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/linux/arch/arm/probes/kprobes/ |
H A 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()
|
/openbmc/linux/kernel/rcu/ |
H A D | tasks.h | 1525 int nesting; in trc_read_check_handler() local 1535 nesting = READ_ONCE(t->trc_reader_nesting); in trc_read_check_handler() 1536 if (likely(!nesting)) { in trc_read_check_handler() 1541 if (unlikely(nesting < 0)) in trc_read_check_handler() 1562 int nesting; in trc_inspect_reader() local 1578 nesting = 0; in trc_inspect_reader() 1581 nesting = t->trc_reader_nesting; in trc_inspect_reader() 1590 if (!nesting) { in trc_inspect_reader() 1594 if (nesting < 0) in trc_inspect_reader() 1767 int nesting; member [all …]
|
H A D | tree_stall.h | 268 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 D | README | 2 to test proper nesting into Build-less directories.
|
/openbmc/qemu/tests/decode/ |
H A D | succ_pattern_group_nest4.decode | 4 # Verify deeper nesting, and a single element in the groups.
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_buildsys.py | 653 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 D | decodetree.py | 1238 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/webui-vue/docs/.vuepress/styles/ |
H A D | palette.styl | 10 // VuePress is nesting li content in p tags
|
/openbmc/linux/Documentation/virt/kvm/x86/ |
H A D | running-nested-guests.rst | 40 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 D | ice-mcpp.patch | 83 extern IFINFO ifstack[]; /* Information of #if nesting */ 127 "More than %.0s%ld nesting of #include"; /* _F_ _W4_ */
|
/openbmc/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 56 (* Validate nesting *) 64 (* Validate nesting *)
|
/openbmc/linux/Documentation/core-api/ |
H A 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
|
H A D | entry.rst | 188 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 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.
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_of_maps.rst | 13 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 D | genetlink-legacy.rst | 60 ``type-value`` can have multiple levels of nesting, for example 72 the nesting serves no good purpose here.
|
/openbmc/linux/Documentation/arch/x86/ |
H A 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.
|
/openbmc/linux/include/net/bluetooth/ |
H A D | l2cap.h | 509 atomic_t nesting; member 821 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/ |
H A D | 0001-Drop-using-register-storage-classifier.patch | 299 - register int nesting = 0; 302 + int nesting = 0;
|
/openbmc/linux/Documentation/locking/ |
H A D | locktypes.rst | 20 for their nesting, including the rules for use under PREEMPT_RT. 507 Lock type nesting rules 527 spinlock. This results in the following nesting ordering:
|
/openbmc/linux/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_ib.c | 1152 int nesting) in __ipoib_ib_dev_flush() argument 1158 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush() 1165 __ipoib_ib_dev_flush(cpriv, level, nesting + 1); in __ipoib_ib_dev_flush()
|