/Linux-v4.19/kernel/locking/ |
D | test-ww_mutex.c | 166 bool resolve; member 183 if (abba->resolve && err == -EDEADLK) { in test_abba_work() 197 static int test_abba(bool resolve) in test_abba() argument 208 abba.resolve = resolve; in test_abba() 219 if (resolve && err == -EDEADLK) { in test_abba() 234 if (resolve) { in test_abba()
|
/Linux-v4.19/drivers/net/phy/ |
D | phylink.c | 64 struct work_struct resolve; member 420 struct phylink *pl = container_of(w, struct phylink, resolve); in phylink_resolve() 494 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_resolve() 502 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_run_resolve() 571 INIT_WORK(&pl->resolve, phylink_resolve); in phylink_create() 630 cancel_work_sync(&pl->resolve); in phylink_destroy() 844 flush_work(&pl->resolve); in phylink_disconnect_phy() 956 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_stop() 957 flush_work(&pl->resolve); in phylink_stop() 1665 queue_work(system_power_efficient_wq, &pl->resolve); in phylink_sfp_link_down() [all …]
|
/Linux-v4.19/tools/perf/Documentation/ |
D | jit-interface.txt | 1 perf supports a simple JIT interface to resolve symbols for dynamic code generated
|
/Linux-v4.19/net/atm/ |
D | lec.h | 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force, member
|
/Linux-v4.19/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 17 2. Adjust all the local phandles of the tree to resolve by that amount.
|
/Linux-v4.19/kernel/bpf/ |
D | btf.c | 268 int (*resolve)(struct btf_verifier_env *env, member 1075 .resolve = btf_df_resolve, 1275 .resolve = btf_modifier_resolve, 1283 .resolve = btf_ptr_resolve, 1310 .resolve = btf_df_resolve, 1485 .resolve = btf_array_resolve, 1677 .resolve = btf_struct_resolve, 1777 .resolve = btf_df_resolve, 1876 err = btf_type_ops(v->t)->resolve(env, v); in btf_resolve()
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.recursion-issue-01 | 40 # so trivial to resolve, we provide another example below of practical
|
D | kbuild.txt | 6 is used by modprobe to deterministically resolve aliases that match
|
D | kconfig-macro-language.txt | 42 Then, Kconfig moves onto the evaluation stage to resolve inter-symbol
|
/Linux-v4.19/Documentation/power/ |
D | drivers-testing.txt | 16 resolve all suspend/resume-related problems in the test system before you start
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 30 resolve the userfaults it receives via 1) or to manage the virtual 91 uffdio_register.ioctls bitmask of ioctls that are suitable to resolve 103 The primary ioctl to resolve userfaults is UFFDIO_COPY. That
|
/Linux-v4.19/Documentation/networking/ |
D | ixgb.txt | 347 cable assembly may resolve the issue. 354 (1 m or shorter). If this situation occurs, using a longer cable may resolve 360 this situation occurs, using a different cable assembly may resolve the issue. 417 "ethtool -K eth0 tso off" may resolve the problem.
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 89 as the debug information can assist others in helping you resolve
|
/Linux-v4.19/Documentation/livepatch/ |
D | module-elf-format.txt | 60 since the kernel module loader cannot resolve them and will therefore 65 module Elf output. Using these dynrela sections, livepatch could resolve 254 that the module loader can identify them and not attempt to resolve them.
|
/Linux-v4.19/Documentation/process/ |
D | kernel-enforcement-statement.rst | 44 failed to resolve the problem.
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 111 performance but will help resolve GuC related issues.
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | Kconfig | 128 as the debug information can assist others in helping you resolve
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs.txt | 82 - the hostname to resolve
|
/Linux-v4.19/Documentation/sysctl/ |
D | net.txt | 312 aarp-resolve-time 315 The amount of time we will spend trying to resolve an Appletalk address.
|
/Linux-v4.19/Documentation/isdn/ |
D | syncPPP.FAQ | 147 your system can resolve it without using an
|
/Linux-v4.19/arch/parisc/ |
D | Kconfig | 203 linker will not be able to resolve some long branches and fails to link
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net | 157 used to resolve interfaces chaining, linking and stacking.
|
/Linux-v4.19/Documentation/hid/ |
D | hiddev.txt | 197 same usage code, this mode serves to resolve such
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 73 struct list_head resolve; /* Name needs to be resolved */ member 600 INIT_LIST_HEAD(&hdev->discovery.resolve); in discovery_init()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_core.c | 1080 INIT_LIST_HEAD(&cache->resolve); in hci_inquiry_cache_flush() 1124 list_for_each_entry(e, &cache->resolve, list) { in hci_inquiry_cache_lookup_resolve() 1138 struct list_head *pos = &cache->resolve; in hci_inquiry_cache_update_resolve() 1143 list_for_each_entry(p, &cache->resolve, list) { in hci_inquiry_cache_update_resolve()
|