/linux-5.10/net/x25/ |
D | x25_facilities.c | 78 facilities->reverse = p[1] & 0x81; in x25_parse_facilities() 84 facilities->reverse = p[1] & 0x01; in x25_parse_facilities() 90 facilities->reverse = p[1] & 0x80; in x25_parse_facilities() 96 facilities->reverse in x25_parse_facilities() 205 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) { in x25_create_facilities() 207 *p++ = facilities->reverse; in x25_create_facilities() 263 * The only real problem is with reverse charging. 282 * They want reverse charging, we won't accept it. in x25_negotiate_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 285 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities() [all …]
|
/linux-5.10/lib/ |
D | cpu_rmap.c | 3 * cpu_rmap.c: CPU affinity reverse-map support 13 * objects with CPU affinities. This can be seen as a reverse-map of 21 * alloc_cpu_rmap - allocate CPU affinity reverse-map 74 * @rmap: reverse-map allocated with alloc_cpu_rmap() 83 * @rmap: reverse-map allocated with alloc_cpu_rmap() 220 * free_irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs 221 * @rmap: Reverse-map allocated with alloc_irq_cpu_map(), or %NULL 275 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map 276 * @rmap: The reverse-map 279 * This adds an IRQ affinity notifier that will update the reverse-map
|
D | llist.c | 73 * llist_reverse_order - reverse order of a llist chain 76 * Reverse the order of a chain of llist entries and return the
|
/linux-5.10/include/linux/ |
D | cpu_rmap.h | 6 * cpu_rmap.c: CPU affinity reverse-map support 16 * struct cpu_rmap - CPU affinity reverse-map 18 * @size: Number of objects to be reverse-mapped 53 * alloc_irq_cpu_rmap - allocate CPU affinity reverse-map for IRQs
|
D | llist.h | 40 * must reverse the order by yourself before traversing. 112 * reverse the order by yourself before traversing. 131 * reverse the order by yourself before traversing. 149 * reverse the order by yourself before traversing. 171 * reverse the order by yourself before traversing.
|
/linux-5.10/Documentation/vm/ |
D | ksm.rst | 22 Reverse mapping 24 KSM maintains reverse mapping information for KSM pages in the stable 34 more "dups". Each "dup" keeps reverse mapping information for a KSM 43 if compared to an unlimited list of reverse mappings. It is still
|
D | unevictable-lru.rst | 203 shrink_page_list() where they will be detected when vmscan walks the reverse 244 replaced by walking the reverse map to determine whether any VM_LOCKED VMAs 398 We can't call try_to_munlock(), the function that walks the reverse map to 533 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse 539 pages have different reverse map lookup mechanisms, with different locking. 554 try_to_munlock() Reverse Map Scan 559 page_referenced() reverse map walker. 570 processing. Again, these functions walk the respective reverse maps looking 575 Note that try_to_munlock()'s reverse map walk must visit every VMA in a page's 576 reverse map to determine that a page is NOT mapped into any VM_LOCKED VMA.
|
/linux-5.10/Documentation/hwmon/ |
D | abituguru.rst | 12 Datasheet: Not available, this driver is based on reverse engineering. 13 A "Datasheet" has been written based on the reverse engineering it 47 - (Initial reverse engineering done by Olle Sandberg 102 Sandberg <ollebull@gmail.com> has managed to reverse engineer the sensor part
|
D | abituguru3.rst | 11 Datasheet: Not available, this driver is based on reverse engineering. 33 - (Initial reverse engineering done by Louis Kruger) 64 Louis Kruger has managed to reverse engineer the sensor part of the uGuru.
|
/linux-5.10/drivers/misc/ibmasm/ |
D | r_heartbeat.c | 15 * Reverse Heartbeat, i.e. heartbeats sent from the driver to the 20 /* the reverse heartbeat dot command */ 44 * Loop forever, sending a reverse heartbeat dot command to the service
|
/linux-5.10/drivers/md/bcache/ |
D | closure.c | 64 struct llist_node *reverse = NULL; in __closure_wake_up() local 68 /* We first reverse the list to preserve FIFO ordering and fairness */ in __closure_wake_up() 69 reverse = llist_reverse_order(list); in __closure_wake_up() 72 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | vidioc-decoder-cmd.rst | 94 Negative numbers denote reverse playback, so -1000 does reverse 106 usually the case for reverse playback: the decoder needs full 107 GOPs, which it can then play in reverse order. So to implement 108 reverse playback the application must feed the decoder the last
|
/linux-5.10/Documentation/core-api/irq/ |
D | irq-domain.rst | 28 irq numbers, but they don't provide any support for reverse mapping of 35 reverse mapping scheme. 72 There are several mechanisms available for reverse mapping from hwirq 74 Which reverse map type should be used depends on the use case. Each 75 of the reverse map types are described below: 85 The linear reverse map maintains a fixed size table indexed by the
|
/linux-5.10/drivers/video/console/ |
D | mdacon.c | 357 c->vc_complement_mask = 0x0800; /* reverse video */ in mdacon_init() 384 /* Underline and reverse-video are mutually exclusive on MDA. in mda_convert_attr() 385 * Since reverse-video is used for cursors and selected areas, in mda_convert_attr() 389 if (ch & 0x0800) attr = 0x7000; /* reverse */ in mda_convert_attr() 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 406 * Bit 3 : reverse in mdacon_build_attr() 412 (reverse << 3) | in mdacon_build_attr()
|
/linux-5.10/kernel/ |
D | user_namespace.c | 184 kfree(ns->gid_map.reverse); in free_user_ns() 188 kfree(ns->uid_map.reverse); in free_user_ns() 192 kfree(ns->projid_map.reverse); in free_user_ns() 349 return bsearch(&key, map->reverse, extents, in map_id_up_max() 768 * Defer the memory setup for the reverse pointer. in insert_extent() 774 map->reverse = NULL; in insert_extent() 802 /* cmp function to sort() reverse mappings */ 831 map->reverse = kmemdup(map->forward, in sort_idmaps() 834 if (!map->reverse) in sort_idmaps() 837 /* Sort reverse array. */ in sort_idmaps() [all …]
|
/linux-5.10/drivers/iio/ |
D | iio_core_trigger.h | 16 * iio_device_unregister_trigger_consumer() - reverse the registration process 39 * iio_device_unregister_trigger_consumer() - reverse the registration process
|
/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | linear.rst | 38 # Split a device into 4M chunks and then join them together in reverse order. 40 my $name = "reverse";
|
/linux-5.10/Documentation/livepatch/ |
D | system-state.rst | 150 - Distinguish transition reverse and livepatch disabling by 153 - In case of transition reverse, restore the previous system 166 It might be called also during the transition reverse. Therefore it
|
/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 1332 * reverse bitmap too. Should be called with 1348 * reverse bitmap too. Should be called with 1468 u16 *start, u16 *end, bool *reverse) in npc_get_mcam_search_range_priority() argument 1481 * - else search in reverse, so that less number of hprio in npc_get_mcam_search_range_priority() 1485 *reverse = false; in npc_get_mcam_search_range_priority() 1497 *reverse = true; in npc_get_mcam_search_range_priority() 1502 * in reverse to preserve hprio zone entries. in npc_get_mcam_search_range_priority() 1510 *reverse = true; in npc_get_mcam_search_range_priority() 1533 bool reverse = false; in npc_mcam_alloc_entries() local 1552 * mcam->bmap_reverse for reverse search i.e 'mcam->bmap_entries to 0'. in npc_mcam_alloc_entries() [all …]
|
/linux-5.10/Documentation/arm/nwfpe/ |
D | netwinder-fpe.rst | 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 91 FRD{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast reverse divide 128 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
|
/linux-5.10/fs/xfs/libxfs/ |
D | xfs_rmap_btree.c | 26 * Reverse map btree. 46 * reverse lookups will be to find the owner(s) of a particular block, or to 173 * The high key for a reverse mapping record can be computed by shifting 473 /* Create a new reverse mapping btree cursor. */ 490 /* Create a new reverse mapping btree cursor with a fake root for staging. */ 505 * Install a new reverse mapping btree root. Caller is responsible for
|
/linux-5.10/fs/xfs/scrub/ |
D | rmap.c | 20 * Set us up to scrub reverse mapping btrees. 30 /* Reverse-mapping scrubber. */ 217 /* xref check that the extent has no reverse mapping at all */
|
/linux-5.10/tools/lib/perf/include/internal/ |
D | evlist.h | 74 * __perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order 82 * perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
|
/linux-5.10/drivers/parport/ |
D | ieee1284_ops.c | 217 /* Go to reverse idle phase. */ in parport_ieee1284_read_nibble() 302 /* Go to reverse idle phase. */ in parport_ieee1284_read_byte() 344 pr_debug("%s: ECP direction: reverse\n", port->name); in ecp_forward_to_reverse() 347 pr_debug("%s: ECP direction: failed to reverse\n", port->name); in ecp_forward_to_reverse() 473 /* ECP mode, reverse channel, data. */ 752 /* EPP mode, reverse channel, data. */ 840 /* EPP mode, reverse channel, addresses. */
|
/linux-5.10/include/linux/pinctrl/ |
D | pinmux.h | 27 * @free: the reverse function of the request() callback, frees a pin after 50 * @gpio_disable_free: free up GPIO muxing on a certain pin, the reverse of
|