Searched refs:current (Results 351 - 365 of 365) sorted by relevance

<<1112131415

/freebsd-11-stable/sys/mips/mips/
H A Dexception.S1160 * Send a floating point exception signal to the current process.
1164 PTR_L a0, PC_CURTHREAD(a0) # get current thread
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_stream.c731 info.current = 0;
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_provider.c918 current->comm);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp96 /* Calculate the identifier of the current thread */
1170 // No proc_bind clause was specified, so use the current value
1431 /* setup current data */
1659 master_tid); // TODO: get nproc directly from current task
1954 // No proc_bind clause specified; use current proc-bind-var for this
2270 /* setup current data */
2665 // The current setting won't be changed. The last valid setting will be
2974 "current entries=%d\n",
3073 __kmp_get_schedule_global(); // get current state of scheduling globals
3121 __kmp_get_schedule_global(); // get current stat
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c188 /* Expand TABLE to twice its current chain_count. */
399 /* BINDING records an existing declaration for a name in the current scope.
550 /* Record a decl-node X as belonging to the current lexical scope.
584 scope of the current namespace, not the current
1025 /* Record a decl-node X as belonging to the current lexical scope. */
1041 /* Add this decl to the current binding level, but not if it comes
1095 /* And put DECL on the list of things declared by the current
1321 /* We're about to leave current scope. Pop the top of the stack of
1420 we're not allowed to add any more objects with cleanups to the current
4325 is_associated_namespace(tree current, tree scope) argument
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c2765 ** at the current read position */
3178 if (current == service->state->slot_handler_thread) {
3236 (current == service->state->slot_handler_thread)) {
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.cpp301 fprintf(stderr, "current line is\n");
1091 error("can't switch environments when current environment is dummy");
2080 // current line should not be empty.
2168 it will output foo on the current page, and bar on the next page;
2177 everything will be output on the current page. This behaviour must be
2184 provided that the current environment is not empty at the end of the
2188 even if the current environment is empty at the end of the input file.
2190 then we'll force everything out on the current page, but we'll make
3401 error("no current hyphenation language");
3857 error("no current hyphenatio
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c747 id_priv->owner = task_pid_nr(current);
3678 id_priv->owner = task_pid_nr(current);
H A Dib_uverbs_cmd.c365 ucontext->tgid = get_pid(task_pid_group_leader(current));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp503 // current ABI.
2084 /// \param AggregateSize - The size of the current aggregate in
2271 const ABIArgInfo &current) const;
3912 const ABIArgInfo &current) const {
3922 return current;
6456 /// Checks if the type is unsupported directly by the current target.
8358 // Finish the current 64-bit word.
9717 // Determine the number of GPRs needed to pass the current argument
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1424 ** sqlite3_exec(), then execution of the current statement stops and
1884 ** opcode causes the xFileControl method to write the current state of
1894 ** current transaction. This hint is not guaranteed to be accurate but it
1904 ** current limit. Otherwise the limit is set to the larger of the value
1905 ** of the integer pointed to and the current database size. The integer
1967 ** into the array entry, allowing the current retry settings to be
1983 ** WAL mode. If the integer is -1, then it is overwritten with the current
1993 ** mode. If the integer is -1, then it is overwritten with the current
1999 ** reason, the entire database file will be overwritten by the current
2058 ** current operatio
109056 StatSample current; /* Current row as a StatSample */ member in struct:StatAccum
155506 WindowCsrAndReg current; member in struct:WindowCodeArg
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure2491 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2492 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
6967 # Run this file to recreate the current configuration.
7387 from templates according to the current configuration. Unless the files
/freebsd-11-stable/contrib/file/
H A Dconfigure2500 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2501 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2673 # Do 'set' in a subshell so we don't clobber the current shell's
4338 # the current directory while Tru64 will put them in the object
15329 # Run this file to recreate the current configuration.
15749 from templates according to the current configuration. Unless the files
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c626 static SYSCTL_NODE(_debug_softdep, OID_AUTO, current, CTLFLAG_RW, 0,
627 "current dependencies allocated");
629 "current dependencies written");
6418 * is the current total and length is the new file size.
8175 * arranges for the current level to be freed when subordinates
10596 * the current b_data is not a perfect superset of the available
11179 * If we have reached the end of the current list without
11182 * be freed until they are moved to the current list.
14291 * the current number and the total number allocated. These will
/freebsd-11-stable/contrib/apr/
H A Dconfigure2707 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2708 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
27094 # note: the current APR use of shared mutex requires /dev/zero
27465 proc_mutex_lock_it.l_whence = SEEK_SET; /* from current point */
30429 # Run this file to recreate the current configuration.
30849 from templates according to the current configuration. Unless the files

Completed in 829 milliseconds

<<1112131415