/openbmc/linux/Documentation/mm/ |
H A D | page_frags.rst | 26 allocation. The netdev_alloc_cache is used by callers making use of the 28 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0009-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 14 (currently) all systemd callers of laccess() pass mode as F_OK, so 49 + the links above doesn't apply. Note also that (currently) all systemd callers
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0007-don-t-pass-AT_SYMLINK_NOFOLLOW-flag-to-faccessat.patch | 14 (currently) all systemd callers of laccess() pass mode as F_OK, so 49 + the links above doesn't apply. Note also that (currently) all systemd callers
|
/openbmc/linux/Documentation/networking/ |
H A D | tc-actions-env-rules.rst | 23 The "environmental" rules for callers of actions (qdiscs etc) are:
|
/openbmc/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 129 unsigned callers; member 589 info->callers++; in scsifront_enter() 595 info->callers--; in scsifront_return() 596 if (info->callers) in scsifront_return() 985 while (info->callers && !err) { in scsifront_suspend()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 31 + patch the many different architecture specific callers to
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-fread.rst | 73 - The driver failed to write to the callers buffer due to an
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | amd_hsmp.rst | 41 * Locking across callers is taken care by the driver.
|
/openbmc/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 85 on the callers stack. If it is on the callers stack then a limited 108 the callers stack.
|
H A D | timekeeping.rst | 73 more convenient for some callers.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | porting.rst | 121 check for ->link() target not being a directory is done by callers. Feel 128 ->link() callers hold ->i_mutex on the object we are linking to. Some of your 318 nobh_write_begin, blockdev_direct_IO*) to callers. Take a look at 319 ext2_write_failed and callers for an example. 781 is returned and callers reference to inode is subsumed by that. On 909 instead of passing mount and dentry separately. For callers that used to 928 callers never looked at specific -E... values anyway. -> iterate_shared() 938 changed to simplify callers. The passed file is in a non-open state and on
|
/openbmc/linux/Documentation/bpf/ |
H A D | cpumasks.rst | 255 complementary kfuncs that allow callers to atomically test and set (or clear) 273 callers can also perform bitwise operations between multiple cpumasks using
|
/openbmc/openbmc-test-automation/docs/ |
H A D | redfish_coding_guidelines.md | 21 - Support for python-like strings for all arguments which allows callers to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/ |
H A D | multipath-tools_0.10.0.bb | 11 mpath device. It processes management requests from callers and hides \
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/ |
H A D | 0001-Fix-uprobes-make-uprobe_register-return-struct-uprob.patch | 51 Add this argument to uprobe_register(), update the callers, and kill
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
H A D | terminfo_fixes.patch | 91 +MEMCHECK = valgrind --tool=memcheck --leak-check=yes --leak-resolution=med --num-callers=20
|
/openbmc/linux/Documentation/target/ |
H A D | tcm_mod_builder.rst | 17 1) Generate new API callers for drivers/target/target_core_fabric_configs.c logic
|
/openbmc/linux/Documentation/trace/ |
H A D | events-kmem.rst | 66 callers should be batching their activities.
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/ |
H A D | 0001-test_functionality-convert-line-endings-to-Unix.patch | 789 - (cc, nc, tt, ct, callers) = p.stats[fsa_pid] 793 - (cc, nc, tt, ct, callers) = p.stats[fsd_pid] 797 - self.assertEqual(len(callers), 2) 798 - (cc, nc, tt, ct) = callers[fsa_pid] 802 - (cc, nc, tt, ct) = callers[fsb_pid] 2700 + (cc, nc, tt, ct, callers) = p.stats[fsa_pid] 2704 + (cc, nc, tt, ct, callers) = p.stats[fsd_pid] 2708 + self.assertEqual(len(callers), 2) 2709 + (cc, nc, tt, ct) = callers[fsa_pid] 2713 + (cc, nc, tt, ct) = callers[fsb_pid]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | qunit-1.18.0.js | 117 var innerEquiv,callers=[],parents=[],parentsB=[],getProto=Object.getPrototypeOf||function(obj){retu… 118 …=b.multiline&&a.sticky===b.sticky;},"function":function(){var caller=callers[callers.length-1];ret… 123 callers.push(a.constructor);parents.push(a);parentsB.push(b);for(i in a){loop=false;for(j=0;j<paren… 125 parents.pop();parentsB.pop();callers.pop();for(i in b){bProperties.push(i);}
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | dma.rst | 83 This may force your callers to do some bounce buffering, copying from
|
/openbmc/linux/kernel/dma/ |
H A D | Kconfig | 253 Perform extra checking that callers of dma_map_sg() have respected the
|
/openbmc/linux/Documentation/process/ |
H A D | deprecated.rst | 117 in callers. The respective kstrtol(), kstrtoll(), 141 for callers using only NUL-terminated strings.
|
/openbmc/linux/Documentation/rust/ |
H A D | coding-guidelines.rst | 98 in code documentation. ``# Safety`` sections specify the contract that callers
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch | 25 /* Similarly for fcntl. Note that callers must always:
|