OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:controlp
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/kern/
uipc_socket.c
1163
struct mbuf **mp0, struct mbuf **
controlp
, int *flagsp)
1184
if (
controlp
!= NULL)
1185
*
controlp
= NULL;
1373
* perform externalization (or freeing if
controlp
== NULL).
1381
if (
controlp
!= NULL) {
1382
*
controlp
= m_copym(m, 0, m->m_len, M_DONTWAIT);
1383
controlp
= (*
controlp
== NULL ? NULL :
1384
&(*
controlp
)->m_next);
1403
if (
controlp
!= NULL)
[
all
...]
uipc_usrreq.c
1538
unp_internalize(struct mbuf **
controlp
)
1542
struct mbuf *control = *
controlp
;
1627
*
controlp
= control = m_get(M_WAIT, MT_CONTROL);
/src/external/bsd/dhcpcd/dist/src/
privsep.c
801
uint8_t *datap, *namep, *
controlp
;
local
806
controlp
= namep + psm->ps_namelen + cmsg_padlen;
807
datap =
controlp
+ psm->ps_controllen;
825
msg->msg_control =
controlp
;
/src/external/gpl3/gcc/dist/gcc/
omp-expand.cc
5229
tree
controlp
= NULL_TREE, controlb = NULL_TREE;
local
5237
controlp
= OMP_CLAUSE_DECL (c);
5238
if (controlb &&
controlp
)
5241
gcc_assert (
controlp
&& controlb);
5260
gimple_call_set_lhs (g,
controlp
);
5262
expand_omp_scantemp_alloc (clauses,
controlp
, 0, alloc_align, cnt,
5270
gimple_call_set_lhs (g,
controlp
);
5555
tree
controlp
= NULL_TREE, controlb = NULL_TREE;
local
5563
controlp
= OMP_CLAUSE_DECL (c);
5564
if (controlb &&
controlp
)
[
all
...]
omp-low.cc
10767
// current thread will perform. controlb and
controlp
variables are
10771
_scantemp_(
controlp
) reduction(inscan,+:r) private(i) nowait
10846
#pragma omp for _scantemp_(controlb) _scantemp_(
controlp
) \
11269
tree
controlp
= create_tmp_var (ptr_type_node);
11276
OMP_CLAUSE_DECL (nc) =
controlp
;
11286
OMP_CLAUSE_DECL (nc) =
controlp
;
/src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc
5130
tree
controlp
= NULL_TREE, controlb = NULL_TREE;
local
5138
controlp
= OMP_CLAUSE_DECL (c);
5139
if (controlb &&
controlp
)
5142
gcc_assert (
controlp
&& controlb);
5161
gimple_call_set_lhs (g,
controlp
);
5163
expand_omp_scantemp_alloc (clauses,
controlp
, 0, alloc_align, cnt,
5171
gimple_call_set_lhs (g,
controlp
);
5456
tree
controlp
= NULL_TREE, controlb = NULL_TREE;
local
5464
controlp
= OMP_CLAUSE_DECL (c);
5465
if (controlb &&
controlp
)
[
all
...]
omp-low.cc
10810
// current thread will perform. controlb and
controlp
variables are
10814
_scantemp_(
controlp
) reduction(inscan,+:r) private(i) nowait
10889
#pragma omp for _scantemp_(controlb) _scantemp_(
controlp
) \
11312
tree
controlp
= create_tmp_var (ptr_type_node);
11319
OMP_CLAUSE_DECL (nc) =
controlp
;
11329
OMP_CLAUSE_DECL (nc) =
controlp
;
Completed in 45 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026