Searched refs:my_pid (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c932 static volatile pid_t my_pid = (pid_t)(-1);
940 if (my_pid == (pid_t)(-1))
941 my_pid = my_pid2;
942 if ( my_pid != my_pid2 )
948 my_pid = my_pid2;
949 x = my_pid;
1012 pid_t apid = my_pid;
1059 my_pid = x; /* Also update the static pid. */
1332 static volatile pid_t my_pid; /* The volatile is there to make sure the
1364 my_pid
931 static volatile pid_t my_pid = (pid_t)(-1); local
1331 static volatile pid_t my_pid; /* The volatile is there to make sure the local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dagpgart.h199 pid_t my_pid; member in struct:agp_file_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dfrontend.c222 if (curr->my_pid == pid)
652 controller = agp_find_controller_by_pid(priv->my_pid);
663 agp_remove_client(priv->my_pid);
689 priv->my_pid = current->pid;
772 controller = agp_find_controller_by_pid(priv->my_pid);
777 controller = agp_create_controller(priv->my_pid);
989 if (agp_fe.current_controller->pid != curr_priv->my_pid) {
H A Dcompat_ioctl.c229 if (agp_fe.current_controller->pid != curr_priv->my_pid) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c158 static int my_pid; variable
321 my_pid = getpid();
327 srand((long) my_pid);
2111 kill(my_pid, SIGCONT);
2123 kill(my_pid, SIGTSTP);

Completed in 49 milliseconds