Searched refs:affinity (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/gnu/lib/libgomp/
H A DMakefile15 bar.c time.c fortran.c affinity.c
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am34 lock.c mutex.c proc.c sem.c bar.c time.c fortran.c affinity.c
H A DMakefile.in86 bar.lo time.lo fortran.lo affinity.lo
279 lock.c mutex.c proc.c sem.c bar.c time.c fortran.c affinity.c
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/affinity.Plo@am__quote@
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1203 int affinity; member in struct:nm_kctx
1212 if (nmk->affinity >= 0) {
1214 sched_bind(curthread, nmk->affinity);
1239 nm_os_kctx_worker_setaff(struct nm_kctx *nmk, int affinity) argument
1241 nmk->affinity = affinity;
1257 nmk->affinity = -1;
H A Dnetmap_bdg.c609 int affinity = bps->cpu_from + i; local
612 t->qfirst = all ? bps->qfirst /* must be 0 */: affinity;
615 nm_prinf("kthread %d a:%u qf:%u ql:%u", i, affinity, t->qfirst,
624 nm_os_kctx_worker_setaff(t->nmk, affinity);
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c155 #include <pthread_np.h> /* pthread w/ affinity */
290 int affinity; member in struct:glob_arg
335 int affinity; member in struct:targ
700 /* set the thread affinity. */
709 /* Set thread affinity affinity.*/
714 D("Unable to set affinity: %s", strerror(errno));
1581 if (setaffinity(targ->thread, targ->affinity))
1803 if (setaffinity(targ->thread, targ->affinity))
1942 if (setaffinity(targ->thread, targ->affinity))
[all...]
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c93 int ts_cpu; /* CPU that we have affinity for. */
94 int ts_rltick; /* Real last tick, for affinity. */
265 #define SCHED_AFFINITY(ts, t) ((ts)->ts_rltick > ticks - ((t) * affinity))
272 static int affinity; variable
1047 * like one was available. This could be due to affinity
1233 SCHED_STAT_DEFINE(pickcpu_idle_affinity, "Picked idle cpu based on affinity");
1234 SCHED_STAT_DEFINE(pickcpu_affinity, "Picked cpu based on affinity");
1278 * If the thread can run on the last cpu and the affinity has not
1303 * Skip SMT, identical groups and caches with expired affinity.
1304 * Interrupt threads affinity i
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c4353 ** numeric affinity to the value. This means that an attempt is
9752 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
9803 ** Column affinity types.
9810 ** when multiple affinity types are concatenated into a string and
9826 ** affinity value.
9831 ** Additional bit values that can be ORed with an affinity without
9832 ** changing the affinity.
9933 char *zColAff; /* String defining the affinity of each column */
10132 char *zColAff; /* String defining the affinity of each column */
10292 char affinity; /* Th member in struct:Expr
10692 char affinity; /* MakeRecord with this affinity for SRT_Set */ member in struct:Select
10748 u8 affinity; /* Affinity used when eDest==SRT_Set */ member in struct:SelectDest
58161 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
63298 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
63341 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
63724 char affinity; /* Affinity to use for comparison */ member in struct:vdbeExecUnion::OP_Ge_stack_vars
74630 char affinity; /* Affinity of the LHS of the IN */ local
74818 char affinity; /* Comparison affinity to use */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c6450 ** numeric affinity to the value. This means that an attempt is
15790 #define OP_Cast 85 /* synopsis: affinity(r[P1]) */
15796 #define OP_Affinity 91 /* synopsis: affinity(r[P1@P2]) */
17497 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
17547 ** Column affinity types.
17554 ** when multiple affinity types are concatenated into a string and
17571 ** affinity value.
17576 ** Additional bit values that can be ORed with an affinity without
17577 ** changing the affinity.
17659 char *zColAff; /* String defining the affinity o
77948 valueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal, struct ValueNewStat4Ctx *pCtx ) argument
78103 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
78132 stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, struct ValueNewStat4Ctx *pAlloc, sqlite3_value **ppVal ) argument
78252 sqlite3Stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, sqlite3_value **ppVal ) argument
86242 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
86295 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
87984 char affinity; /* Affinity to use for comparison */ local
103633 char affinity; /* Affinity of the LHS of the IN */ local
[all...]
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1320 uint8_t imode, uint8_t shared, uint32_t affinity, uint8_t savefloat)
1318 IoConnectInterrupt(kinterrupt **iobj, void *svcfunc, void *svcctx, kspin_lock *lock, uint32_t vector, uint8_t irql, uint8_t syncirql, uint8_t imode, uint8_t shared, uint32_t affinity, uint8_t savefloat) argument

Completed in 1018 milliseconds