HomeSort by: relevance | last modified time | path
    Searched defs:fd_getfile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_descrip.c 354 fd_getfile(unsigned fd) function in typeref:typename:file_t *
395 * C. fd_getfile atomic_inc_uint(&ff->ff_refcnt)
396 * D. fd_getfile load fp = ff->ff_file
407 * the same that fd_getfile ends up with an fp that's
411 * making C an acquire operation in fd_getfile, since
417 * sequenced before D in fd_getfile, we
418 * guarantee A happens before D, so fd_getfile
421 * - C happens before B. Then fd_getfile may read
442 * Release a reference to a file descriptor acquired with fd_getfile().
502 * Convenience wrapper around fd_getfile() that returns referenc
    [all...]
kern_descrip.c 354 fd_getfile(unsigned fd) function in typeref:typename:file_t *
395 * C. fd_getfile atomic_inc_uint(&ff->ff_refcnt)
396 * D. fd_getfile load fp = ff->ff_file
407 * the same that fd_getfile ends up with an fp that's
411 * making C an acquire operation in fd_getfile, since
417 * sequenced before D in fd_getfile, we
418 * guarantee A happens before D, so fd_getfile
421 * - C happens before B. Then fd_getfile may read
442 * Release a reference to a file descriptor acquired with fd_getfile().
502 * Convenience wrapper around fd_getfile() that returns referenc
    [all...]

Completed in 20 milliseconds