Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsdm630-sony-xperia-ganges.dtsi26 * issue with it that has to be resolved.
/kernel/linux/linux-5.10/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.h311 u8 resolved; /* Reference has been resolved to a value */ member
/kernel/linux/linux-5.10/net/ceph/
DKconfig39 be resolved using the CONFIG_DNS_RESOLVER facility.
/kernel/linux/linux-5.10/drivers/staging/media/imx/
DTODO11 resolved.
/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs_kern.c142 char *name, *resolved, *end; in follow_link() local
168 resolved = kasprintf(GFP_KERNEL, "%s%s", link, name); in follow_link()
169 if (resolved == NULL) { in follow_link()
175 return resolved; in follow_link()
/kernel/linux/linux-5.10/Documentation/livepatch/
Dmodule-elf-format.rst110 livepatch symbol. These must be resolved before livepatch can call
198 objects, whose addresses cannot be resolved by the module loader (because
205 symbols are resolved simply when the target module loads. In any case, for
207 section must be resolved before livepatch can call apply_relocate_add() for
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/
DKconfig20 has been resolved: https://github.com/llvm/llvm-project/issues/41896.
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-mem.txt60 Only display entries resolved to a symbol.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-firmware-ofw25 directory name is the resolved path component name (node
/kernel/linux/linux-5.10/Documentation/power/
Ddrivers-testing.rst27 Once you have resolved the suspend/resume-related problems with your test system
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Dpnfs.rst32 lsegs reference device ids, which are resolved per nfs_client and
/kernel/linux/linux-5.10/Documentation/devicetree/
Doverlay-notes.rst56 when loaded (and resolved as described in [1]) should result in foo+bar.dts::
/kernel/linux/linux-5.10/Documentation/filesystems/spufs/
Dspu_create.rst83 ENOENT Part of pathname could not be resolved.
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Ddevlink-dpipe.rst156 interactions between tables can be resolved.
236 In case the egress RIF and destination MAC have been resolved by previous
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/i2c/busses/
Di2c-ali15x3.rst116 the SMBus will hang and this can only be resolved by
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-func_apis.txt33 function, which has to be resolved. In case of success, it should return
/kernel/linux/linux-5.10/Documentation/networking/
Dswitchdev.rst378 nexthop gateways must be resolved to the neighbor's mac address. Neighbor mac
385 NETEVENT_NEIGH_UPDATE. The device can be programmed with resolved nexthops
Dnetdev-features.rst76 All dependencies between features should be resolved here. The resulting
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Duserfaultfd.rst20 Userfaults are delivered and resolved through the ``userfaultfd`` syscall.
199 userfault was already resolved and waken by a ``UFFDIO_COPY|ZEROPAGE`` run

123