| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | Kbuild | 7 mandatory-y += atomic.h 8 mandatory-y += barrier.h 9 mandatory-y += bitops.h 10 mandatory-y += bug.h 11 mandatory-y += bugs.h 12 mandatory-y += cacheflush.h 13 mandatory-y += checksum.h 14 mandatory-y += compat.h 15 mandatory-y += current.h 16 mandatory-y += delay.h [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | Kbuild | 3 # Headers that are mandatory in usr/include/asm/ 6 mandatory-y += auxvec.h 7 mandatory-y += bitsperlong.h 8 mandatory-y += bpf_perf_event.h 9 mandatory-y += byteorder.h 10 mandatory-y += errno.h 11 mandatory-y += fcntl.h 12 mandatory-y += ioctl.h 13 mandatory-y += ioctls.h 14 mandatory-y += ipcbuf.h [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | mandatory-locking.rst | 13 0. Why you should avoid mandatory locking 19 - The write system call checks for a mandatory lock only once 22 A process may then see file data change even while a mandatory 32 1. What is mandatory locking? 51 with a "mandatory" locking scheme, whereby the operating system kernel would 56 The System V mandatory locking scheme was intended to have as little impact as 58 as candidates for mandatory locking, and using the existing fcntl()/lockf() 66 addition to entire files, so the mandatory locking rules also have byte 69 2. POSIX.1 does not specify any scheme for mandatory locking, despite 70 borrowing the fcntl() locking scheme from System V. The mandatory locking [all …]
|
| H A D | porting.rst | 46 At some point that will become mandatory. 50 **mandatory** 75 **mandatory** 94 **mandatory** 106 **mandatory** 127 **mandatory** 140 **mandatory** 148 **mandatory** 171 **mandatory** 179 **mandatory** [all …]
|
| H A D | locks.rst | 61 'Documentation/filesystems/mandatory-locking.rst' was prior to this release a 64 freeze an NFS server by asking it to read a file for which a mandatory lock 67 From this release of the kernel, mandatory locking can be turned on and off 69 The default is to disallow mandatory locking. The intention is that 70 mandatory locking only be enabled on a local filesystem as the specific need
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 9 intercept it, don't make it mandatory to do so. 27 - spec->mandatory = mandatory; 32 + mandatory to do so. We over-ride "mandatory" here to avoid the need to 36 + spec->mandatory = NULL; 38 + spec->mandatory = mandatory;
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.asm-generic | 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.asm-generic | 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.asm-generic | 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
|
| /OK3568_Linux_fs/kernel/net/dccp/ |
| H A D | feat.c | 288 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument 291 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0) 301 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument 482 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument 495 new->needs_mandatory = mandatory; in dccp_feat_push_change() 700 u8 mandatory, u64 nn_val) in __feat_register_nn() argument 712 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn() 725 u8 mandatory, u8 const *sp_val, u8 sp_len) in __feat_register_sp() argument 740 if (dccp_feat_push_change(fn, feat, is_local, mandatory, &fval)) { in __feat_register_sp() 1309 static u8 dccp_feat_handle_nn_established(struct sock *sk, u8 mandatory, u8 opt, in dccp_feat_handle_nn_established() argument [all …]
|
| H A D | options.c | 64 int mandatory = 0; in dccp_parse_options() local 107 if (mandatory) in dccp_parse_options() 110 mandatory = 1; in dccp_parse_options() 125 rc = dccp_feat_parse_options(sk, dreq, mandatory, opt, in dccp_parse_options() 241 mandatory = 0; in dccp_parse_options() 245 if (mandatory) in dccp_parse_options()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/ |
| H A D | b53.txt | 18 "brcm,bcm11360-srab" and the mandatory "brcm,cygnus-srab" string 25 "brcm,bcm53019-srab" and the mandatory "brcm,bcm5301x-srab" string 33 "brcm,bcm58313-srab" and the mandatory "brcm,omega-srab" string 42 "brcm,bcm88312-srab" and the mandatory "brcm,nsp-srab string 47 "brcm,bcm6368-switch" and the mandatory "brcm,bcm63xx-switch"
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.headersinst | 60 ifneq ($(mandatory-y),) 61 missing := $(filter-out $(all-files),$(mandatory-y)) 63 $(error Some mandatory headers ($(missing)) are missing in $(obj))
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.headersinst | 60 ifneq ($(mandatory-y),) 61 missing := $(filter-out $(all-files),$(mandatory-y)) 63 $(error Some mandatory headers ($(missing)) are missing in $(obj))
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 222 * Name of cache provider [mandatory]:: 230 * Allocate a new object [mandatory]:: 245 * Look up and create object [mandatory]:: 264 * Release lookup data [mandatory]:: 272 * Increment object refcount [mandatory]:: 281 * Lock/Unlock object [mandatory]:: 300 * Check coherency state of an object [mandatory]:: 309 * Update object [mandatory]:: 318 * Invalidate data object [mandatory]:: 330 * Discard object [mandatory]:: [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | Config.in | 33 bool "audioconvert (mandatory for audio playback)" 64 bool "videoconvertscale (mandatory for video playback)" 92 bool "audioresample (mandatory for audio playback)" 129 bool "volume (mandatory for audio playback)" 262 bool "alsa (mandatory for audio playback)"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/gphoto2/ |
| H A D | 0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch | 25 -GP_CHECK_POPT([mandatory]) 26 +GP_CHECK_LIBRARY([POPT], [popt], [], [popt.h], [], [], [mandatory])
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | prerequisite.txt | 12 the mandatory and optional packages (note that package names may vary 15 [[requirement-mandatory]] 51 are not mandatory for a simple build, they are still highly recommended:
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/tracker/tracker-miners/ |
| H A D | 0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch | 9 libseccomp lives in meta-security currently and we cannot make it a mandatory 30 - error('Libseccomp is mandatory for sandboxed metadata extraction')
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/rng/ |
| H A D | omap_rng.txt | 15 - clocks: the trng clock source. Only mandatory for the 18 - clock-names: mandatory if there is a second clock, in this case the
|
| /OK3568_Linux_fs/u-boot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 338 bool mandatory = false; in _rproc_ops_wrapper() local 359 mandatory = true; in _rproc_ops_wrapper() 387 if (mandatory) in _rproc_ops_wrapper()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/ |
| H A D | mac.c | 109 u32 basic, mandatory; in carl9170_set_mac_rates() local 124 mandatory = 0xff00; /* OFDM 6/9/12/18/24/36/48/54 */ in carl9170_set_mac_rates() 126 mandatory = 0xff0f; /* OFDM (6/9../54) + CCK (1/2/5.5/11) */ in carl9170_set_mac_rates() 130 carl9170_regwrite(AR9170_MAC_REG_MANDATORY_RATE, mandatory); in carl9170_set_mac_rates()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can_ucan_protocol.rst | 80 *Host2Dev; mandatory* 94 *Host2Dev; mandatory* 104 *Host2Dev; mandatory* 114 *Host2Dev; mandatory* 145 *Host2Dev; mandatory*
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | nfs41-server.rst | 25 focuses on the mandatory-to-implement NFSv4.1 Sessions, providing 30 the operations that are mandatory to implement (REQ), optional 226 The spec claims this is mandatory, but we don't actually know of any 236 mandatory only for servers that support CLAIM_DELEGATE_PREV and/or
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | atmel-isi.txt | 20 - bus-width: <8> or <10> (mandatory) 24 - remote-endpoint: A phandle to the bus receiver's endpoint node (mandatory).
|