Home
last modified time | relevance | path

Searched full:reverse (Results 1 – 25 of 746) sorted by relevance

12345678910>>...30

/Linux-v5.4/net/x25/
Dx25_facilities.c78 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/
Dcpu_rmap.c3 * 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
Dllist.c73 * llist_reverse_order - reverse order of a llist chain
76 * Reverse the order of a chain of llist entries and return the
/Linux-v5.4/include/linux/
Dcpu_rmap.h6 * 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
Dllist.h40 * 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/
Dksm.rst22 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
Dunevictable-lru.rst203 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-v5.4/Documentation/hwmon/
Dabituguru.rst12 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
Dabituguru3.rst11 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/
Dr_heartbeat.c15 * 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-v5.4/drivers/md/bcache/
Dclosure.c66 struct llist_node *reverse = NULL; in __closure_wake_up() local
70 /* 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/
Dvidioc-decoder-cmd.rst110 Negative numbers denote reverse playback, so -1000 does reverse
123 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/
DIRQ-domain.txt28 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-v5.4/drivers/iio/
Diio_core_trigger.h16 * iio_device_unregister_trigger_consumer() - reverse the registration process
33 * iio_device_unregister_trigger_consumer() - reverse the registration process
/Linux-v5.4/drivers/video/console/
Dmdacon.c357 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/
Duser_namespace.c184 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/
Dlinear.rst38 # 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/
Devlist.h48 * __perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
56 * perf_evlist__for_each_entry_reverse - iterate thru all the evsels in reverse order
/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c1264 * reverse bitmap too. Should be called with
1280 * 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/
Dnetwinder-fpe.rst82 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-v5.4/drivers/net/ethernet/intel/ice/
Dice_flex_type.h177 /* The BOOST TCAM stores the match packet header in reverse order, meaning
260 u8 reverse; /* set to true to reverse FV order */ member
/Linux-v5.4/fs/xfs/scrub/
Drmap.c20 * 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/
Dieee1284_ops.c226 /* 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/
Dpinmux.h27 * @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
/Linux-v5.4/arch/x86/kernel/cpu/mce/
Dgenpool.c51 * reverse time order, so we need to reverse it. While doing that we can

12345678910>>...30