Searched refs:uc (Results 1 – 8 of 8) sorted by relevance
428 struct udp_cache *uc; in svcudp_enablecache() local436 if (uc == NULL) in svcudp_enablecache()441 uc->uc_size = size; in svcudp_enablecache()442 uc->uc_nextvictim = 0; in svcudp_enablecache()444 if (uc->uc_entries == NULL) in svcudp_enablecache()451 if (uc->uc_fifo == NULL) in svcudp_enablecache()457 su->su_cache = (char *) uc; in svcudp_enablecache()479 victim = uc->uc_fifo[uc->uc_nextvictim]; in cache_set()526 uc->uc_fifo[uc->uc_nextvictim++] = victim; in cache_set()527 uc->uc_nextvictim %= uc->uc_size; in cache_set()[all …]
35 unsigned char uc = stream->__ungot[(stream->__modeflags--) & 1]; in __fgetc_unlocked() local38 return uc; in __fgetc_unlocked()65 unsigned char uc; in __fgetc_unlocked() local66 if (__stdio_READ(stream, &uc, 1)) { in __fgetc_unlocked()67 return uc; in __fgetc_unlocked()
61 unsigned char uc = (unsigned char) c; in __fputc_unlocked() local62 if (! __stdio_WRITE(stream, &uc, 1)) { in __fputc_unlocked()
46 struct ucontext *uc) in __pthread_sighandler_rt() argument64 __sighandler[signo].rt(signo, si, uc); in __pthread_sighandler_rt()
451 struct ucontext *uc);
107 struct ucontext *uc) in pthread_sighandler_rt() argument123 sighandler[signo].rt(signo, si, uc); in pthread_sighandler_rt()
464 struct ucontext *uc);
885 Jack Howarth <howarth@bromo.med.uc.edu>
Completed in 13 milliseconds