Home
last modified time | relevance | path

Searched full:mandatory (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/Linux-v5.4/include/uapi/asm-generic/
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 …]
/Linux-v5.4/Documentation/filesystems/
Dmandatory-locking.txt1 Mandatory File Locking For The Linux Operating System
8 0. Why you should avoid mandatory locking
14 - The write system call checks for a mandatory lock only once
17 A process may then see file data change even while a mandatory
27 1. What is mandatory locking?
30 Mandatory locking is kernel enforced file locking, as opposed to the more usual
46 with a "mandatory" locking scheme, whereby the operating system kernel would
51 The System V mandatory locking scheme was intended to have as little impact as
53 as candidates for mandatory locking, and using the existing fcntl()/lockf()
59 to entire files, so the mandatory locking rules also have byte level
[all …]
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 …]
Dlocks.txt53 1.3 Mandatory Locking As A Mount Option
56 Mandatory locking, as described in
57 'Documentation/filesystems/mandatory-locking.txt' was prior to this release a
60 freeze an NFS server by asking it to read a file for which a mandatory lock
63 From this release of the kernel, mandatory locking can be turned on and off
65 The default is to disallow mandatory locking. The intention is that
66 mandatory locking only be enabled on a local filesystem as the specific need
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt41 Mandatory, except if devbus,keep-config is used.
44 Mandatory, except if devbus,keep-config is used.
50 Mandatory, except if devbus,keep-config is used.
55 Mandatory, except if devbus,keep-config is used.
60 Mandatory, except if devbus,keep-config is used.
68 Mandatory for "marvell,mvebu-devbus" compatible string,
80 Mandatory for "marvell,mvebu-devbus" compatible string,
87 Mandatory.
93 Mandatory.
101 Mandatory.
[all …]
/Linux-v5.4/scripts/
DMakefile.asm-generic15 # $(generic)/Kbuild lists mandatory-y. Exclude um since it is a special case.
22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
28 # If arch does not implement mandatory headers, fallback to asm-generic ones.
29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y))
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
/Linux-v5.4/drivers/usb/gadget/function/
Drndis.c121 /* mandatory 802.3 */
144 /* PM and wakeup are "mandatory" for USB, but the RNDIS specs
208 /* mandatory */ in gen_ndis_query_resp()
218 /* mandatory */ in gen_ndis_query_resp()
231 /* mandatory */ in gen_ndis_query_resp()
238 /* mandatory */ in gen_ndis_query_resp()
246 /* mandatory */ in gen_ndis_query_resp()
255 /* mandatory */ in gen_ndis_query_resp()
266 /* mandatory */ in gen_ndis_query_resp()
275 /* mandatory */ in gen_ndis_query_resp()
[all …]
/Linux-v5.4/drivers/staging/media/meson/vdec/
Dvdec.h90 * @start: mandatory call when the vdec needs to initialize
91 * @stop: mandatory call when the vdec needs to stop
92 * @conf_esparser: mandatory call to let the vdec configure the ESPARSER
93 * @vififo_level: mandatory call to get the current amount of data
95 * @use_offsets: mandatory call. Returns 1 if the VDEC supports vififo offsets
107 * @start: mandatory call when the codec needs to initialize
108 * @stop: mandatory call when the codec needs to stop
118 * @isr: mandatory call when the ISR triggers
119 * @threaded_isr: mandatory call for the threaded ISR
/Linux-v5.4/include/sound/
Dcompress_driver.h79 * This callback is mandatory and shall keep dsp ready to receive the stream
81 * @free: Close the compressed stream, mandatory
82 * @set_params: Sets the compressed stream parameters, mandatory
85 * @get_params: retrieve the codec parameters, mandatory
89 * This callback is mandatory
90 * @pointer: Retrieve current h/w pointer information. Mandatory
96 * @get_caps: Retrieve DSP capabilities, mandatory
97 * @get_codec_caps: Retrieve capabilities for a specific codec, mandatory
/Linux-v5.4/Documentation/filesystems/caching/
Dbackend-api.txt224 (*) Name of cache provider [mandatory]:
232 (*) Allocate a new object [mandatory]:
247 (*) Look up and create object [mandatory]:
266 (*) Release lookup data [mandatory]:
274 (*) Increment object refcount [mandatory]:
283 (*) Lock/Unlock object [mandatory]:
302 (*) Check coherency state of an object [mandatory]:
311 (*) Update object [mandatory]:
320 (*) Invalidate data object [mandatory]:
332 (*) Discard object [mandatory]:
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/display/bridge/
Ddw_mipi_dsi.txt14 host controller registers. (mandatory)
17 as specified in [1]. (mandatory)
20 - "pclk" is the peripheral clock for either AHB and APB. (mandatory)
28 - panel or bridge node: see [3]. (mandatory)
/Linux-v5.4/include/linux/
Dnvme-fc-driver.h277 * Entrypoint is Mandatory.
283 * Entrypoint is Mandatory.
315 * Entrypoint is Mandatory.
326 * Entrypoint is Mandatory.
332 * Entrypoint is Mandatory.
338 * Entrypoint is Mandatory.
342 * Value is Mandatory. Must be at least 1.
346 * Value is Mandatory. Must be at least 1. Recommend at least 256.
350 * Value is Mandatory. Must be at least 1. Recommend at least 256.
354 * Value is Mandatory. Typical value is 0xFFFFFFFF to split across
[all …]
Dvga_switcheroo.h102 * Mandatory. For muxless machines this should be a no-op. Returning 0
111 * Mandatory
114 * methods are mandatory, all others may be set to NULL.
128 * Mandatory. This should not cut power to the discrete GPU,
134 * Mandatory. The client should return false if a user space process
139 * The @set_gpu_state and @can_switch methods are mandatory, @reprobe may be
/Linux-v5.4/Documentation/devicetree/bindings/net/dsa/
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"
/Linux-v5.4/net/dccp/
Dfeat.c286 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) do { \ argument
289 dccp_pr_debug_cat(") %s\n", mandatory ? "!" : ""); } while (0)
299 #define dccp_feat_print_opt(opt, feat, val, len, mandatory) argument
476 * @mandatory: whether to use Mandatory feature negotiation options
480 u8 mandatory, dccp_feat_val *fval) in dccp_feat_push_change() argument
493 new->needs_mandatory = mandatory; in dccp_feat_push_change()
690 * @mandatory: use Mandatory option if 1
696 u8 mandatory, u64 nn_val) in __feat_register_nn() argument
708 return dccp_feat_push_change(fn, feat, 1, mandatory, &fval); in __feat_register_nn()
716 * @mandatory: use Mandatory option if 1
[all …]
/Linux-v5.4/tools/testing/selftests/tc-testing/tc-tests/actions/
Dsample.json4 "name": "Add valid sample action with mandatory arguments",
28 "name": "Add valid sample action with mandatory arguments and continue control action",
52 "name": "Add valid sample action with mandatory arguments and drop control action",
76 "name": "Add valid sample action with mandatory arguments and reclassify control action",
100 "name": "Add valid sample action with mandatory arguments and pipe control action",
124 "name": "Add valid sample action with mandatory arguments and jump control action",
172 "name": "Add sample action with mandatory arguments and invalid control action",
194 "name": "Add invalid sample action without mandatory arguments",
216 "name": "Add invalid sample action without mandatory argument rate",
238 "name": "Add invalid sample action without mandatory argument group",
[all …]
/Linux-v5.4/security/smack/
DKconfig3 bool "Simplified Mandatory Access Control Kernel Support"
11 This selects the Simplified Mandatory Access Control Kernel.
13 of other mandatory security schemes.
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dti-abb-regulator.txt55 efuse: Mandatory if 'efuse-address' register is defined. Provides offset
65 Vset value efuse Mask: Mandatory if ldo-address is set. Picks up from
83 1200000 3 0 0 0 0 /* RBB mandatory */
84 1320000 1 0 0 0 0 /* FBB mandatory */
105 1320000 1 0 0 0 0 /* FBB mandatory */
/Linux-v5.4/Documentation/arm/
Dbooting.rst31 MANDATORY
33 MANDATORY
69 MANDATORY except for DT-only platforms
88 MANDATORY
165 MANDATORY
167 MANDATORY
/Linux-v5.4/Documentation/i2c/
Dslave-interface.rst66 is the return value from the backend. Mandatory events must be provided by the
71 * I2C_SLAVE_WRITE_REQUESTED (mandatory)
82 * I2C_SLAVE_READ_REQUESTED (mandatory)
92 * I2C_SLAVE_WRITE_RECEIVED (mandatory)
102 * I2C_SLAVE_READ_PROCESSED (mandatory)
117 * I2C_SLAVE_STOP (mandatory)
/Linux-v5.4/sound/soc/sof/
Dsof-priv.h81 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
85 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
110 size_t size); /* mandatory */
113 size_t size); /* mandatory */
121 struct snd_sof_ipc_msg *msg); /* mandatory */
124 int (*load_firmware)(struct snd_sof_dev *sof_dev); /* mandatory */
162 void *p, size_t sz); /* mandatory */
167 const struct sof_ipc_pcm_params_reply *reply); /* mandatory */
201 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */
203 u32 id);/* mandatory for common loader code */
/Linux-v5.4/Documentation/devicetree/bindings/pci/
Dfaraday,ftpci100.txt12 Mandatory properties:
40 Mandatory subnodes:
42 host bridge is mandatory. It has the following mandatory properties:
/Linux-v5.4/net/tipc/
Dbcast.h69 * @mandatory: broadcast/replicast indication was set by user
71 * @expires: re-evaluate non-mandatory transmit method if we are past this
75 bool mandatory; member
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-bus-firewire99 Mandatory in unit directories according to IEEE 1212.
103 Mandatory in the root directory according to IEEE 1212.
110 Mandatory in unit directories according to IEEE 1212.
/Linux-v5.4/Documentation/devicetree/bindings/rng/
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

12345678910>>...25