OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ichunk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c
98
static int allocateChunk (DataHandle *hndl, unsigned
ichunk
);
99
static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
100
static int remapBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
101
static int newBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
102
static void deleteBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
493
allocateChunk (DataHandle *hndl, unsigned
ichunk
)
496
* hndl->chunks[
ichunk
] is one of:
505
if (hndl->chunks[
ichunk
] > CHUNK_BUSY)
508
if (__collector_cas_ptr (&hndl->chunks[
ichunk
], NULL, CHUNK_BUSY) == NULL)
532
if (__collector_cas_ptr (&hndl->chunks[
ichunk
], CHUNK_BUSY, newchunk) != CHUNK_BUSY
786
unsigned
ichunk
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c
98
static int allocateChunk (DataHandle *hndl, unsigned
ichunk
);
99
static uint8_t *getBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
100
static int remapBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
101
static int newBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
102
static void deleteBlock (DataHandle *hndl, unsigned iflow, unsigned
ichunk
);
493
allocateChunk (DataHandle *hndl, unsigned
ichunk
)
496
* hndl->chunks[
ichunk
] is one of:
505
if (hndl->chunks[
ichunk
] > CHUNK_BUSY)
508
if (__collector_cas_ptr (&hndl->chunks[
ichunk
], NULL, CHUNK_BUSY) == NULL)
532
if (__collector_cas_ptr (&hndl->chunks[
ichunk
], CHUNK_BUSY, newchunk) != CHUNK_BUSY
786
unsigned
ichunk
;
local
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026