/linux-6.3-rc2/net/appletalk/ |
A D | aarp.c | 71 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() 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() 957 iter->table = resolved; in aarp_seq_start() [all …]
|
/linux-6.3-rc2/tools/net/ynl/lib/ |
A D | nlspec.py | 318 resolved = [] 330 resolved.append(elem) 332 if len(resolved) == 0:
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | dspkginit.c | 396 if (element->reference.resolved) { in acpi_ds_resolve_package_element() 473 element->reference.resolved = TRUE; in acpi_ds_resolve_package_element()
|
A D | dsobject.c | 115 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object() 126 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object()
|
A D | acobject.h | 312 u8 resolved; /* Reference has been resolved to a value */ member
|
/linux-6.3-rc2/net/ceph/ |
A D | Kconfig | 42 be resolved using the CONFIG_DNS_RESOLVER facility.
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | llvm_reloc.rst | 118 data bitsize is 32 (4 bytes). The relocation can be resolved with 125 bitsize is 64 (8 bytes). The relocation can be resolved with 131 is involved, ``R_BPF_64_NODYLD32`` types of relocations should not be resolved
|
/linux-6.3-rc2/fs/hostfs/ |
A D | hostfs_kern.c | 145 char *name, *resolved, *end; in follow_link() local 171 resolved = kasprintf(GFP_KERNEL, "%s%s", link, name); in follow_link() 172 if (resolved == NULL) { in follow_link() 178 return resolved; in follow_link()
|
/linux-6.3-rc2/Documentation/livepatch/ |
A D | module-elf-format.rst | 104 livepatch symbol. These must be resolved before livepatch can call 192 objects, whose addresses cannot be resolved by the module loader (because 199 symbols are resolved simply when the target module loads. In any case, for 201 section must be resolved before livepatch can call apply_relocate_add() for
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/ |
A D | Kconfig | 21 has been resolved: https://github.com/llvm/llvm-project/issues/41896.
|
/linux-6.3-rc2/Documentation/translations/zh_CN/maintainer/ |
A D | pull-requests.rst | 100 all been resolved (apologies to anyone living near Canberra for the
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-firmware-ofw | 25 directory name is the resolved path component name (node
|
/linux-6.3-rc2/Documentation/power/ |
A D | drivers-testing.rst | 27 Once you have resolved the suspend/resume-related problems with your test system
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | perf-mem.txt | 65 Only display entries resolved to a symbol.
|
/linux-6.3-rc2/Documentation/filesystems/nfs/ |
A D | pnfs.rst | 32 lsegs reference device ids, which are resolved per nfs_client and
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | peci-cputemp.rst | 86 temp[6-N]_label Provides string "Core X", where X is resolved core
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | iommufd.rst | 208 There are still a few gaps to be resolved to catch up with VFIO type1, as 223 - PRI support with faults resolved in userspace
|
/linux-6.3-rc2/Documentation/filesystems/spufs/ |
A D | spu_create.rst | 83 ENOENT Part of pathname could not be resolved.
|
/linux-6.3-rc2/Documentation/networking/devlink/ |
A D | devlink-dpipe.rst | 156 interactions between tables can be resolved. 236 In case the egress RIF and destination MAC have been resolved by previous
|
/linux-6.3-rc2/Documentation/process/ |
A D | 6.Followthrough.rst | 93 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.
|
A D | kernel-enforcement-statement.rst | 48 Finally, once a non-compliance issue is resolved, we hope the user will feel
|
/linux-6.3-rc2/Documentation/i2c/busses/ |
A D | i2c-ali15x3.rst | 116 the SMBus will hang and this can only be resolved by
|
/linux-6.3-rc2/Documentation/devicetree/ |
A D | overlay-notes.rst | 56 when loaded (and resolved as described in [1]) should result in foo+bar.dts::
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | path-lookup.txt | 6 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-6.3-rc2/drivers/net/ethernet/rocker/ |
A D | rocker_ofdpa.c | 1386 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()
|