Searched refs:visited (Results 1 - 25 of 28) sorted by last modified time

12

/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c406 int visited = e->comefrom & (1 << hook); local
417 t->verdict < 0) || visited) {
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c388 int visited = e->comefrom & (1 << hook); local
399 t->verdict < 0) || visited) {
H A Darp_tables.c324 int visited = e->comefrom & (1 << hook); local
336 t->verdict < 0) || visited) {
/linux-master/include/acpi/
H A Dacpi_bus.h201 u32 visited:1; member in struct:acpi_device_flags
671 return adev && adev->flags.initialized && adev->flags.visited;
/linux-master/drivers/acpi/
H A Dscan.c2251 bool skip = !first_pass && device->flags.visited;
2279 } else if (device->flags.visited) {
/linux-master/tools/objtool/
H A Dcheck.c3581 u8 visited; local
3605 visited = VISITED_BRANCH << state.uaccess;
3606 if (insn->visited & VISITED_BRANCH_MASK) {
3610 if (insn->visited & visited)
3638 if (!save_insn->visited) {
3643 * save insn hasn't been visited yet,
3671 insn->visited |= visited;
3826 if (insn->hint && !insn->visited
[all...]
/linux-master/include/linux/
H A Dacpi.h729 adev->flags.visited = true;
734 adev->flags.visited = false;
/linux-master/tools/perf/util/
H A Dmetricgroup.c800 const struct visited_metric *visited; member in struct:metricgroup_add_iter_data
817 const struct visited_metric *visited,
834 * @visited: A singly linked list of metric names being added that is used to
847 const struct visited_metric *visited,
893 root_metric, visited, table);
917 * @visited: A singly linked list of metric names being added that is used to
931 const struct visited_metric *visited,
940 .parent = visited,
943 for (vm = visited; vm; vm = vm->parent) {
1006 * the visited nod
839 resolve_metric(struct list_head *metric_list, const char *pmu, const char *modifier, bool metric_no_group, bool metric_no_threshold, const char *user_requested_cpu_list, bool system_wide, struct metric *root_metric, const struct visited_metric *visited, const struct pmu_metrics_table *table) argument
922 __add_metric(struct list_head *metric_list, const struct pmu_metric *pm, const char *modifier, bool metric_no_group, bool metric_no_threshold, int runtime, const char *user_requested_cpu_list, bool system_wide, struct metric *root_metric, const struct visited_metric *visited, const struct pmu_metrics_table *table) argument
1076 add_metric(struct list_head *metric_list, const struct pmu_metric *pm, const char *modifier, bool metric_no_group, bool metric_no_threshold, const char *user_requested_cpu_list, bool system_wide, struct metric *root_metric, const struct visited_metric *visited, const struct pmu_metrics_table *table) argument
[all...]
/linux-master/fs/xfs/scrub/
H A Dtrace.h1194 __field(xfs_ino_t, visited)
1199 __entry->visited = iscan->__visited_ino;
1201 TP_printk("dev %d:%d iscan cursor 0x%llx visited 0x%llx",
1204 __entry->visited)
1222 __field(xfs_ino_t, visited)
1229 __entry->visited = iscan->__visited_ino;
1232 TP_printk("dev %d:%d iscan start 0x%llx cursor 0x%llx visited 0x%llx ino 0x%llx",
1236 __entry->visited,
1252 __field(xfs_ino_t, visited)
1258 __entry->visited
[all...]
H A Discan.c49 * the hook code when an inode has been visited with xchk_iscan_mark_visit.
190 * Advance both the scan and the visited cursors.
194 * inodes in these sparse areas, so we must move the visited cursor forward at
206 xfs_ino_t cursor, visited; local
217 visited = XFS_MAXINUMBER;
219 visited = cursor - 1;
223 iscan->__visited_ino = visited;
663 * Mark this inode as having been visited. Callers must hold a sufficiently
699 * has visited this inode and the scan hasn't been aborted due to errors.
724 * No inodes have been visited ye
[all...]
/linux-master/drivers/net/ethernet/mscc/
H A Docelot.c2033 unsigned long visited = GENMASK(ocelot->num_phys_ports - 1, 0); local
2044 /* The visited ports bitmask holds the list of ports offloading any
2048 * port ID == LAG ID. So we mark as visited all further ports in the
2058 visited &= ~BIT(port);
2068 if (!bond || (visited & BIT(lag)))
2097 /* Mark all ports in the same LAG as visited to avoid applying
2107 visited |= BIT(port);
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_lag.c9 u32 visited = GENMASK(lan966x->num_phys_ports - 1, 0); local
18 lan_wr(ANA_PGID_PGID_SET(visited),
21 /* The visited ports bitmask holds the list of ports offloading any
25 * port ID == LAG ID. So we mark as visited all further ports in the
35 visited &= ~BIT(p);
46 if (!port || !port->bond || (visited & BIT(lag)))
78 /* Mark all ports in the same LAG as visited to avoid applying
88 visited |= BIT(p);
/linux-master/sound/usb/
H A Dclock.c256 unsigned long *visited, bool validate)
269 if (test_and_set_bit(entity_id, visited)) {
343 visited, validate);
376 visited, true);
398 visited, validate);
410 * The 'visited' bitfield is used internally to detect recursive loops.
417 DECLARE_BITMAP(visited, 256);
418 memset(visited, 0, sizeof(visited));
423 return __uac_clock_find_source(chip, fmt, fmt->clock, visited,
254 __uac_clock_find_source(struct snd_usb_audio *chip, const struct audioformat *fmt, int entity_id, unsigned long *visited, bool validate) argument
[all...]
/linux-master/scripts/genksyms/
H A Dgenksyms.c280 sym->visited = NULL;
622 if (!sym->visited) {
624 end = &sym->visited;
625 sym->visited = (struct symbol *)-1L;
828 visited_symbols = sym->visited;
829 sym->visited = NULL;
/linux-master/fs/
H A Dpnode.c557 static void cleanup_umount_visitations(struct list_head *visited) argument
559 while (!list_empty(visited)) {
561 list_first_entry(visited, struct mount, mnt_umounting);
578 LIST_HEAD(visited);
586 * If this mount has already been visited it is known that it's
588 * tree for the mountpoint has already been visited and there is
594 list_add_tail(&mnt->mnt_umounting, &visited);
604 * If the child has already been visited it is
607 * mountpoint has already been visited and there
615 * mount in list that has not been visited ye
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py5043 a:visited {color:white;}\n\
/linux-master/kernel/trace/
H A Dtrace_events_filter.c2737 printk(KERN_INFO "\npred visited %s\n", field->name);
2806 "Failed, unwanted pred visited for filter %s\n",
/linux-master/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c523 bool visited[DC__NUM_DPP__MAX]; local
527 visited[k] = false;
540 if (visited[j])
542 visited[j] = true;
787 if (src_k->is_hsplit && !visited[k]
809 visited[k] = true;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c304 bool visited[DC__NUM_PIPES__MAX]; local
308 visited[k] = false;
313 if (e2e_pipe_param[i].pipe.src.is_hsplit && !visited[i]) {
320 && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) {
325 visited[j] = true;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c1150 bool visited[DC__NUM_PIPES__MAX]; local
1154 visited[k] = false;
1159 if (e2e_pipe_param[i].pipe.src.is_hsplit && !visited[i]) {
1165 if (e2e_pipe_param[j].pipe.src.hsplit_grp == grp && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) {
1169 visited[j] = true;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c1063 bool visited[DC__NUM_PIPES__MAX]; local
1067 visited[k] = false;
1072 if (e2e_pipe_param[i].pipe.src.is_hsplit && !visited[i]) {
1078 if (e2e_pipe_param[j].pipe.src.hsplit_grp == grp && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) {
1082 visited[j] = true;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1188 bool visited[DC__NUM_PIPES__MAX] = { false }; local
1192 visited[k] = false;
1197 if (e2e_pipe_param[i].pipe.src.is_hsplit && !visited[i]) {
1204 && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) {
1208 visited[j] = true;
/linux-master/tools/objtool/include/objtool/
H A Dcheck.h65 visited : 4, member in struct:instruction
/linux-master/lib/
H A Dhashtable_test.c16 int visited; member in struct:hashtable_test_entry
73 a.visited = 0;
77 b.visited = 0;
81 x->visited++;
90 /* Both entries should have been visited exactly once. */
91 KUNIT_EXPECT_EQ(test, a.visited, 1);
92 KUNIT_EXPECT_EQ(test, b.visited, 1);
105 b.visited = 0;
110 x->visited++;
114 /* The deleted entry should not have been visited
[all...]
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c44 static void map_batch_verify(int *visited, __u32 max_entries, argument
51 memset(visited, 0, max_entries * sizeof(*visited));
58 visited[i] = 1;
61 CHECK(visited[i] != 1, "visited checking",
70 int map_fd, *values, *visited; local
88 visited = malloc(max_entries * sizeof(int));
89 CHECK(!keys || !values || !visited, "malloc()", "error:%s\n",
95 map_batch_verify(visited, max_entrie
[all...]

Completed in 537 milliseconds

12