| /Linux-v5.4/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-v5.4/lib/ | 
| D | cpu_rmap.c | 3  * cpu_rmap.c: CPU affinity reverse-map support13  * 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 chain76  * Reverse the order of a chain of llist entries and return the
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | cpu_rmap.h | 6  * cpu_rmap.c: CPU affinity reverse-map support16  * 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-v5.4/Documentation/vm/ | 
| D | ksm.rst | 22 Reverse mapping24 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 reverse244 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-v5.4/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-v5.4/drivers/misc/ibmasm/ | 
| D | r_heartbeat.c | 15  * Reverse Heartbeat, i.e. heartbeats sent from the driver to the20 /* the reverse heartbeat dot command */
 44  * Loop forever, sending a reverse heartbeat dot command to the service
 
 | 
| /Linux-v5.4/drivers/md/bcache/ | 
| D | closure.c | 66 	struct llist_node *reverse = NULL;  in __closure_wake_up()  local70 	/* We first reverse the list to preserve FIFO ordering and fairness */  in __closure_wake_up()
 71 	reverse = llist_reverse_order(list);  in __closure_wake_up()
 74 	llist_for_each_entry_safe(cl, t, reverse, list) {  in __closure_wake_up()
 
 | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | vidioc-decoder-cmd.rst | 110 	Negative numbers denote reverse playback, so -1000 does reverse123 	usually the case for reverse playback: the decoder needs full
 124 	GOPs, which it can then play in reverse order. So to implement
 125 	reverse playback the application must feed the decoder the last
 
 | 
| /Linux-v5.4/Documentation/ | 
| D | IRQ-domain.txt | 28 irq numbers, but they don't provide any support for reverse mapping of35 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-v5.4/drivers/iio/ | 
| D | iio_core_trigger.h | 16  * iio_device_unregister_trigger_consumer() - reverse the registration process33  * iio_device_unregister_trigger_consumer() - reverse the registration process
 
 | 
| /Linux-v5.4/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()
 398 			    u8 blink, u8 underline, u8 reverse, u8 italic)  in mdacon_build_attr()  argument
 404 	 *	Bit 3    : reverse  in mdacon_build_attr()
 410 		((reverse   & 1) << 3) |  in mdacon_build_attr()
 
 | 
| /Linux-v5.4/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-v5.4/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-v5.4/tools/perf/lib/include/internal/ | 
| D | evlist.h | 48  * __perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order56  * perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
 
 | 
| /Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/ | 
| D | rvu_npc.c | 1264  * reverse bitmap too. Should be called with1280  * reverse bitmap too. Should be called with
 1400 				   u16 *start, u16 *end, bool *reverse)  in npc_get_mcam_search_range_priority()  argument
 1413 	 * - else search in reverse, so that less number of hprio  in npc_get_mcam_search_range_priority()
 1417 	*reverse = false;  in npc_get_mcam_search_range_priority()
 1429 		*reverse = true;  in npc_get_mcam_search_range_priority()
 1434 	 * in reverse to preserve hprio zone entries.  in npc_get_mcam_search_range_priority()
 1442 	*reverse = true;  in npc_get_mcam_search_range_priority()
 1465 	bool reverse = false;  in npc_mcam_alloc_entries()  local
 1484 	 * mcam->bmap_reverse for reverse search i.e 'mcam->bmap_entries to 0'.  in npc_mcam_alloc_entries()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/arm/nwfpe/ | 
| D | netwinder-fpe.rst | 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract85 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-v5.4/drivers/net/ethernet/intel/ice/ | 
| D | ice_flex_type.h | 177 /* The BOOST TCAM stores the match packet header in reverse order, meaning260 	u8 reverse; /* set to true to reverse FV order */  member
 
 | 
| /Linux-v5.4/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-v5.4/drivers/parport/ | 
| D | ieee1284_ops.c | 226 			/* Go to reverse idle phase. */  in parport_ieee1284_read_nibble()314 			/* Go to reverse idle phase. */  in parport_ieee1284_read_byte()
 356 		DPRINTK (KERN_DEBUG "%s: ECP direction: reverse\n",  in ecp_forward_to_reverse()
 360 		DPRINTK (KERN_DEBUG "%s: ECP direction: failed to reverse\n",  in ecp_forward_to_reverse()
 490 /* ECP mode, reverse channel, data. */
 774 /* EPP mode, reverse channel, data. */
 862 /* EPP mode, reverse channel, addresses. */
 
 | 
| /Linux-v5.4/include/linux/pinctrl/ | 
| D | pinmux.h | 27  * @free: the reverse function of the request() callback, frees a pin after50  * @gpio_disable_free: free up GPIO muxing on a certain pin, the reverse of
 
 | 
| /Linux-v5.4/arch/x86/kernel/cpu/mce/ | 
| D | genpool.c | 51  * reverse time order, so we need to reverse it. While doing that we can
 |