| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 113 struct open_how how; member 139 .path = "/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 142 .path = "cheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 145 .path = "abscheeky/absself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 148 .path = "..", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 151 .path = "../root/", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 154 .path = "cheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 157 .path = "abscheeky/self", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 160 .path = "cheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() 163 .path = "abscheeky/garbageself", .how.resolve = RESOLVE_BENEATH, in test_openat2_opath_tests() [all …]
|
| H A D | openat2_test.c | 154 struct open_how how; member 165 .how.flags = O_TMPFILE | O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 167 .how.flags = O_TMPFILE | O_CREAT | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 171 .how.flags = O_PATH | O_CLOEXEC }, in test_openat2_flags() 173 .how.flags = O_PATH | O_DIRECTORY }, in test_openat2_flags() 175 .how.flags = O_PATH | O_NOFOLLOW }, in test_openat2_flags() 178 .how.flags = O_PATH | O_RDWR, .err = -EINVAL }, in test_openat2_flags() 180 .how.flags = O_PATH | O_CREAT, .err = -EINVAL }, in test_openat2_flags() 182 .how.flags = O_PATH | O_EXCL, .err = -EINVAL }, in test_openat2_flags() 184 .how.flags = O_PATH | O_NOCTTY, .err = -EINVAL }, in test_openat2_flags() [all …]
|
| H A D | helpers.c | 17 bool needs_openat2(const struct open_how *how) in needs_openat2() argument 19 return how->resolve != 0; in needs_openat2() 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() argument 24 int ret = syscall(__NR_openat2, dfd, path, how, size); in raw_openat2() 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() argument 30 return raw_openat2(dfd, path, how, sizeof(*how)); in sys_openat2() 33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() argument 35 int ret = openat(dfd, path, how->flags, how->mode); in sys_openat() 98 struct open_how how = {}; in init() local 104 fd = sys_openat2(AT_FDCWD, ".", &how); in init()
|
| H A D | helpers.h | 28 * Arguments for how openat2(2) should open the target path. If @resolve is 48 bool needs_openat2(const struct open_how *how); 51 /* how->resolve flags for openat2(2). */ 96 int raw_openat2(int dfd, const char *path, void *how, size_t size); 97 int sys_openat2(int dfd, const char *path, struct open_how *how); 98 int sys_openat(int dfd, const char *path, struct open_how *how);
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | expire.c | 12 unsigned long timeout, unsigned int how) in autofs_can_expire() argument 20 if (!(how & AUTOFS_EXP_IMMEDIATE)) { in autofs_can_expire() 30 struct dentry *dentry, unsigned int how) in autofs_mount_busy() argument 52 if (how & AUTOFS_EXP_FORCED) { in autofs_mount_busy() 153 unsigned int how) in autofs_direct_busy() argument 158 if (how & AUTOFS_EXP_FORCED) in autofs_direct_busy() 172 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy() 185 unsigned int how) in autofs_tree_busy() argument 207 if (autofs_mount_busy(mnt, p, how)) { in autofs_tree_busy() 231 if (how & AUTOFS_EXP_FORCED) in autofs_tree_busy() [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/ |
| H A D | readme.txt | 12 │ └── resnet18_export_onnx # how to export onnx model from pytorch 22 ├── accuracy_analysis # how to use accuracy-analysis function 23 ├── batch_size # how to expand batch for use multi-batch function 25 ├── hybrid_quant # how to use hybrid-quantization function 26 ├── mmse # how to use mmse function 27 ├── model_pruning # how to use model_pruning function 28 ├── dynamic_input # how to use dynamic_input function 29 └── board_test # how to connect the board for debugging
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-slab | 19 The aliases file is read-only and specifies how many caches 48 The alloc_fastpath file shows how many objects have been 59 The alloc_from_partial file shows how many times a cpu slab has 71 The alloc_refill file shows how many times the per-cpu freelist 82 The alloc_slab file is shows how many times a new slab had to 93 The alloc_slowpath file shows how many objects have been 115 The cpu_slabs file is read-only and displays how many cpu slabs 124 The file cpuslab_flush shows how many times a cache's cpu slabs 147 The deactivate_empty file shows how many times an empty cpu slab 157 The deactivate_full file shows how many times a full cpu slab [all …]
|
| H A D | sysfs-kernel-mm-ksm | 19 full_scans: how many times all mergeable areas have been 22 pages_shared: how many shared pages are being used. 24 pages_sharing: how many more sites are sharing them i.e. how 27 pages_to_scan: how many present pages to scan before ksmd goes 30 pages_unshared: how many pages unique but repeatedly checked 33 pages_volatile: how many pages changing too fast to be placed 41 sleep_millisecs: how many milliseconds ksm should sleep between
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/cases/ |
| H A D | depends.py | 13 self.assertTrue(True, msg='How is this possible?') 17 self.assertTrue(True, msg='How is this possible?') 21 self.assertTrue(True, msg='How is this possible?') 25 self.assertTrue(True, msg='How is this possible?') 29 self.assertTrue(True, msg='How is this possible?') 33 self.assertTrue(True, msg='How is this possible?') 37 self.assertTrue(True, msg='How is this possible?') 41 self.assertTrue(True, msg='How is this possible?')
|
| H A D | oetag.py | 13 self.assertTrue(True, msg='How is this possible?') 17 self.assertTrue(True, msg='How is this possible?') 21 self.assertTrue(True, msg='How is this possible?') 24 self.assertTrue(True, msg='How is this possible?') 30 self.assertTrue(True, msg='How is this possible?') 34 self.assertTrue(True, msg='How is this possible?') 37 self.assertTrue(True, msg='How is this possible?')
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/relate/ |
| H A D | direction.hpp | 41 : how(h) in direction_type() 54 : how(h) in direction_type() 68 // "How" is the intersection formed? 69 char how; member 74 // Information on how A arrives at intersection, how B arrives at intersection 80 // Direction: how is A positioned from B 279 // We adapt the "how" in segments_collinear() 280 // TODO: how was to be refactored anyway, in segments_collinear() 283 r.how = 'a'; in segments_collinear() 287 r.how = r.arrival[0] == 0 ? 't' : 'f'; in segments_collinear() [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | what-i-wish-id-known.rst | 19 understanding of how the build process works, you'll find yourself trying to 26 because of how git works. If you download the tarball instead, you will need 82 #. **Understand the basic concepts of how the build system works: the workflow:** 84 pinpoint where trouble is occurring and how the build is breaking. The 100 .. image:: figures/yp-how-it-works-new-diagram.png 102 #. **Know that you can generate a dependency graph and learn how to do it:** 108 dependency graphs and how to generate them in the 112 #. **Here's how you decode "magic" folder names in tmp/work:** 128 :doc:`brief-yoctoprojectqs/index` show how to create an image 135 Shell` for information on how to build and run a specific task using [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | user.h | 16 atomic_t processes; /* How many processes does this user have? */ 17 atomic_t sigpending; /* How many pending signals does this user have? */ 26 unsigned long mq_bytes; /* How many bytes can be allocated to mqueue? */ 28 unsigned long locked_shm; /* How many pages of mlocked shm ? */ 29 unsigned long unix_inflight; /* How many files in flight in unix sockets */ 30 atomic_long_t pipe_bufs; /* how many pages are allocated in pipe buffers */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ |
| H A D | Kconfig | 47 adapters. For more information on how to identify your adapter, go 66 use the regular e1000 driver For more information on how to 95 adapters. For more information on how to identify your adapter, go 131 information on how to identify your adapter, go to the Adapter & 148 instead. For more information on how to identify your adapter, go 167 adapters. For more information on how to identify your adapter, go 219 Intel(R) ixgbe driver. For more information on how to identify your 246 devices. For more information on how to identify your adapter, go 279 information on how to identify your adapter, go to the Adapter 301 devices. For more information on how to identify your adapter, go [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 82 how many pages to scan before ksmd goes to sleep 88 how many milliseconds ksmd should sleep before next scan 101 sharing of setting 1 (default). You may wish to compare how 153 specifies how frequently KSM checks the metadata of the pages 163 how many shared pages are being used 165 how many more sites are sharing them i.e. how much saved 167 how many pages unique but repeatedly checked for merging 169 how many pages changing too fast to be placed in a tree 171 how many times all mergeable areas have been scanned
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | faq.rst | 12 How do I use my own Linux kernel ``.config`` file? 19 How do I create configuration fragments? 26 How do I use my own Linux kernel sources? 33 How do I install/not-install the kernel image on the root filesystem? 43 Yocto Project Development Tasks Manual for information on how to use an 46 How do I install a specific kernel module? 67 How do I change the Linux kernel command line?
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | encoding_utf.hpp | 34 utf_to_utf(CharIn const *begin,CharIn const *end,method_type how = default_method) in utf_to_utf() argument 44 if(how==stop) in utf_to_utf() 59 utf_to_utf(CharIn const *str,method_type how = default_method) in utf_to_utf() argument 64 return utf_to_utf<CharOut,CharIn>(str,end,how); in utf_to_utf() 73 utf_to_utf(std::basic_string<CharIn> const &str,method_type how = default_method) in utf_to_utf() argument 75 return utf_to_utf<CharOut,CharIn>(str.c_str(),str.c_str()+str.size(),how); in utf_to_utf()
|
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | memmove.S | 21 srli $p1, $r2, #2 ! $p1 is how many words to copy 29 andi $r2, $r2, #3 ! How many bytes are less than a word 35 addi $p1, $p1, #-1 ! How many words left to copy 44 andi $r2, $r2, #3 ! How many bytes are less than a word 50 addi $p1, $p1, #-1 ! How many words left to copy 60 addi $r2, $r2, #-1 ! How many bytes left to copy
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gprof.html/ |
| H A D | How-do-I_003f.html | 16 <title>GNU gprof: How do I?</title> 18 <meta name="description" content="GNU gprof: How do I?"> 19 <meta name="keywords" content="GNU gprof: How do I?"> 62 <a name="How-do-I_003f"></a> 72 <dt>How can I get more exact information about hot spots in my program?</dt> 84 <dt>How do I find which lines in my program were executed the most times?</dt> 89 <dt>How do I find which lines in my program called a particular function?</dt> 95 <dt>How do I analyze a program that runs for less than a second?</dt>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gprof.html/ |
| H A D | How-do-I_003f.html | 16 <title>GNU gprof: How do I?</title> 18 <meta name="description" content="GNU gprof: How do I?"> 19 <meta name="keywords" content="GNU gprof: How do I?"> 62 <a name="How-do-I_003f"></a> 72 <dt>How can I get more exact information about hot spots in my program?</dt> 84 <dt>How do I find which lines in my program were executed the most times?</dt> 89 <dt>How do I find which lines in my program called a particular function?</dt> 95 <dt>How do I analyze a program that runs for less than a second?</dt>
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 991 struct open_how how = { in build_open_how() local 997 if (how.flags & O_PATH) in build_open_how() 998 how.flags &= O_PATH_FLAGS; in build_open_how() 1000 if (!WILL_CREATE(how.flags)) in build_open_how() 1001 how.mode = 0; in build_open_how() 1002 return how; in build_open_how() 1005 inline int build_open_flags(const struct open_how *how, struct open_flags *op) in build_open_flags() argument 1007 u64 flags = how->flags; in build_open_flags() 1029 if (how->resolve & ~VALID_RESOLVE_FLAGS) in build_open_flags() 1033 if ((how->resolve & RESOLVE_BENEATH) && (how->resolve & RESOLVE_IN_ROOT)) in build_open_flags() [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | faq.rst | 7 **Q:** How does Poky differ from :oe_home:`OpenEmbedded <>`? 26 section for steps on how to update your build tools. 28 **Q:** How can you claim Poky / OpenEmbedded-Core is stable? 43 **Q:** How do I get support for my board added to the Yocto Project? 46 Support Package (BSP) layer for it. For more information on how to 68 various formats, the output of an OpenEmbedded build depends on how you 72 **Q:** How do I add my package to the Yocto Project? 75 information on how to create a BitBake recipe, see the 108 but the package is being marked as machine-specific in all cases, how do 117 **Q:** I'm behind a firewall and need to use a proxy server. How do I do [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | perfmon_default_smpl.h | 39 unsigned long hdr_count; /* how many valid entries */ 43 unsigned long hdr_overflows; /* how many times the buffer overflowed */ 44 unsigned long hdr_buf_size; /* how many bytes in the buffer */ 54 * index order: PMD4, PMD5, and so on. How many PMDs are present depends 55 * on how the session was programmed. 76 #define PFM_DEFAULT_MAX_PMDS 64 /* how many pmds supported by data structures (sizeof(unsigned lon…
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/--exclude=info/debootstrap/ |
| H A D | debootstrap.log | 1 I don't know how to detect arch '--components', sorry. 2 I don't know how to detect arch '--components', sorry. 3 I don't know how to detect arch '--components', sorry. 4 I don't know how to detect arch '--components', sorry.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | howto.rst | 7 instructions on how to become a Linux kernel developer and how to learn 20 So, you want to learn how to become a Linux kernel developer? Or you 24 and hints on how to work with the community. It will also try to 49 Please remember that you are trying to learn how to work with the 64 rules and how to use `SPDX <https://spdx.org/>`_ identifiers in source code are 79 invaluable for learning how to interact with the kernel community. When 81 documentation files are also added which explain how to use the feature. 109 These files describe in explicit detail how to successfully create 120 Other excellent descriptions of how to create patches properly are: 147 This document describes how Linux kernel maintainers operate and the [all …]
|