Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-cache-policy-smq.c45 bool sentinel:1; member
159 if (!e->sentinel) in l_add_head()
175 if (!e->sentinel) in l_add_tail()
192 if (!e->sentinel) in l_add_before()
212 if (!e->sentinel) in l_del()
221 if (!e->sentinel) { in l_pop_head()
234 if (!e->sentinel) { in l_pop_tail()
299 if (!e->sentinel) in q_push()
309 if (!e->sentinel) in q_push_front()
319 if (!e->sentinel) in q_push_before()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs3acl.c22 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_prepare_get_acl() local
24 if (cmpxchg(p, ACL_NOT_CACHED, sentinel) != ACL_NOT_CACHED) { in nfs3_prepare_get_acl()
31 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_complete_get_acl() local
35 if (cmpxchg(p, sentinel, acl) != sentinel) in nfs3_complete_get_acl()
41 struct posix_acl *sentinel = uncached_acl_sentinel(current); in nfs3_abort_get_acl() local
44 cmpxchg(p, sentinel, ACL_NOT_CACHED); in nfs3_abort_get_acl()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c134 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_free_all()
135 buf->head = &buf->sentinel; in tty_buffer_free_all()
136 buf->tail = &buf->sentinel; in tty_buffer_free_all()
599 tty_buffer_reset(&buf->sentinel, 0); in tty_buffer_init()
600 buf->head = &buf->sentinel; in tty_buffer_init()
601 buf->tail = &buf->sentinel; in tty_buffer_init()
/OK3568_Linux_fs/kernel/fs/
H A Dposix_acl.c98 void *sentinel; in get_acl() local
115 sentinel = uncached_acl_sentinel(current); in get_acl()
126 if (cmpxchg(p, ACL_NOT_CACHED, sentinel) != ACL_NOT_CACHED) in get_acl()
148 cmpxchg(p, sentinel, ACL_NOT_CACHED); in get_acl()
156 if (unlikely(cmpxchg(p, sentinel, acl) != sentinel)) in get_acl()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/
H A D0003-ensure-valid-sentinals-for-gst_structure_get-etc.patch12 definition (ie ((void*)0)), which is a valid sentinel.
14 However the C++ NULL definition (ie 0L), is not a valid sentinel
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dbootparam_utils.h51 if (boot_params->sentinel) { in sanitize_boot_params()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/gyp/gyp/
H A D0001-Fix-for-Python-3.10-compatibility.patch34 end += [None, end, end] # sentinel node for doubly linked list
/OK3568_Linux_fs/buildroot/package/python-aiohttp/
H A D0001-Bump-async-timeout-version-for-aiohttp-3.8-5299.patch34 sentinel,
76 -from .helpers import PY_36, CeilTimeout, get_running_loop, is_ip_address, noop, sentinel
83 + sentinel,
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-PR28778-gcc-warning-tweak-for-sprintf-precision-para.patch9 A precision=-1 sentinel value got interpreted as UINT_MAX in a
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/fcgiwrap/
H A D0001-Fix-implicit-fallthrough-warning.patch126 +# sentinel
256 + [sentinel], [
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dzero-page.rst40 1EF/001 ALL sentinel Used to detect broken bootloaders
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h212 __u8 sentinel; /* 0x1ef */ member
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S279 .globl sentinel symbol
280 sentinel: .byte 0xff, 0xff /* Used to detect broken loaders */ label
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbuiltin-attrs.def113 DEF_ATTR_IDENT (ATTR_SENTINEL, "sentinel")
205 /* Nothrow functions with the sentinel(1) attribute. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbuiltin-attrs.def113 DEF_ATTR_IDENT (ATTR_SENTINEL, "sentinel")
205 /* Nothrow functions with the sentinel(1) attribute. */
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dperf_event.c571 char sentinel; in arc_pmu_device_probe() member
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h91 struct tty_buffer sentinel; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_lrc.c1586 bool sentinel = false; in assert_pending_valid() local
1637 if (sentinel) { in assert_pending_valid()
1644 sentinel = i915_request_has_sentinel(rq); in assert_pending_valid()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info363 attributes for methods (such as 'deprecated', 'noreturn', 'sentinel',
580 -Wstrict-null-sentinel -Wno-subobject-linkage -Wtemplates
3411 '-Wstrict-null-sentinel (C++ and Objective-C++ only)'
3412 Warn about the use of an uncasted 'NULL' as sentinel. When
3413 compiling only with GCC this is a valid sentinel, as 'NULL' is
32355 'sentinel'
32356 'sentinel (POSITION)'
32359 only valid on variadic functions. By default, the sentinel is
32362 sentinel must be located at POSITION counting backwards from the
32365 __attribute__ ((sentinel))
[all …]
H A Dgdb.info432 frame IDs, independent frame sniffers, and the sentinel frame. Mark
434 unwinder, and Andrew Cagney the dummy, sentinel, tramp, and trad
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info363 attributes for methods (such as 'deprecated', 'noreturn', 'sentinel',
580 -Wstrict-null-sentinel -Wno-subobject-linkage -Wtemplates
3411 '-Wstrict-null-sentinel (C++ and Objective-C++ only)'
3412 Warn about the use of an uncasted 'NULL' as sentinel. When
3413 compiling only with GCC this is a valid sentinel, as 'NULL' is
32355 'sentinel'
32356 'sentinel (POSITION)'
32359 only valid on variadic functions. By default, the sentinel is
32362 sentinel must be located at POSITION counting backwards from the
32365 __attribute__ ((sentinel))
[all …]
H A Dgdb.info432 frame IDs, independent frame sniffers, and the sentinel frame. Mark
434 unwinder, and Andrew Cagney the dummy, sentinel, tramp, and trad
/OK3568_Linux_fs/external/xserver/
H A DChangeLog48484 miinitext: avoid allocating a sentinel ExtensionModule
48487 ExtensionModule to be used as a sentinel.
48508 miinitext: drop sentinel detection during LoadExtension
65455 EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
65458 and removed the sentinel, but missed EnableDisableExtensionError so
65460 the end off the list looking for a sentinel that wasn't there.
71513 miinitext: Use ARRAY_SIZE rather than sentinel
71528 extmod: Use ARRAY_SIZE rather than sentinel