Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/appletalk/
Daarp.c71 static struct aarp_entry *resolved[AARP_HASH_SIZE]; variable
314 __aarp_expire_timer(&resolved[ct]); in aarp_expire_timeout()
340 __aarp_expire_device(&resolved[ct], dev); in aarp_device_event()
369 __aarp_expire_all(&resolved[ct]); in aarp_purge()
613 a = __aarp_find_entry(resolved[hash], dev, sa); in aarp_send_ddp()
696 a->next = resolved[hash]; in __aarp_resolved()
697 resolved[hash] = a; in __aarp_resolved()
829 a = __aarp_find_entry(resolved[sa.s_node % in aarp_rcv()
904 __aarp_expire_device(&resolved[ct], dev); in aarp_device_down()
938 if (table == resolved) { in iter_next()
[all …]
/Linux-v5.4/drivers/acpi/acpica/
Ddspkginit.c396 if (element->reference.resolved) { in acpi_ds_resolve_package_element()
473 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element()
Ddsobject.c115 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object()
126 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object()
Dacobject.h309 u8 resolved; /* Reference has been resolved to a value */ member
/Linux-v5.4/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-v5.4/net/ceph/
DKconfig39 be resolved using the CONFIG_DNS_RESOLVER facility.
/Linux-v5.4/Documentation/livepatch/
Dmodule-elf-format.rst111 livepatch symbol. These must be resolved before livepatch can call
199 objects, whose addresses cannot be resolved by the module loader (because
206 symbols are resolved simply when the target module loads. In any case, for
208 section must be resolved before livepatch can call apply_relocate_add() for
/Linux-v5.4/tools/perf/Documentation/
Dperf-mem.txt60 Only display entries resolved to a symbol.
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-firmware-ofw25 directory name is the resolved path component name (node
/Linux-v5.4/Documentation/power/
Ddrivers-testing.rst27 Once you have resolved the suspend/resume-related problems with your test system
/Linux-v5.4/drivers/staging/media/imx/
DTODO11 resolved.
/Linux-v5.4/Documentation/filesystems/nfs/
Dpnfs.txt29 lsegs reference device ids, which are resolved per nfs_client and
/Linux-v5.4/Documentation/devicetree/
Doverlay-notes.txt37 The overlay bar.dts, when loaded (and resolved as described in [1]) should
/Linux-v5.4/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.rst48 Finally, once a non-compliance issue is resolved, we hope the user will feel
/Linux-v5.4/Documentation/i2c/busses/
Di2c-ali15x3.rst116 the SMBus will hang and this can only be resolved by
/Linux-v5.4/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-v5.4/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-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt33 function, which has to be resolved. In case of success, it should return
/Linux-v5.4/Documentation/networking/
Dswitchdev.txt364 nexthop gateways must be resolved to the neighbor's mac address. Neighbor mac
371 NETEVENT_NEIGH_UPDATE. The device can be programmed with resolved nexthops
Dnetdev-features.txt73 All dependencies between features should be resolved here. The resulting
/Linux-v5.4/drivers/net/ethernet/rocker/
Drocker_ofdpa.c1386 bool resolved = true; in ofdpa_port_ipv4_nh() local
1406 resolved = false; in ofdpa_port_ipv4_nh()
1412 resolved = !is_zero_ether_addr(found->eth_dst); in ofdpa_port_ipv4_nh()
1428 if (!resolved) in ofdpa_port_ipv4_nh()
/Linux-v5.4/Documentation/admin-guide/
Dreporting-bugs.rst123 resolved (see Documentation/admin-guide/bug-hunting.rst)
/Linux-v5.4/fs/affs/
DChanges208 now resolved only once in lookup(). The backside
/Linux-v5.4/Documentation/maintainer/
Dpull-requests.rst116 all been resolved (apologies to anyone living near Canberra for the

12