OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chains
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_syncobj.c
1501
struct dma_fence_chain **
chains
;
local
1536
chains
= kmalloc_array(args->count_handles, sizeof(void *), GFP_KERNEL);
1537
if (!
chains
) {
1542
chains
[i] = kzalloc(sizeof(struct dma_fence_chain), GFP_KERNEL);
1543
if (!
chains
[i]) {
1545
kfree(
chains
[j]);
1554
drm_syncobj_add_point(syncobjs[i],
chains
[i],
1559
kfree(
chains
);
/src/libexec/ld.elf_so/
rtld.h
191
const Elf_Symindx *
chains
; /* Hash table chain array */
member in struct:Struct_Obj_Entry
192
unsigned long nchains; /* Number of
chains
*/
/src/sys/dev/pci/
if_iwm.c
4450
/* Set rx the
chains
*/
6678
/* Configure Rx
chains
for MIMO and configure 40 MHz channel. */
6680
uint8_t
chains
= iwm_mimo_enabled(sc) ? 2 : 1;
local
6682
in->in_phyctxt->channel,
chains
,
chains
, 0);
6690
uint8_t
chains
= iwm_mimo_enabled(sc) ? 2 : 1;
local
6704
in->in_phyctxt->channel,
chains
,
chains
, 0);
6878
/* Reset Tx
chains
in case MIMO or 40 MHz channels were enabled. */
Completed in 65 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026