Searched refs:load (Results 51 - 75 of 314) sorted by relevance

1234567891011>>

/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dstore_local.h108 OSSL_STORE_load_fn load; member in struct:ossl_store_loader_st
H A Dstore_register.c98 loader->load = load_function;
171 if (loader->open == NULL || loader->load == NULL || loader->eof == NULL
213 template.load = NULL;
247 template.load = NULL;
/freebsd-12-stable/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile19 load-index.c \
/freebsd-12-stable/usr.bin/svn/svnfsfs/
H A DMakefile12 load-index-cmd.c \
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_processor_tbl.c59 int32_t load; /* average cpu usage */ member in struct:processor_entry
85 /* periodic timer used to get cpu load stats */
151 e->load = get_avg_load(e);
189 entry->load = 0;
321 * CPU load.
427 value->v.integer = entry->load;
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl202 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
207 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
228 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nlo]
246 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
271 ldr $len,[sp,#32] @ re-load $len/end
306 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
311 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
330 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nlo]
348 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
434 vld1.64 $IN#hi,[r1]! @ load
[all...]
/freebsd-12-stable/sys/arm/arm/
H A Dmpcore_timer.c187 uint32_t load, count; local
197 load = ((uint32_t)et->et_frequency * period) >> 32;
200 load = 0;
205 count = load;
207 tmr_prv_write_4(sc, PRV_TIMER_LOAD, load);
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S14 vld1.64 {q9},[r1] @ load input H
63 vld1.64 {q9},[r0] @ load Xi
65 vld1.64 {q12,q13},[r1] @ load twisted H, ...
105 vld1.64 {q0},[r0] @ load [rotated] Xi
121 vld1.64 {q12,q13},[r1]! @ load twisted H, ..., H^2
126 vld1.64 {q8},[r2]! @ load [rotated] I[0]
134 vld1.64 {q9},[r2],r12 @ load [rotated] I[1]
157 vld1.64 {q8},[r2],r12 @ load [rotated] I[i+2]
166 vld1.64 {q9},[r2],r12 @ load [rotated] I[i+3]
H A Dghash-armv4.S62 ldmia r7,{r4,r5,r6,r7} @ load Htbl[nlo]
67 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
88 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nlo]
106 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
131 ldr r3,[sp,#32] @ re-load r3/end
223 ldmia r7,{r4,r5,r6,r7} @ load Htbl[nlo]
228 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
247 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nlo]
265 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
358 vld1.64 d7,[r1]! @ load
[all...]
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl107 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key
154 ld [$ctx+32+0],$r1 ! load key
159 ld [$ctx+0],$h1 ! load hash value
180 ldxa [$inp+%g0]0x88,$d0 ! load little-endian input
293 ldx [$ctx+32+0],$R0 ! load key
296 ldx [$ctx+0],$H0 ! load hash value
312 ldxa [$inp+%g0]0x88,$D0 ! load little-endian input
378 ld [$ctx+0],$h1 ! load hash value
392 ld [$nonce+0],$r0 ! load nonce
469 ldd [%o7+8*0],$two0 ! load constant
[all...]
/freebsd-12-stable/stand/i386/isoboot/
H A Disoboot.c103 static void load(void);
276 * keypress, or in case of failure, try to load a kernel
280 load();
282 load();
284 load();
309 load();
324 load(void) function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp66 args_type load() const { function in struct:__sanitizer::StackDepotNode
146 return map_[idx].desc->load();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DPrettyStackTrace.cpp186 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed);
279 GlobalSigInfoGenerationCounter.load(std::memory_order_relaxed);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointList.h127 /// \param[in] load
131 /// If \a load is \b false, then delete breakpoint locations when
133 void UpdateBreakpoints(ModuleList &module_list, bool load,
/freebsd-12-stable/contrib/unbound/contrib/
H A Dunbound_cache.cmd3 rem -- DNS cache save/load script
99 echo filename - file to save/load dumped cache. If not specified, %program_path%\%fname% will be used instead.
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmonitor.h112 char *load; /* load command */ member in struct:monitor_ops
113 char *loadresp; /* Response to load command */
/freebsd-12-stable/sys/dev/drm/
H A Dsavage_drv.c50 dev->driver->load = savage_driver_load;
H A Dvia_drv.c51 dev->driver->load = via_driver_load;
/freebsd-12-stable/sys/x86/x86/
H A Ducode.c62 int (*load)(void *, bool, uint64_t *, uint64_t *); member in struct:ucode_ops
67 .load = ucode_intel_load,
277 (void)ucode_loader->load(ucode_data, false, NULL, NULL);
309 * Search for an applicable microcode update, and load it. APs will load the
363 error = ucode_loader->load(match, false, &nrev, &orev);
/freebsd-12-stable/tools/sched/
H A Dschedgraph.d70 sched:::load-change
73 printf("%d %d KTRGRAPH group:\"load\", id:\"global load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[1]);
76 sched:::load-change
79 printf("%d %d KTRGRAPH group:\"load\", id:\"CPU %d load\", counter:\"%d\", attributes: \"none\"\n", cpu, timestamp, args[0], args[1]);
/freebsd-12-stable/contrib/file/python/
H A Dmagic.py184 def load(self, filename=None): member in class:Magic
186 Must be called to load entries in the colon separated list of database
245 mime_magic.load()
247 none_magic.load()
/freebsd-12-stable/stand/efi/boot1/
H A Dzfs_module.c139 load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) function
153 DPRINTF("load: '%s' spa: '%s', devpath: %S\n", filepath,
159 DPRINTF("Failed to load pool '%s' (%d)\n", spa->spa_name, err);
187 printf("Failed to allocate load buffer %jd for pool '%s' for '%s' ",
242 .load = load,
/freebsd-12-stable/usr.bin/bc/
H A Dbc.y268 $$ = node($1.load, $3, cs($2), $1.store,
579 $$ = node($1.load, END_NODE);
630 $$ = node($2.load, cs("1+d"), $2.store,
635 $$ = node($2.load, cs("1-d"),
640 $$ = node($1.load, cs("d1+"),
645 $$ = node($1.load, cs("d1-"),
654 $$ = node($1.load, $3, cs($2), cs("d"),
714 $$.load = node(cs("l"), letter_node($1),
722 $$.load = node($3, cs(";"),
730 $$.load
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_mirror.c72 * The load configuration settings below are tuned by default for
81 /* Rotating media load calculation configuration. */
85 &rotating_inc, 0, "Rotating media load increment for non-seeking I/O's");
91 &rotating_seek_inc, 0, "Rotating media load increment for seeking I/O's");
101 /* Non-rotating media load calculation configuration. */
106 "Non-rotating media load increment for non-seeking I/O's");
113 "Non-rotating media load increment for seeking I/O's");
156 int load; local
168 /* Standard load based on pending queue length. */
169 load
[all...]
/freebsd-12-stable/sys/kern/
H A Dsched_ule.c32 * performance under load even on uni-processor systems.
86 #define TDQ_LOADNAME_LEN (sizeof("CPU ") + sizeof(__XSTRING(MAXCPU)) - 1 + sizeof(" load"))
229 * tdq_lock. The load and lowpri may be accessed without to avoid excess
240 volatile int tdq_load; /* Aggregate load. */
242 int tdq_sysload; /* For loadavg, !ITHD load. */
534 * Load is maintained for all threads RUNNING and ON_RUNQ. Add the load
547 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load);
552 * Remove the load from a thread that is transitioning to a sleep state or
562 ("tdq_load_rem: Removing with 0 load on queue %d", TDQ_ID(tdq)));
567 KTR_COUNTER0(KTR_SCHED, "load", td
580 int load; local
675 int cpu, i, hload, lload, load, total, rnd; local
2473 int load; local
[all...]

Completed in 356 milliseconds

1234567891011>>