Home
last modified time | relevance | path

Searched refs:khttpd_stopCount (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/khttpd/
Dmain.c108 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()
Dsysctl.h18 extern atomic_t khttpd_stopCount;
Dsysctl.c67 atomic_t khttpd_stopCount; variable
325 atomic_inc(&khttpd_stopCount); in khttpd_stop_wrap_proc_dointvec()