Home
last modified time | relevance | path

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

12345678910>>...50

/kernel/linux/linux-5.10/include/asm-generic/
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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/include/uapi/asm-generic/
DKbuild.asm2 # Headers that are mandatory in usr/include/asm/
4 mandatory-y += auxvec.h
5 mandatory-y += bitsperlong.h
6 mandatory-y += byteorder.h
7 mandatory-y += errno.h
8 mandatory-y += fcntl.h
9 mandatory-y += ioctl.h
10 mandatory-y += ioctls.h
11 mandatory-y += ipcbuf.h
12 mandatory-y += mman.h
[all …]
/kernel/linux/linux-4.19/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 …]
Dporting40 At some point that will become mandatory.
43 [mandatory]
67 [mandatory]
84 [mandatory]
95 [mandatory]
113 [mandatory]
123 [mandatory]
130 [mandatory]
152 [mandatory]
159 [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
/kernel/linux/linux-5.10/Documentation/filesystems/
Dmandatory-locking.rst4 Mandatory File Locking For The Linux Operating System
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?
35 Mandatory locking is kernel enforced file locking, as opposed to the more usual
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
[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.rst57 1.3 Mandatory Locking As A Mount Option
60 Mandatory locking, as described in
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
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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)))
/kernel/linux/linux-4.19/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
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
Dvdec.h97 * @start: mandatory call when the vdec needs to initialize
98 * @stop: mandatory call when the vdec needs to stop
99 * @conf_esparser: mandatory call to let the vdec configure the ESPARSER
100 * @vififo_level: mandatory call to get the current amount of data
102 * @use_offsets: mandatory call. Returns 1 if the VDEC supports vififo offsets
114 * @start: mandatory call when the codec needs to initialize
115 * @stop: mandatory call when the codec needs to stop
125 * @isr: mandatory call when the ISR triggers
126 * @threaded_isr: mandatory call for the threaded ISR
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
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 …]
/kernel/linux/linux-4.19/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 …]
/kernel/linux/linux-5.10/sound/soc/sof/
Dsof-priv.h98 int (*probe)(struct snd_sof_dev *sof_dev); /* mandatory */
102 int (*run)(struct snd_sof_dev *sof_dev); /* mandatory */
127 size_t size); /* mandatory */
130 size_t size); /* mandatory */
138 struct snd_sof_ipc_msg *msg); /* mandatory */
141 int (*load_firmware)(struct snd_sof_dev *sof_dev); /* mandatory */
148 int (*fw_ready)(struct snd_sof_dev *sdev, u32 msg_id); /* mandatory */
177 /* Except for probe_pointer, all probe ops are mandatory */
180 struct snd_soc_dai *dai); /* mandatory */
183 struct snd_soc_dai *dai); /* mandatory */
[all …]
/kernel/linux/linux-4.19/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"
/kernel/linux/linux-5.10/include/sound/
Dcompress_driver.h90 * This callback is mandatory and shall keep dsp ready to receive the stream
92 * @free: Close the compressed stream, mandatory
93 * @set_params: Sets the compressed stream parameters, mandatory
96 * @get_params: retrieve the codec parameters, mandatory
100 * This callback is mandatory
101 * @pointer: Retrieve current h/w pointer information. Mandatory
107 * @get_caps: Retrieve DSP capabilities, mandatory
108 * @get_codec_caps: Retrieve capabilities for a specific codec, mandatory
/kernel/linux/linux-4.19/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)
/kernel/linux/linux-5.10/include/linux/
Dnvme-fc-driver.h351 * Entrypoint is Mandatory.
357 * Entrypoint is Mandatory.
389 * Entrypoint is Mandatory.
400 * Entrypoint is Mandatory.
406 * Entrypoint is Mandatory.
412 * Entrypoint is Mandatory.
426 * Entrypoint is mandatory if the LLDD calls the nvme_fc_rcv_ls_req()
431 * Value is Mandatory. Must be at least 1.
435 * Value is Mandatory. Must be at least 1. Recommend at least 256.
439 * Value is Mandatory. Must be at least 1. Recommend at least 256.
[all …]
/kernel/linux/linux-4.19/include/linux/
Dnvme-fc-driver.h289 * Entrypoint is Mandatory.
295 * Entrypoint is Mandatory.
327 * Entrypoint is Mandatory.
338 * Entrypoint is Mandatory.
344 * Entrypoint is Mandatory.
350 * Entrypoint is Mandatory.
354 * Value is Mandatory. Must be at least 1.
358 * Value is Mandatory. Must be at least 1. Recommend at least 256.
362 * Value is Mandatory. Must be at least 1. Recommend at least 256.
366 * Value is Mandatory. Typical value is 0xFFFFFFFF to split across
[all …]
/kernel/linux/linux-5.10/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"

12345678910>>...50