Home
last modified time | relevance | path

Searched full:marks (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/linux/fs/notify/
H A Dmark.c18 * There are 3 locks involved with fsnotify inode marks and they MUST be taken
29 * mark->lock protects the marks attributes like its masks and flags.
34 * mark->connector->lock protects the list of marks anchored inside an
37 * A list of notification marks relating to inode / mnt is contained in
39 * marks in the list and is also protected by fsnotify_mark_srcu. A mark gets
48 * Inode marks survive between when they are added to an inode and when their
49 * refcnt==0. Marks are also protected by fsnotify_mark_srcu.
56 * - The fsnotify_group associated with the mark is going away and all such marks
170 * is attached and has any marks attached.
242 * Calculate mask of events for a list of marks.
[all …]
H A Dfsnotify.c18 * Clear all of the marks on an inode when it is being evicted from core
40 /* Were any marks ever added to any object on this sb? */ in fsnotify_sb_delete()
268 /* Check interest of this mark in case event was sent with two marks */ in fsnotify_handle_inode_event()
311 * Some events can be sent on both parent dir and child marks (e.g. in fsnotify_handle_event()
355 /* Are any of the group marks interested in this event? */ in send_to_group()
403 * iter_info is a multi head priority queue of marks.
404 * Pick a subset of marks from queue heads, all with the same group
405 * and set the report_mask to a subset of the selected marks.
417 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
426 /* Set the report mask for marks from same group as max prio group */ in fsnotify_iter_select_report_types()
[all …]
H A Dgroup.c45 * Trying to get rid of a group. Remove all marks, flush all events and release
60 /* Clear all marks for this group and queue them for destruction */ in fsnotify_destroy_group()
64 * Some marks can still be pinned when waiting for response from in fsnotify_destroy_group()
71 * Wait until all marks get really destroyed. We could actually destroy in fsnotify_destroy_group()
73 * would be racy as worker can already be processing some marks before in fsnotify_destroy_group()
/linux/include/linux/
H A Dfsnotify_backend.h69 * Set on inode/sb/mount marks that care about parent/name info.
152 * @iter_info: array of marks from this group that are interested in the event
155 * have inode marks and don't have ignore mask
170 * userspace messages that marks have been removed.
236 #define FSNOTIFY_GROUP_DUPS 0x02 /* allow multiple marks per object */
240 /* stores all fastpath marks assoc with this group so they can be cleaned on unregister */
244 struct list_head marks_list; /* all inode marks for this group */
285 * evictable marks of the same group that is allocating a new mark.
446 * Index to merged marks iterator array that correlates to a type of watch.
479 struct fsnotify_mark *marks[FSNOTIFY_ITER_TYPE_COUNT]; member
[all …]
H A Dkmsan.h66 * KMSAN marks 1<<@order pages starting at @page as uninitialized, unless
76 * KMSAN marks freed memory as uninitialized.
107 * KMSAN marks the freed object as uninitialized.
/linux/drivers/comedi/drivers/ni_routing/
H A Dni_route_values.h38 /** Marks a register value as valid, implemented, and tested. */
42 /** Marks a register value as implemented but needing testing. */
44 /** Marks a register value as not implemented. */
49 /** Marks a register value as implemented but needing testing. */
51 /** Marks a register value as not implemented. */
61 /* need more space to store extra marks */
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_scalar_ids.c7 /* Check that precision marks propagate through scalar IDs.
10 * Check that precision mark for r0 causes precision marks for r{1,2}
38 /* force r0 to be precise, this eventually marks r1 and r2 as in __flag()
54 * check that verifier marks r{1,2} as precise while backtracking
74 /* force r0 to be precise, this eventually marks r1 and r2 as in __flag()
90 * check that verifier marks r{0,1,2} as precise while backtracking
110 /* force r0 to be precise, this eventually marks r1 and r2 as in __flag()
152 * this eventually marks r2 as precise because of shared IDs in __flag()
166 /* Check that precision marks propagate through scalar IDs.
250 /* force r1 to be precise, this eventually marks: in precision_many_frames__bar()
[all …]
H A Dtest_global_func15.c29 /* check that fallthrough code path marks r0 as precise */ in __flag()
31 /* check that branch code path marks r0 as precise */ in __flag()
H A Dtimer_failure.c49 /* check that fallthrough code path marks r0 as precise */ in __flag()
52 /* check that branch code path marks r0 as precise */ in __flag()
/linux/include/linux/sched/
H A Dmm.h346 * memalloc_noio_save - Marks implicit GFP_NOIO allocation scope.
348 * This functions marks the beginning of the GFP_NOIO allocation scope.
376 * memalloc_nofs_save - Marks implicit GFP_NOFS allocation scope.
378 * This functions marks the beginning of the GFP_NOFS allocation scope.
406 * memalloc_noreclaim_save - Marks implicit __GFP_MEMALLOC scope.
408 * This function marks the beginning of the __GFP_MEMALLOC allocation scope.
447 * memalloc_pin_save - Marks implicit ~__GFP_MOVABLE scope.
449 * This function marks the beginning of the ~__GFP_MOVABLE allocation scope.
480 * This function marks the beginning of the remote memcg charging scope. All the
/linux/drivers/tty/vt/
H A Dgen_ucs_fallback_table.py126 # Angle quotation marks
153 overrides[cp] = ord('?') # Question marks -> ?
157 overrides[cp] = ord('!') # Exclamation marks -> !
174 # Check marks
178 # X marks - lowercase for regular, uppercase for heavy
180 overrides[cp] = ord('x') # Regular X marks -> x
182 overrides[cp] = ord('X') # Heavy X marks -> X
/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
H A Daltera-a10sr.txt9 - interrupt-controller : Marks the device node as an interrupt controller.
25 - gpio-controller : Marks the device node as a GPIO Controller.
H A Dtps65912.txt7 - interrupt-controller : Marks the device node as an interrupt controller.
12 - gpio-controller : Marks the device node as a GPIO Controller.
/linux/lib/
H A Dxarray.c82 return node->marks[(__force unsigned)mark]; in node_marks()
120 * xas_squash_marks() - Merge all marks to the first entry
123 * Set a mark on the first entry if any entry has it set. Clear marks on
132 unsigned long *marks = node_marks(xas->xa_node, mark); in xas_squash_marks() local
134 if (find_next_bit(marks, limit, xas->xa_offset + 1) != limit) { in xas_squash_marks()
135 __set_bit(xas->xa_offset, marks); in xas_squash_marks()
136 bitmap_clear(marks, xas->xa_offset + 1, xas->xa_sibs); in xas_squash_marks()
821 * Must clear the marks before setting the entry to NULL, in xas_store()
937 * xas_init_marks() - Initialise all marks for the entry
940 * Initialise all marks for the entry specified by @xas. If we're tracking
[all …]
/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()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-vt8500.txt10 - interrupt-controller: Marks the device node as an interrupt controller.
12 - gpio-controller: Marks the device node as a GPIO controller.
/linux/arch/powerpc/include/asm/
H A Dmpic_msgr.h31 * Successfully getting the register marks it as in use.
39 * Disables the given message register and marks it as free.
/linux/Documentation/spi/
H A Dspi-summary.rst644marks the start/end of transmission;
645 : marks when data is clocked into the peripheral;
646 ; marks when data is clocked into the controller;
647 X marks when line states are not specified.
683marks the start/end of transmission;
684 : marks when data is clocked into the peripheral;
685 ; marks when data is clocked into the controller;
686 X marks when line states are not specified.
/linux/drivers/net/ethernet/xilinx/
H A Dll_temac.h324 * 4 SOP TX - marks first desc/ RX marks first desct
325 * 5 EOP TX marks last desc/RX marks last desc
/linux/tools/include/uapi/linux/
H A Dtcp.h182 * No apparent reordering, packet loss, or ECN marks.
196 * has received ACKs with ECN-ECE marks, or has experienced congestion
308 TCP_NLA_DELIVERED_CE, /* Like above but only ones w/ CE marks */
/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
/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c144 * This is NEVER supposed to be called. Inotify marks should either have been
148 * are still marks in it.
/linux/arch/parisc/include/asm/
H A Dlinkage.h13 * In parisc assembly a semicolon marks a comment while a
/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-adnp.txt10 - gpio-controller: Marks the device as a GPIO controller

12345678910>>...14