Home
last modified time | relevance | path

Searched refs:resolved (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v4.19/net/appletalk/
Daarp.c77 static struct aarp_entry *resolved[AARP_HASH_SIZE]; variable
320 __aarp_expire_timer(&resolved[ct]); in aarp_expire_timeout()
346 __aarp_expire_device(&resolved[ct], dev); in aarp_device_event()
375 __aarp_expire_all(&resolved[ct]); in aarp_purge()
619 a = __aarp_find_entry(resolved[hash], dev, sa); in aarp_send_ddp()
702 a->next = resolved[hash]; in __aarp_resolved()
703 resolved[hash] = a; in __aarp_resolved()
835 a = __aarp_find_entry(resolved[sa.s_node % in aarp_rcv()
901 __aarp_expire_device(&resolved[ct], dev); in aarp_device_down()
935 if (table == resolved) { in iter_next()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Ddspkginit.c370 if (element->reference.resolved) { in acpi_ds_resolve_package_element()
447 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element()
Ddsobject.c116 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object()
127 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object()
Dacobject.h308 u8 resolved; /* Reference has been resolved to a value */ member
/Linux-v4.19/fs/hostfs/
Dhostfs_kern.c143 char *name, *resolved, *end; in follow_link() local
169 resolved = kmalloc(len, GFP_KERNEL); in follow_link()
170 if (resolved == NULL) { in follow_link()
175 sprintf(resolved, "%s%s", link, name); in follow_link()
178 return resolved; in follow_link()
/Linux-v4.19/net/ceph/
DKconfig38 be resolved using the CONFIG_DNS_RESOLVER facility.
/Linux-v4.19/Documentation/livepatch/
Dmodule-elf-format.txt127 livepatch symbol. These must be resolved before livepatch can call
205 objects, whose addresses cannot be resolved by the module loader (because
212 symbols are resolved simply when the target module loads. In any case, for
214 section must be resolved before livepatch can call apply_relocate_add() for
/Linux-v4.19/tools/perf/Documentation/
Dperf-mem.txt60 Only display entries resolved to a symbol.
/Linux-v4.19/Documentation/power/
Ddrivers-testing.txt22 Once you have resolved the suspend/resume-related problems with your test system
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-ofw25 directory name is the resolved path component name (node
/Linux-v4.19/Documentation/filesystems/nfs/
Dpnfs.txt29 lsegs reference device ids, which are resolved per nfs_client and
/Linux-v4.19/drivers/staging/media/imx/
DTODO11 resolved.
/Linux-v4.19/Documentation/devicetree/
Doverlay-notes.txt37 The overlay bar.dts, when loaded (and resolved as described in [1]) should
/Linux-v4.19/Documentation/process/
D6.Followthrough.rst93 anywhere? Most technical disagreements can be resolved through discussion,
108 most of the review issues have been resolved, the next step is usually
136 Now they can be resolved at leisure, before the merge window opens.
Dkernel-enforcement-statement.rst46 Finally, once a non-compliance issue is resolved, we hope the user will feel
/Linux-v4.19/Documentation/i2c/busses/
Di2c-ali15x3105 the SMBus will hang and this can only be resolved by
/Linux-v4.19/kernel/bpf/
Dbtf.c1168 goto resolved; in btf_modifier_resolve()
1186 resolved: in btf_modifier_resolve()
1209 goto resolved; in btf_ptr_resolve()
1243 resolved: in btf_ptr_resolve()
/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst20 Userfaults are delivered and resolved through the userfaultfd syscall.
147 userfault was already resolved and waken by a UFFDIO_COPY|ZEROPAGE run
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c1393 int resolved = 0; in resolve_bulks() local
1440 resolved++; in resolve_bulks()
1442 return resolved; in resolve_bulks()
1884 int resolved = 0; in parse_rx_slots() local
1928 resolved = resolve_bulks(service, in parse_rx_slots()
1933 if (resolved) in parse_rx_slots()
/Linux-v4.19/Documentation/filesystems/
Dpath-lookup.txt6 will be resolved. Paths are resolved by walking the namespace tree, starting
363 condition that can't be resolved in rcu-walk mode. Ideally, we drop rcu-walk
/Linux-v4.19/Documentation/networking/
Dnetdev-features.txt73 All dependencies between features should be resolved here. The resulting
Dswitchdev.txt366 nexthop gateways must be resolved to the neighbor's mac address. Neighbor mac
373 NETEVENT_NEIGH_UPDATE. The device can be programmed with resolved nexthops
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c1389 bool resolved = true; in ofdpa_port_ipv4_nh() local
1409 resolved = false; in ofdpa_port_ipv4_nh()
1415 resolved = !is_zero_ether_addr(found->eth_dst); in ofdpa_port_ipv4_nh()
1431 if (!resolved) in ofdpa_port_ipv4_nh()
/Linux-v4.19/Documentation/admin-guide/
Dreporting-bugs.rst123 resolved (see Documentation/admin-guide/bug-hunting.rst)
/Linux-v4.19/Documentation/driver-api/firmware/
Dfallback-mechanisms.rst40 * Races upon resume from suspend. This is resolved by the firmware cache, but

12