Searched refs:stop_count (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | fstime.c | 94 void stop_count(); 275 signal(SIGALRM, stop_count); in w_test() 287 stop_count(); in w_test() 332 signal(SIGALRM, stop_count); in r_test() 347 stop_count(); in r_test() 396 signal(SIGALRM, stop_count); in c_test() 414 stop_count(); in c_test() 435 stop_count(); in c_test() 456 void stop_count(void) in stop_count() function
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | tsc_sync.c | 247 static atomic_t stop_count; variable 389 while (atomic_read(&stop_count) != cpus-1) in check_tsc_sync_source() 428 atomic_inc(&stop_count); in check_tsc_sync_source() 484 atomic_inc(&stop_count); in check_tsc_sync_target() 489 while (atomic_read(&stop_count) != cpus) in check_tsc_sync_target() 495 atomic_set(&stop_count, 0); in check_tsc_sync_target()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | mite.c | 308 u32 stop_count = cmd->stop_arg * comedi_bytes_per_scan(s); in mite_sync_output_dma() local 312 bool finite_regen = (cmd->stop_src == TRIG_NONE && stop_count != 0); in mite_sync_output_dma() 317 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_lb - stop_count) > 0) in mite_sync_output_dma() 318 nbytes_lb = stop_count; in mite_sync_output_dma() 320 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_ub - stop_count) > 0) in mite_sync_output_dma() 321 nbytes_ub = stop_count; in mite_sync_output_dma() 323 if ((!finite_regen || stop_count > old_alloc_count) && in mite_sync_output_dma()
|
| H A D | ni_mio_common.c | 2171 unsigned int stop_count; in ni_ai_cmd() local 2234 stop_count = cmd->stop_arg - 1; in ni_ai_cmd() 2238 stop_count += num_adc_stages_611x; in ni_ai_cmd() 2241 ni_stc_writel(dev, stop_count, NISTC_AI_SC_LOADA_REG); in ni_ai_cmd() 2250 if (stop_count == 0) { in ni_ai_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/au0828/ |
| H A D | au0828-dvb.c | 289 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed() 318 dvb->stop_count++; in au0828_dvb_stop_feed() 320 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed() 497 dvb->stop_count = 0; in dvb_register()
|
| H A D | au0828.h | 96 int stop_count; member
|
| /OK3568_Linux_fs/buildroot/package/libsvgtiny/ |
| H A D | 0001-disable-debug-printfs.patch | 125 stop_count = state->linear_gradient_stop_count;
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace.c | 1822 if (tr->stop_count) in update_max_tr() 1866 if (tr->stop_count) in update_max_tr_single() 2278 return global_trace.stop_count; in is_tracing_stopped() 2296 if (--global_trace.stop_count) { in tracing_start() 2297 if (global_trace.stop_count < 0) { in tracing_start() 2300 global_trace.stop_count = 0; in tracing_start() 2338 if (--tr->stop_count) { in tracing_start_tr() 2339 if (tr->stop_count < 0) { in tracing_start_tr() 2342 tr->stop_count = 0; in tracing_start_tr() 2367 if (global_trace.stop_count++) in tracing_stop() [all …]
|
| H A D | trace.h | 338 int stop_count; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.c | 28062 uint32 stop_count; 28064 "gdb_proxy_stop_count", &stop_count, sizeof(stop_count), NULL, 0); 28072 uint32 stop_count; 28074 "gdb_proxy_stop_count", &stop_count, sizeof(stop_count), NULL, 0);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.c | 27943 uint32 stop_count; 27945 "gdb_proxy_stop_count", &stop_count, sizeof(stop_count), NULL, 0); 27953 uint32 stop_count; 27955 "gdb_proxy_stop_count", &stop_count, sizeof(stop_count), NULL, 0);
|