Home
last modified time | relevance | path

Searched full:other (Results 1 – 25 of 7815) sorted by relevance

12345678910>>...313

/Linux-v5.4/net/unix/
Daf_unix.c52 * other the moment one end closes.
374 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument
380 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()
385 u->peer_wake.private = other; in unix_dgram_peer_wake_connect()
396 struct sock *other) in unix_dgram_peer_wake_disconnect() argument
401 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()
404 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect()
413 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument
415 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup()
423 * - unix_peer(sk) == other
[all …]
/Linux-v5.4/tools/perf/tests/
Dexpr.c22 const char **other; in test__expr() local
54 TEST_ASSERT_VAL("find other", in test__expr()
55 expr__find_other("FOO + BAR + BAZ + BOZO", "FOO", &other, &num_other) == 0); in test__expr()
56 TEST_ASSERT_VAL("find other", num_other == 3); in test__expr()
57 TEST_ASSERT_VAL("find other", !strcmp(other[0], "BAR")); in test__expr()
58 TEST_ASSERT_VAL("find other", !strcmp(other[1], "BAZ")); in test__expr()
59 TEST_ASSERT_VAL("find other", !strcmp(other[2], "BOZO")); in test__expr()
60 TEST_ASSERT_VAL("find other", other[3] == NULL); in test__expr()
63 zfree(&other[i]); in test__expr()
64 free((void *)other); in test__expr()
Dthread-mg-share.c17 /* other process */ in test__thread_mg_share()
18 struct thread *other, *other_leader; in test__thread_mg_share() local
27 * other group (pid: 4, tids: 4, 5) in test__thread_mg_share()
40 other = machine__findnew_thread(machine, 4, 5); in test__thread_mg_share()
43 leader && t1 && t2 && t3 && other); in test__thread_mg_share()
54 * Verify the other leader was created by previous call. in test__thread_mg_share()
59 TEST_ASSERT_VAL("failed to find other leader", other_leader); in test__thread_mg_share()
70 machine__remove_thread(machine, other); in test__thread_mg_share()
73 other_mg = other->mg; in test__thread_mg_share()
90 /* release other group */ in test__thread_mg_share()
[all …]
/Linux-v5.4/tools/perf/pmu-events/arch/x86/goldmont/
Dcache.json206other caching agents (typically another processor) in the system, one of those caching agents indi…
218 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m…
254 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
262 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
267 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
275 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
280 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module. …
288 …mand & prefetch) that true miss for the L2 cache with a snoop miss in the other processor module.",
319 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
327 …quests (demand & prefetch) that miss the L2 cache with a snoop hit in the other processor module, …
[all …]
/Linux-v5.4/tools/perf/pmu-events/arch/x86/skylake/
Dcache.json693 "PublicDescription": "Counts any other requests",
698 "EventName": "OFFCORE_RESPONSE.OTHER.L4_HIT_LOCAL_L4.ANY_SNOOP",
701 "BriefDescription": "Counts any other requests",
706 "PublicDescription": "Counts any other requests",
711 "EventName": "OFFCORE_RESPONSE.OTHER.L4_HIT_LOCAL_L4.SNOOP_HITM",
714 "BriefDescription": "Counts any other requests",
719 "PublicDescription": "Counts any other requests",
724 "EventName": "OFFCORE_RESPONSE.OTHER.L4_HIT_LOCAL_L4.SNOOP_HIT_NO_FWD",
727 "BriefDescription": "Counts any other requests",
732 "PublicDescription": "Counts any other requests",
[all …]
Dmemory.json461 "PublicDescription": "Counts any other requests",
466 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.ANY_SNOOP",
469 "BriefDescription": "Counts any other requests",
474 "PublicDescription": "Counts any other requests",
479 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.SNOOP_NON_DRAM",
482 "BriefDescription": "Counts any other requests",
487 "PublicDescription": "Counts any other requests",
492 "EventName": "OFFCORE_RESPONSE.OTHER.L3_MISS.SNOOP_HITM",
495 "BriefDescription": "Counts any other requests",
500 "PublicDescription": "Counts any other requests",
[all …]
/Linux-v5.4/tools/perf/pmu-events/arch/x86/knightslanding/
Dcache.json87 …"BriefDescription": "Counts the loads retired that get the data from the other core in the same ti…
135 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
146 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s…
157 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in M sta…
168 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in E/F s…
201 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
212 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in E/F s…
223 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in M sta…
234 … for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in E/F s…
267 …with data forwarded from its Far(not in the same quadrant as the request)-other tile's L2 in M sta…
[all …]
/Linux-v5.4/Documentation/admin-guide/
Dkernel-per-CPU-kthreads.rst50 2. Do all eHCA-Infiniband-related work on other CPUs, including
65 some other CPU.
78 occur on some other CPU and furthermore initiate all
79 Bluetooth activity on some other CPU.
103 do not offline any other CPUs, because doing so could force the
111 1. Force networking interrupts onto other CPUs.
112 2. Initiate any network I/O on other CPUs.
123 1. Force block-device interrupts onto some other CPU.
124 2. Initiate any block I/O on other CPUs.
135 1. Force block-device interrupts onto some other CPU.
[all …]
/Linux-v5.4/Documentation/driver-api/md/
Dmd-cluster.rst53 of sectors that are being re-synced by that node. No other
60 Each node has to communicate with other nodes when starting or ending
76 other nodes to acknowledge the message before proceeding. Only one
87 informs other nodes that the metadata has
94 informs other nodes that a resync is initiated or
104 informs other nodes that a device is being added to
165 received or other events that happened while waiting for the
231 other nodes from writing anywhere on the array.
234 environment when a resync is performed, it needs to tell other nodes
241 other nodes and other nodes remove the corresponding entry from the
[all …]
/Linux-v5.4/tools/perf/util/
Dexpr.y186 static bool already_seen(const char *val, const char *one, const char **other,
194 if (!strcasecmp(other[i], val))
199 int expr__find_other(const char *p, const char *one, const char ***other,
206 *other = malloc((EXPR_MAX_OTHER + 1) * sizeof(char *));
207 if (!*other)
218 if (tok == ID && !already_seen(val.id, one, *other, num_other)) {
223 (*other)[num_other] = strdup(val.id);
224 if (!(*other)[num_other])
229 (*other)[num_other] = NULL;
233 free(*other);
[all …]
/Linux-v5.4/LICENSES/preferred/
DLGPL-2.137 Foundation and other authors who decide to use it. You can use it too, but
57 link other code with the library, you must provide complete object files to
91 criteria for linking other code with the library.
95 License. It also provides other free software developers Less of an
109 In other cases, permission to use a particular library in non-free programs
128 0. This License Agreement applies to any software library or other program
129 which contains a notice placed by the copyright holder or other
152 Activities other than copying, distribution and modification are not
185 facility, other than as an argument passed when the facility is
205 License, whose permissions for other licensees extend to the entire
[all …]
DGPL-2.035 Foundation's software and to any other program whose authors commit to
36 using it. (Some other Free Software Foundation software is covered by
81 0. This License applies to any program or other work which contains
91 Activities other than copying, distribution and modification are not
103 and give any other recipients of the Program a copy of this License
140 this License, whose permissions for other licensees extend to the
150 a storage or distribution medium does not bring the other work under
217 infringement or for any other reason (not limited to patent issues),
222 License and any other pertinent obligations, then as a consequence you
231 apply and the section as a whole is intended to apply in other
[all …]
/Linux-v5.4/tools/perf/pmu-events/arch/x86/goldmontplus/
Dcache.json231other caching agents (typically another processor) in the system, one of those caching agents indi…
244 …to the L1 cache. Typically a load will receive this indication when some other load or prefetch m…
299 …s of full cache lines true miss for the L2 cache with a snoop miss in the other processor module. …
309 …s of full cache lines true miss for the L2 cache with a snoop miss in the other processor module.",
314 … data reads of full cache lines miss the L2 cache with a snoop hit in the other processor module, …
324 … data reads of full cache lines miss the L2 cache with a snoop hit in the other processor module, …
374 … full data cache line true miss for the L2 cache with a snoop miss in the other processor module. …
384 … full data cache line true miss for the L2 cache with a snoop miss in the other processor module.",
389 …a write to full data cache line miss the L2 cache with a snoop hit in the other processor module, …
399 …a write to full data cache line miss the L2 cache with a snoop hit in the other processor module, …
[all …]
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/
DLICENSE.qlcnic26 Foundation's software and to any other program whose authors commit to
27 using it. (Some other Free Software Foundation software is covered by
72 0. This License applies to any program or other work which contains
82 Activities other than copying, distribution and modification are not
94 and give any other recipients of the Program a copy of this License
131 this License, whose permissions for other licensees extend to the
141 a storage or distribution medium does not bring the other work under
208 infringement or for any other reason (not limited to patent issues),
213 License and any other pertinent obligations, then as a consequence you
222 apply and the section as a whole is intended to apply in other
[all …]
DLICENSE.qlge26 Foundation's software and to any other program whose authors commit to
27 using it. (Some other Free Software Foundation software is covered by
72 0. This License applies to any program or other work which contains
82 Activities other than copying, distribution and modification are not
94 and give any other recipients of the Program a copy of this License
131 this License, whose permissions for other licensees extend to the
141 a storage or distribution medium does not bring the other work under
208 infringement or for any other reason (not limited to patent issues),
213 License and any other pertinent obligations, then as a consequence you
222 apply and the section as a whole is intended to apply in other
[all …]
/Linux-v5.4/Documentation/scsi/
DLICENSE.qla2xxx28 Foundation's software and to any other program whose authors commit to
29 using it. (Some other Free Software Foundation software is covered by
74 0. This License applies to any program or other work which contains
84 Activities other than copying, distribution and modification are not
96 and give any other recipients of the Program a copy of this License
133 this License, whose permissions for other licensees extend to the
143 a storage or distribution medium does not bring the other work under
210 infringement or for any other reason (not limited to patent issues),
215 License and any other pertinent obligations, then as a consequence you
224 apply and the section as a whole is intended to apply in other
[all …]
DLICENSE.qla4xxx27 Foundation's software and to any other program whose authors commit to
28 using it. (Some other Free Software Foundation software is covered by
73 0. This License applies to any program or other work which contains
83 Activities other than copying, distribution and modification are not
95 and give any other recipients of the Program a copy of this License
132 this License, whose permissions for other licensees extend to the
142 a storage or distribution medium does not bring the other work under
209 infringement or for any other reason (not limited to patent issues),
214 License and any other pertinent obligations, then as a consequence you
223 apply and the section as a whole is intended to apply in other
[all …]
/Linux-v5.4/Documentation/filesystems/
Dadfs.txt10 othmask=nnn The permission mask for ADFS 'other' permissions
23 Other read
24 Other write
38 Other read -> -r--r--r--
39 Other write -> --w--w--w-
40 Other read and filetype UnixExec -> ---x--x--x
42 Possible other mode permissions -> ----rwxrwx
/Linux-v5.4/Documentation/driver-api/gpio/
Ddrivers-on-gpio.rst7 drivers can quite easily interconnect with other kernel subsystems using
50 appear as any other I2C bus to the system and makes it possible to connect
51 drivers for the I2C devices on the bus like any other I2C bus driver.
55 GPIO hammering (bitbang). It will appear as any other SPI bus on the system
57 any other SPI bus driver. For example any MMC/SD card can then be connected
62 the bus like any other W1 device.
81 any other NAND driving hardware.
85 any other serio bus to the system and makes it possible to connect drivers
86 for e.g. keyboards and other PS/2 protocol based devices.
/Linux-v5.4/tools/usb/usbip/
DCOPYING16 Foundation's software and to any other program whose authors commit to
17 using it. (Some other Free Software Foundation software is covered by
62 0. This License applies to any program or other work which contains
72 Activities other than copying, distribution and modification are not
84 and give any other recipients of the Program a copy of this License
121 this License, whose permissions for other licensees extend to the
131 a storage or distribution medium does not bring the other work under
198 infringement or for any other reason (not limited to patent issues),
203 License and any other pertinent obligations, then as a consequence you
212 apply and the section as a whole is intended to apply in other
[all …]
/Linux-v5.4/drivers/staging/rtl8192u/
Dcopying16 Foundation's software and to any other program whose authors commit to
17 using it. (Some other Free Software Foundation software is covered by
62 0. This License applies to any program or other work which contains
72 Activities other than copying, distribution and modification are not
84 and give any other recipients of the Program a copy of this License
121 this License, whose permissions for other licensees extend to the
131 a storage or distribution medium does not bring the other work under
198 infringement or for any other reason (not limited to patent issues),
203 License and any other pertinent obligations, then as a consequence you
212 apply and the section as a whole is intended to apply in other
[all …]
/Linux-v5.4/LICENSES/dual/
DCDDL-1.05 dual-licensed files where the other license is GPL2 compatible.
32 1.4. "Executable" means the Covered Software in any form other than
93 (a) under intellectual property rights (other than patent or
114 combination of the Original Software with other software or
124 (a) under intellectual property rights (other than patent or
128 thereof), either on an unmodified basis, with other
152 Contributor with other software (except as part of the
153 Contributor Version) or other devices; or (3) under Patent
224 other code not governed by the terms of this License and distribute
235 number. Except as provided in Section 4.3, no one other than the
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dmips-cm.h104 #define MIPS_CM_COCB_OFS 0x4000 /* Core Other Control Block */
295 /* GCR_Cx_OTHER - Configure the core-other/redirect GCR block */
296 GCR_CX_ACCESSOR_RW(32, 0x018, other)
407 * mips_cm_lock_other - lock access to redirect/other region
408 * @cluster: the other cluster to be accessed
409 * @core: the other core to be accessed
410 * @vp: the VP within the other core to be accessed
413 * Configure the redirect/other region for the local core/VP (depending upon
415 * @block. Must be called before using the redirect/other region, and followed
416 * by a call to mips_cm_unlock_other() when access to the redirect/other region
[all …]
/Linux-v5.4/drivers/xen/
DKconfig72 other domains. This makes sure that any confidential data
73 is not accidentally visible to other domains. It is more
95 to other virtual machines.
103 information with each other and with the hypervisor.
148 the pages of an imported dma-buf can be exported for other domain
158 to other domains. This can be used to implement frontend drivers
186 PCI devices to other guests. If you select this to be a module, you
187 will need to make sure no other driver has bound to the device(s)
188 you want to make visible to other guests.
228 to other guests via a high-performance shared-memory interface.
[all …]
/Linux-v5.4/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.h62 * Used to reference an Other alternate-C function.
73 * struct prcm_gpio_altcx - Other alternate-C function
74 * @used: other alternate-C function availability
85 * struct prcm_gpio_altcx_pin_desc - Other alternate-C pin
87 * @altcx: array of other alternate-C[1-4] functions
134 * @altcx_pins: The pins that support Other alternate-C function on this SoC
135 * @npins_altcx: The number of Other alternate-C pins

12345678910>>...313