Home
last modified time | relevance | path

Searched full:pairs (Results 1 – 25 of 879) sorted by relevance

12345678910>>...36

/Linux-v6.1/net/netfilter/ipset/
DKconfig42 can store IPv4 address and (source) MAC address pairs from a range.
70 can store IPv4/IPv6 address and mark pairs.
79 can store IPv4/IPv6 address and protocol/port pairs.
108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set.
144 one can store IPv4/IPv6 network address/prefix pairs in a set.
154 protocol/port pairs as elements in a set.
164 interface name pairs as elements in a set.
/Linux-v6.1/Documentation/locking/
Dlocktorture.rst53 spin_lock() and spin_unlock() pairs.
56 spin_lock_irq() and spin_unlock_irq() pairs.
59 read/write lock() and unlock() rwlock pairs.
63 rwlock pairs.
66 mutex_lock() and mutex_unlock() pairs.
69 rtmutex_lock() and rtmutex_unlock() pairs.
73 read/write down() and up() semaphore pairs.
/Linux-v6.1/arch/mips/include/asm/
Dmaar.h15 * @num_pairs: The number of MAAR pairs present in the system.
18 * MAAR pairs as required, from 0 up to the maximum of num_pairs-1, and returns
21 * that it has configured 0 MAAR pairs.
23 * Return: The number of MAAR pairs configured.
109 * @num_pairs: The number of MAAR pairs present in the system.
114 * Return: The number of MAAR pairs configured.
/Linux-v6.1/tools/perf/util/
Dsort.h95 } pairs; member
174 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
180 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
187 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
/Linux-v6.1/drivers/media/platform/amphion/
Dvpu_helpers.c386 int vpu_find_dst_by_src(struct vpu_pair *pairs, u32 cnt, u32 src) in vpu_find_dst_by_src() argument
390 if (!pairs || !cnt) in vpu_find_dst_by_src()
394 if (pairs[i].src == src) in vpu_find_dst_by_src()
395 return pairs[i].dst; in vpu_find_dst_by_src()
401 int vpu_find_src_by_dst(struct vpu_pair *pairs, u32 cnt, u32 dst) in vpu_find_src_by_dst() argument
405 if (!pairs || !cnt) in vpu_find_src_by_dst()
409 if (pairs[i].dst == dst) in vpu_find_src_by_dst()
410 return pairs[i].src; in vpu_find_src_by_dst()
/Linux-v6.1/lib/livepatch/
Dtest_klp_shadow_vars.c254 /* pass 4: free <objs[*], SV_ID1> pairs of svars, verify removal */ in test_klp_shadow_vars_init()
256 shadow_free(&objs[i], SV_ID1, shadow_dtor); /* 'char' pairs */ in test_klp_shadow_vars_init()
262 /* pass 5: check we still find <objs[*], SV_ID2> svar pairs */ in test_klp_shadow_vars_init()
264 sv = shadow_get(&objs[i], SV_ID2); /* 'int' pairs */ in test_klp_shadow_vars_init()
274 /* pass 6: free all the <objs[*], SV_ID2> svar pairs too. */ in test_klp_shadow_vars_init()
275 shadow_free_all(SV_ID2, NULL); /* 'int' pairs */ in test_klp_shadow_vars_init()
286 shadow_free_all(SV_ID1, NULL); /* 'char' pairs */ in test_klp_shadow_vars_init()
287 shadow_free_all(SV_ID2, NULL); /* 'int' pairs */ in test_klp_shadow_vars_init()
/Linux-v6.1/Documentation/devicetree/bindings/usb/
Dhisilicon,histb-xhci.txt9 - clocks: a list of phandle + clock-specifier pairs, one for each
16 - resets: a list of phandle and reset specifier pairs as listed in
20 - phys: a list of phandle + phy specifier pairs
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-uevent18 You need to pass UUID first before any KEY=VALUE pairs.
31 The KEY=VALUE pairs can contain alphanumeric characters only.
33 It's possible to define zero or more pairs - each pair is then
/Linux-v6.1/drivers/media/dvb-core/
Ddvb_ringbuffer.c55 * this pairs with smp_store_release() in dvb_ringbuffer_write(), in dvb_ringbuffer_empty()
70 * this pairs with smp_store_release() in dvb_ringbuffer_read(), in dvb_ringbuffer_free()
87 * this pairs with smp_store_release() in dvb_ringbuffer_write(), in dvb_ringbuffer_avail()
146 * this pairs with READ_ONCE() in dvb_ringbuffer_free() in dvb_ringbuffer_read_user()
171 * this pairs with READ_ONCE() in dvb_ringbuffer_free() in dvb_ringbuffer_read()
195 * update, this pairs with smp_load_acquire() in in dvb_ringbuffer_write()
224 * update, this pairs with smp_load_acquire() in in dvb_ringbuffer_write_user()
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_devcaps.c35 SVGA3dFifoCapPair pairs[SVGA3D_DEVCAP_MAX]; member
61 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs); in vmw_fill_compat_cap()
77 compat_cap->pairs[i][0] = i; in vmw_fill_compat_cap()
78 compat_cap->pairs[i][1] = vmw_mask_legacy_multisample in vmw_fill_compat_cap()
/Linux-v6.1/fs/ntfs/
Drunlist.c708 * ntfs_mapping_pairs_decompress - convert mapping pairs array to runlist
710 * @attr: attribute record whose mapping pairs array to decompress
715 * Decompress the attribute @attr's mapping pairs array into a runlist. On
742 u8 *buf; /* Current position in mapping pairs array. */ in ntfs_mapping_pairs_decompress()
760 /* Get start of the mapping pairs array. */ in ntfs_mapping_pairs_decompress()
768 /* If the mapping pairs array is valid but empty, nothing to do. */ in ntfs_mapping_pairs_decompress()
820 "pairs array."); in ntfs_mapping_pairs_decompress()
828 ntfs_error(vol->sb, "Invalid length in mapping pairs " in ntfs_mapping_pairs_decompress()
874 "mapping pairs array."); in ntfs_mapping_pairs_decompress()
894 ntfs_error(vol->sb, "Corrupt mapping pairs array in " in ntfs_mapping_pairs_decompress()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dsirf-audio-port.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
Dbrcm,bcm2835-i2s.txt7 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
9 These strings correspond 1:1 with the ordered pairs in dmas.
Dsprd-pcm.txt5 - dmas: Specify the list of DMA controller phandle and DMA request line ordered pairs.
7 These strings correspond 1:1 with the ordered pairs in dmas.
Dadi,axi-spdif-tx.txt6 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
11 - dmas: Pairs of phandle and specifier for the DMA channel that is used by
Dadi,axi-i2s.txt9 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
14 - dmas: Pairs of phandle and specifier for the DMA channels that are used by
/Linux-v6.1/Documentation/admin-guide/
Dbootconfig.rst229 passing the kernel parameters. All the key-value pairs under ``kernel``
231 pairs under ``init`` will be passed to init process via the cmdline.
268 up to 512 key-value pairs. If keys contains 3 words in average, it can
269 contain 256 key-value pairs. In most cases, the number of config items
281 User can query or loop on key-value pairs, also it is possible to find
286 config, you can use xbc_for_each_key_value() to iterate key-value pairs.
/Linux-v6.1/kernel/printk/
Dprintk_ringbuffer.c269 * The memory barrier pairs and their ordering are:
457 * not apply to the descriptor state. This pairs with _prb_commit:B. in desc_read()
489 * that may not apply to the copied content. This pairs with in desc_read()
505 * not apply to the copied data. This pairs with data_alloc:A and in desc_read()
646 * CPU. This pairs with data_push_tail:D. in data_push_tail()
682 * have been previously pushed. This pairs with in data_push_tail()
709 * have been previously pushed. This pairs with in data_push_tail()
747 * the descriptor states reusable. This pairs with in data_push_tail()
833 * descriptor states reusable. This pairs with desc_reserve:D. in desc_push_tail()
841 * case that the descriptor has been recycled. This pairs in desc_push_tail()
[all …]
/Linux-v6.1/drivers/memory/tegra/
Dtegra186-emc.c197 dev_err(&pdev->dev, "failed to EMC DVFS pairs: %d\n", err); in tegra186_emc_probe()
218 dev_dbg(&pdev->dev, "%u DVFS pairs:\n", emc->num_dvfs); in tegra186_emc_probe()
221 emc->dvfs[i].rate = response.pairs[i].freq * 1000; in tegra186_emc_probe()
222 emc->dvfs[i].latency = response.pairs[i].latency; in tegra186_emc_probe()
/Linux-v6.1/lib/
Dstackdepot.c95 * This smp_load_acquire() pairs with smp_store_release() to in init_stack_slab()
110 * This smp_store_release pairs with smp_load_acquire() from in init_stack_slab()
135 * smp_store_release() here pairs with smp_load_acquire() from in depot_alloc_stack()
449 * The smp_load_acquire() here pairs with smp_store_release() to in __stack_depot_save()
462 * The smp_load_acquire() here pairs with smp_store_release() to in __stack_depot_save()
488 * This smp_store_release() pairs with in __stack_depot_save()
/Linux-v6.1/Documentation/devicetree/bindings/display/hisilicon/
Dhisi-ade.txt13 - clocks: a list of phandle + clock-specifier pairs, one for each entry
21 phandle + clock-specifier pairs.
/Linux-v6.1/drivers/md/
Ddm-ima.h36 * pairs delimited by a semicolon at the end of the list.
44 * attributes' key-value pairs from the active/inactive tables.
/Linux-v6.1/arch/xtensa/kernel/
Dprocess.c93 /* pairs with memw (1) in fast_coprocessor and memw in switch_to */ in local_coprocessors_flush_release_all()
114 /* pairs with memw (1) in fast_coprocessor and memw in switch_to */ in local_coprocessor_release_all()
124 /* pairs with memw (2) in fast_coprocessor */ in coprocessor_release_all()
152 /* pairs with memw (2) in fast_coprocessor */ in coprocessor_flush_all()
169 /* pairs with memw (2) in fast_coprocessor */ in coprocessor_flush_release_all()
/Linux-v6.1/Documentation/devicetree/bindings/interconnect/
Dinterconnect.txt46 interconnects : Pairs of phandles and interconnect provider specifier to denote
57 specifier pairs.
/Linux-v6.1/tools/include/linux/
Dring_buffer.h24 * Where A pairs with D, and B pairs with C.

12345678910>>...36