Home
last modified time | relevance | path

Searched refs:marks (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-fpa.h159 union cvmx_fpa_fpfx_marks marks; in cvmx_fpa_enable() local
162 marks.u64 = in cvmx_fpa_enable()
164 marks.s.fpf_wr = 0xe0; in cvmx_fpa_enable()
166 marks.u64); in cvmx_fpa_enable()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c742 struct dce_watermarks marks) in program_stutter_watermark() argument
778 marks.a_mark, in program_stutter_watermark()
794 marks.b_mark, in program_stutter_watermark()
802 struct dce_watermarks marks) in program_stutter_watermark_l() argument
807 marks); in program_stutter_watermark_l()
812 struct dce_watermarks marks) in program_stutter_watermark_c() argument
817 marks); in program_stutter_watermark_c()
824 struct dce_watermarks marks) in program_nbp_watermark() argument
862 marks.a_mark, in program_nbp_watermark()
898 marks.b_mark, in program_nbp_watermark()
[all …]
/openbmc/linux/fs/notify/
H A Dfsnotify.c420 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
433 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
468 mark = iter_info->marks[type]; in fsnotify_iter_next()
470 iter_info->marks[type] = in fsnotify_iter_next()
471 fsnotify_next_mark(iter_info->marks[type]); in fsnotify_iter_next()
563 iter_info.marks[FSNOTIFY_ITER_TYPE_SB] = in fsnotify()
566 iter_info.marks[FSNOTIFY_ITER_TYPE_VFSMOUNT] = in fsnotify()
570 iter_info.marks[FSNOTIFY_ITER_TYPE_INODE] = in fsnotify()
574 iter_info.marks[inode2_type] = in fsnotify()
H A Dmark.c427 if (!fsnotify_get_mark_safe(iter_info->marks[type])) { in fsnotify_prepare_user_wait()
444 fsnotify_put_mark_wake(iter_info->marks[type]); in fsnotify_prepare_user_wait()
455 fsnotify_put_mark_wake(iter_info->marks[type]); in fsnotify_finish_user_wait()
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dintel,ixp4xx-gpio.txt23 - gpio-controller : marks this as a GPIO controller
25 - interrupt-controller : marks this as an interrupt controller
H A Dcdns,gpio.txt11 - gpio-controller: marks the device as a GPIO controller.
18 - interrupt-controller: marks the device as an interrupt controller. When
H A Dgpio-xra1403.txt20 - gpio-controller - marks the node as gpio.
27 - interrupt-controller - marks the node as interrupt controller.
H A Dibm,ppc4xx-gpio.txt15 - gpio-controller: marks the device node as a gpio controller.
H A D8xxx_gpio.txt32 - interrupt-controller: Empty boolean property which marks the GPIO
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dtc3589x.txt19 - interrupt-controller : marks the device node as an interrupt controller
30 - interrupt-controller : marks the device node as an interrupt controller
40 - gpio-controller : marks the device node as a GPIO controller
/openbmc/linux/lib/
H A Dxarray.c82 return node->marks[(__force unsigned)mark]; in node_marks()
135 unsigned long *marks = xas->xa_node->marks[mark]; in xas_squash_marks() local
136 if (find_next_bit(marks, limit, xas->xa_offset + 1) == limit) in xas_squash_marks()
138 __set_bit(xas->xa_offset, marks); in xas_squash_marks()
139 bitmap_clear(marks, xas->xa_offset + 1, xas->xa_sibs); in xas_squash_marks()
958 unsigned int marks = 0; in node_get_marks() local
963 marks |= 1 << (__force unsigned int)mark; in node_get_marks()
969 return marks; in node_get_marks()
973 struct xa_node *child, unsigned int marks) in node_set_marks() argument
978 if (marks & (1 << (__force unsigned int)mark)) { in node_set_marks()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/
H A Dmake-errors.patch9 Subject: [-] Remove even more bogus quotation marks (Ross Burton)..
12 and (mx-test.sh: remove bogus quotation marks) Ross Burton
/openbmc/linux/Documentation/devicetree/bindings/power/
H A Dpower-controller.txt8 marks the device as able to control the system power. In order to test if this
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse/
H A D03ee1f8aa0899268ec02b2f54849352df92a3a1d.patch11 …You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/…
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOGL-Canada-2.024 …n subject to other intellectual property rights, including patents, trade-marks and official marks.
H A DASWF-Digital-Assets-1.015 …ted by this License, you may NOT use any trade names, trademarks, service marks, or product names …
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-wrapi18n-perl_0.06.bb8 on terminal, like diacritical marks in UTF-8) and fullwidth characters \
/openbmc/openbmc/poky/meta/recipes-support/libunistring/
H A Dlibunistring_1.3.bb6 marks, hyphens, Roman numbers, and much more. But the POSIX platform\
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst225 has at least 14 directly accessible bytes. The verifier marks it
482 Liveness marks tracking
486 and stack slots. The main idea of the algorithm is that read marks propagate
504 * The read marks are applied to the **parent** state while write marks are
516 Because stack writes could have different sizes ``REG_LIVE_WRITTEN`` marks are
538 ``clean_live_states()``. This function marks all registers and stack slots
539 without ``REG_LIVE_READ{32,64}`` marks as ``NOT_INIT`` or ``STACK_INVALID``.
575 Read marks propagation for cache hits
578 Another point is the handling of read marks when a previously verified state is
581 read marks, present on registers and stack slots of the cached state, must be
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst118 Each entry in the array has three bits associated with it called marks.
127 XArray causes all marks associated with that entry to be cleared.
165 is used to track whether an entry is free or not. The other marks are
397 You can use xas_init_marks() to reset the marks on an entry
398 to their default state. This is usually all marks clear, unless the
400 and all other marks are clear. Replacing one entry with another using
401 xas_store() will not reset the marks on that entry; if you want
402 the marks reset, you should do that explicitly.
/openbmc/linux/include/linux/
H A Dfsnotify_backend.h401 struct fsnotify_mark *marks[FSNOTIFY_ITER_TYPE_COUNT]; member
423 return iter_info->marks[iter_type]; in fsnotify_iter_mark()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-0.42-tftpboot.patch55 rg \# @ # Convert hash marks to @ signs
/openbmc/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst38 memory region renewal the kernel always marks new memory regions (and
/openbmc/linux/Documentation/trace/
H A Dsys-t.rst53 marks message boundaries.
/openbmc/linux/Documentation/hwmon/
H A Dasb100.rst46 Alarms: (TODO question marks indicate may or may not work)

12345678910>>...12