Home
last modified time | relevance | path

Searched refs:mandatory (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/include/asm-generic/
H A DKbuild7 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 DKbuild3 # 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 Dmandatory-locking.rst13 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 Dporting.rst46 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 Dlocks.rst61 '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 Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch9 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 DMakefile.asm-generic22 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 DMakefile.asm-generic22 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 DMakefile.asm-generic22 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 Dfeat.c288 #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 Doptions.c64 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 Db53.txt18 "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 DMakefile.headersinst60 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 DMakefile.headersinst60 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 Dbackend-api.rst222 * 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 DConfig.in33 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 D0002-Look-for-popt-with-GP_CHECK_LIBRARY-function.patch25 -GP_CHECK_POPT([mandatory])
26 +GP_CHECK_LIBRARY([POPT], [popt], [], [popt.h], [], [], [mandatory])
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dprerequisite.txt12 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 D0001-meson.build-Just-warn-if-we-build-without-libseccomp.patch9 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 Domap_rng.txt15 - 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 Drproc-uclass.c338 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 Dmac.c109 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 Dcan_ucan_protocol.rst80 *Host2Dev; mandatory*
94 *Host2Dev; mandatory*
104 *Host2Dev; mandatory*
114 *Host2Dev; mandatory*
145 *Host2Dev; mandatory*
/OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/
H A Dnfs41-server.rst25 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 Datmel-isi.txt20 - bus-width: <8> or <10> (mandatory)
24 - remote-endpoint: A phandle to the bus receiver's endpoint node (mandatory).

12345678910>>...15