| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rcupdate_trace.h | 34 void rcu_read_unlock_trace_special(struct task_struct *t, int nesting); 71 int nesting; in rcu_read_unlock_trace() local 75 nesting = READ_ONCE(t->trc_reader_nesting) - 1; 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 rcu_read_unlock_trace_special(t, nesting); 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.bell | 55 (* Validate nesting *) 71 (* Validate nesting *) 79 flag ~empty different-values(srcu-rscs) as srcu-bad-nesting
|
| H A D | README | 192 read-side critical section nesting analysis.
|
| /OK3568_Linux_fs/yocto/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:
|
| /OK3568_Linux_fs/kernel/tools/build/tests/ex/empty2/ |
| H A D | README | 2 to test proper nesting into Build-less directories.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | running-nested-guests.rst | 38 a different design for nesting. 82 nesting, set the ``nested`` KVM module parameter to ``Y`` or ``1``. To 145 Once your bare metal host (L0) is configured for nesting, you should be 196 Migrating an L1 guest merely configured to support nesting, while not 219 of "nesting" at all, say so. Unfortunately, this needs to be called
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/ |
| H A D | qt5nesting.desktop | 3 Exec=/usr/share/qt5/examples/qt3d/nesting
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/ |
| H A D | ice-mcpp.patch | 81 extern IFINFO ifstack[]; /* Information of #if nesting */ 125 "More than %.0s%ld nesting of #include"; /* _F_ _W4_ */
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/ |
| H A D | 0001-server-Fix-build-when-printf-is-a-macro.patch | 11 convert nesting include into a string assignment, to same effect but
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_stall.h | 232 int nesting; member 247 rscrp->nesting = t->rcu_read_lock_nesting; in check_slow_task() 288 t->pid, rscr.nesting, in rcu_print_task_stall()
|
| H A D | tasks.h | 776 void rcu_read_unlock_trace_special(struct task_struct *t, int nesting) in rcu_read_unlock_trace_special() argument 786 WRITE_ONCE(t->trc_reader_nesting, nesting); in rcu_read_unlock_trace_special()
|
| H A D | tree.c | 435 long nesting; in rcu_is_cpu_rrupt_from_idle() local 451 nesting = __this_cpu_read(rcu_data.dynticks_nmi_nesting); in rcu_is_cpu_rrupt_from_idle() 452 if (nesting > 1) in rcu_is_cpu_rrupt_from_idle() 458 WARN_ON_ONCE(!nesting && !is_idle_task(current)); in rcu_is_cpu_rrupt_from_idle()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.12.0 | 29 - [QTBUG-62683][QTBUG-62397] Enabled nesting of MapItemView. This required
|
| /OK3568_Linux_fs/kernel/Documentation/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.
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | l2cap.h | 544 atomic_t nesting; member 863 mutex_lock_nested(&chan->lock, atomic_read(&chan->nesting)); in l2cap_chan_lock()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 1153 int nesting) in __ipoib_ib_dev_flush() argument 1159 down_read_nested(&priv->vlan_rwsem, nesting); in __ipoib_ib_dev_flush() 1166 __ipoib_ib_dev_flush(cpriv, level, nesting + 1); in __ipoib_ib_dev_flush()
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | locktypes.rst | 20 for their nesting, including the rules for use under PREEMPT_RT. 510 Lock type nesting rules 530 spinlock. This results in the following nesting ordering:
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libitm.info | 239 this together with flat nesting. 315 caught this exception yet. 'caught_count' is the nesting depth of 513 We support two different kinds of nesting of transactions. In the case 514 of _flat nesting_, the nesting structure is flattened and all nested 523 Flat nesting is the default nesting mode, but closed nesting is 527 situations. Thus, it makes more sense to use flat nesting by default to 529 for closed nesting. User-controlled aborts will correctly abort the 718 unsafe code. Therefore, nesting within serial transactions must
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libitm.info | 239 this together with flat nesting. 315 caught this exception yet. 'caught_count' is the nesting depth of 513 We support two different kinds of nesting of transactions. In the case 514 of _flat nesting_, the nesting structure is flattened and all nested 523 Flat nesting is the default nesting mode, but closed nesting is 527 situations. Thus, it makes more sense to use flat nesting by default to 529 for closed nesting. User-controlled aborts will correctly abort the 718 unsafe code. Therefore, nesting within serial transactions must
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | openvswitch.rst | 85 and nesting. For example, the following could represent a flow key 244 - Duplicate attributes are not allowed at a given nesting level.
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/ |
| H A D | ops.c | 3439 u8 nesting; in x86emuOp_enter() local 3444 nesting = fetch_byte_imm(); in x86emuOp_enter() 3446 DECODE_PRINTF2(",%x\n", nesting); in x86emuOp_enter() 3450 if (nesting > 0) { in x86emuOp_enter() 3451 for (i = 1; i < nesting; i++) { in x86emuOp_enter()
|