OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DELETED
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/m4/lib/
ohash_enum.c
33
if (h->t[*pos].p !=
DELETED
&& h->t[*pos].p != NULL)
ohash_int.h
18
#define
DELETED
((const char *)h)
ohash_do.c
31
if (4 * h->
deleted
< h->total)
33
else if (3 * h->
deleted
> 2 * h->total)
48
if (h->t[j].p != NULL && h->t[j].p !=
DELETED
) {
64
h->total -= h->
deleted
;
65
h->
deleted
= 0;
73
if (result == NULL || result ==
DELETED
)
79
h->t[i].p =
DELETED
;
80
h->
deleted
++;
81
if (h->
deleted
>= MINDELETED && 4 * h->
deleted
> h->total
[
all
...]
ohash_lookup_interval.c
39
if (h->t[i].p ==
DELETED
) {
49
h->t[i].p =
DELETED
;
ohash_lookup_memory.c
38
if (h->t[i].p ==
DELETED
) {
46
h->t[i].p =
DELETED
;
/src/sys/dev/marvell/
mvxpsecvar.h
242
#define
DELETED
(1 << 11)
mvxpsec.c
1515
mv_s->sflags |=
DELETED
;
1527
if (mv_s->sflags &
DELETED
) {
1529
"%s: session is already
deleted
.\n", __func__);
2053
"H/W Crypto session (id: %d)
deleted
.\n", session);
Completed in 17 milliseconds
Indexes created Mon Oct 20 00:09:40 GMT 2025