Searched refs:khttpd_stopCount (Results 1 – 3 of 3) sorted by relevance
108 old_stop_count = atomic_read(&khttpd_stopCount); in MainDaemon()134 while (old_stop_count == atomic_read(&khttpd_stopCount)) in MainDaemon()273 old_stop_count = atomic_read(&khttpd_stopCount); in ManagementDaemon()274 while ( ( old_stop_count == atomic_read(&khttpd_stopCount)) in ManagementDaemon()294 atomic_inc(&khttpd_stopCount); in ManagementDaemon()324 atomic_set(&khttpd_stopCount,0); in khttpd_init()
18 extern atomic_t khttpd_stopCount;
67 atomic_t khttpd_stopCount; variable325 atomic_inc(&khttpd_stopCount); in khttpd_stop_wrap_proc_dointvec()