/linux-6.3-rc2/fs/notify/ |
A D | fsnotify.c | 406 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types() 419 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types() 454 mark = iter_info->marks[type]; in fsnotify_iter_next() 456 iter_info->marks[type] = in fsnotify_iter_next() 457 fsnotify_next_mark(iter_info->marks[type]); in fsnotify_iter_next() 549 iter_info.marks[FSNOTIFY_ITER_TYPE_SB] = in fsnotify() 552 iter_info.marks[FSNOTIFY_ITER_TYPE_VFSMOUNT] = in fsnotify() 556 iter_info.marks[FSNOTIFY_ITER_TYPE_INODE] = in fsnotify() 560 iter_info.marks[inode2_type] = in fsnotify()
|
A D | mark.c | 401 if (!fsnotify_get_mark_safe(iter_info->marks[type])) { in fsnotify_prepare_user_wait() 418 fsnotify_put_mark_wake(iter_info->marks[type]); in fsnotify_prepare_user_wait() 429 fsnotify_put_mark_wake(iter_info->marks[type]); in fsnotify_finish_user_wait()
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-fpa.h | 159 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()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_mem_input_v.c | 742 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() 862 marks.a_mark, in program_nbp_watermark() 898 marks.b_mark, in program_nbp_watermark() 911 marks); in program_nbp_watermark_l() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | intel,ixp4xx-gpio.txt | 23 - gpio-controller : marks this as a GPIO controller 25 - interrupt-controller : marks this as an interrupt controller
|
A D | cdns,gpio.txt | 11 - gpio-controller: marks the device as a GPIO controller. 18 - interrupt-controller: marks the device as an interrupt controller. When
|
A D | gpio-xra1403.txt | 20 - gpio-controller - marks the node as gpio. 27 - interrupt-controller - marks the node as interrupt controller.
|
A D | ibm,ppc4xx-gpio.txt | 15 - gpio-controller: marks the device node as a gpio controller.
|
A D | 8xxx_gpio.txt | 32 - interrupt-controller: Empty boolean property which marks the GPIO
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | tc3589x.txt | 19 - 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
|
/linux-6.3-rc2/lib/ |
A D | xarray.c | 80 return node->marks[(__force unsigned)mark]; in node_marks() 133 unsigned long *marks = xas->xa_node->marks[mark]; in xas_squash_marks() local 136 __set_bit(xas->xa_offset, marks); in xas_squash_marks() 960 unsigned int marks = 0; in node_get_marks() local 965 marks |= 1 << (__force unsigned int)mark; in node_get_marks() 971 return marks; in node_get_marks() 975 struct xa_node *child, unsigned int marks) in node_set_marks() argument 1059 unsigned int offset, marks; in xas_split() local 1068 marks = node_get_marks(node, xas->xa_offset); in xas_split() 1091 node_set_marks(node, canon, NULL, marks); in xas_split() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/ |
A D | power-controller.txt | 8 marks the device as able to control the system power. In order to test if this
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | verifier.rst | 225 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
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | xarray.rst | 118 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.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/panel/ |
A D | sharp,lq101r1sx01.yaml | 48 presence of this property marks the containing node as DSI-LINK1
|
/linux-6.3-rc2/include/linux/ |
A D | fsnotify_backend.h | 401 struct fsnotify_mark *marks[FSNOTIFY_ITER_TYPE_COUNT]; member 423 return iter_info->marks[iter_type]; in fsnotify_iter_mark()
|
A D | xarray.h | 1154 unsigned long marks[XA_MAX_MARKS][XA_MARK_LONGS]; member 1698 unsigned long *addr = xas->xa_node->marks[(__force unsigned)mark]; in xas_find_chunk()
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | soft-dirty.rst | 38 memory region renewal the kernel always marks new memory regions (and
|
/linux-6.3-rc2/Documentation/trace/ |
A D | sys-t.rst | 53 marks message boundaries.
|
A D | mmiotrace.rst | 129 marks the page present, sets TF flag to achieve single stepping and exits the 131 entered. Here mmiotrace again marks the page as not present. The instruction
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | asb100.rst | 46 Alarms: (TODO question marks indicate may or may not work)
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/toshiba/ |
A D | spider_net.rst | 39 buffers, and marks them "full". The OS follows up, taking the full 46 marks it full, and advances the GDACTDPA by one. Thus, when there is 196 marks a descr about 1/4th of the way from the bottom of the queue, so
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-sched.txt | 140 Show visual aid for sched switches by CPU: 'i' marks idle time,
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/ |
A D | gpio-properties.rst | 56 it to 1 marks the GPIO as active low. 166 - empty names are allowed (two quotation marks ``""`` correspond to an empty
|
/linux-6.3-rc2/Documentation/driver-api/media/drivers/ |
A D | pxa_camera.rst | 99 The DMA irq handler marks the videobuffer as "done", and removes it from
|