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

/freebsd-10.1-release/tools/tools/netmap/
H A Dpkt-gen.c83 #include <pthread_np.h> /* pthread w/ affinity */
194 int affinity; member in struct:glob_arg
224 int affinity; member in struct:targ
460 /* set the thread affinity. */
469 /* Set thread affinity affinity.*/
474 D("Unable to set affinity: %s", strerror(errno));
1046 if (setaffinity(targ->thread, targ->affinity))
1215 if (setaffinity(targ->thread, targ->affinity))
1430 if (g->affinity >
[all...]
/freebsd-10.1-release/sys/kern/
H A Dsched_ule.c93 u_char ts_cpu; /* CPU that we have affinity for. */
94 int ts_rltick; /* Real last tick, for affinity. */
263 #define SCHED_AFFINITY(ts, t) ((ts)->ts_rltick > ticks - ((t) * affinity))
270 static int affinity; variable
1004 * steal one here. If we fail to acquire one due to affinity
1199 SCHED_STAT_DEFINE(pickcpu_idle_affinity, "Picked idle cpu based on affinity");
1200 SCHED_STAT_DEFINE(pickcpu_affinity, "Picked cpu based on affinity");
1238 * If the thread can run on the last cpu and the affinity has not
1260 * Skip caches with expired affinity time and SMT groups.
1431 affinity
[all...]
/freebsd-10.1-release/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-10.1-release/contrib/sqlite3/
H A Dsqlite3.c4652 ** numeric affinity to the value. This means that an attempt is
10356 char affinity; /* One of the SQLITE_AFF_... values */ member in struct:Column
10389 ** Column affinity types.
10396 ** when multiple affinity types are concatenated into a string and
10412 ** affinity value.
10417 ** Additional bit values that can be ORed with an affinity without
10418 ** changing the affinity.
10512 char *zColAff; /* String defining the affinity of each column */
10708 char *zColAff; /* String defining the affinity of each column */
10880 char affinity; /* Th member in struct:Expr
59804 sqlite3ValueFromExpr( sqlite3 *db, Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) argument
65081 applyAffinity( Mem *pRec, char affinity, u8 enc ) argument
65124 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) argument
65517 char affinity; /* Affinity to use for comparison */ member in struct:vdbeExecUnion::OP_Ge_stack_vars
76916 char affinity; /* Affinity of the LHS of the IN */ local
77107 char affinity; /* Comparison affinity to use */ local
[all...]
/freebsd-10.1-release/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 435 milliseconds