Searched refs:fl (Results 1 – 5 of 5) sorted by relevance
/xen/xen/common/ |
A D | xmalloc_tlsf.c | 133 *fl = 0; in MAPPING_SEARCH() 140 *fl = flsl(*r) - 1; in MAPPING_SEARCH() 142 *fl -= FLI_OFFSET; in MAPPING_SEARCH() 159 *fl = 0; in MAPPING_INSERT() 164 *fl = flsl(r) - 1; in MAPPING_INSERT() 166 *fl -= FLI_OFFSET; in MAPPING_INSERT() 187 *fl = ffs(p->fl_bitmap & (~0u << (*fl + 1))) - 1; in FIND_SUITABLE_BLOCK() 265 p->matrix[fl][sl] = b; in INSERT_BLOCK() 277 int fl, sl; in ADD_REGION() local 378 int fl, sl; in xmem_pool_alloc() local [all …]
|
/xen/tools/libxc/ |
A D | xc_suspend.c | 48 struct flock fl; in lock_suspend_event() local 66 memset(&fl, 0, sizeof(fl)); in lock_suspend_event() 67 fl.l_type = F_WRLCK; in lock_suspend_event() 68 fl.l_whence = SEEK_SET; in lock_suspend_event() 69 fl.l_len = 1; in lock_suspend_event() 70 r = fcntl(fd, F_SETLK, &fl); in lock_suspend_event()
|
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 562 struct flock fl; in acquire_lock() local 568 fl.l_type = F_WRLCK; in acquire_lock() 569 fl.l_whence = SEEK_SET; in acquire_lock() 570 fl.l_start = 0; in acquire_lock() 571 fl.l_len = 0; in acquire_lock() 583 rc = fcntl(fd_lock, F_SETLKW, &fl); in acquire_lock() 597 struct flock fl; in release_lock() local 604 fl.l_type = F_UNLCK; in release_lock() 605 fl.l_whence = SEEK_SET; in release_lock() 606 fl.l_start = 0; in release_lock() [all …]
|
/xen/tools/xenstore/ |
A D | tdb.c | 195 struct flock fl; in tdb_brlock() local 205 fl.l_type = rw_type; in tdb_brlock() 206 fl.l_whence = SEEK_SET; in tdb_brlock() 207 fl.l_start = offset; in tdb_brlock() 208 fl.l_len = 1; in tdb_brlock() 209 fl.l_pid = 0; in tdb_brlock() 212 ret = fcntl(tdb->fd,lck_type,&fl); in tdb_brlock()
|
/xen/tools/libxl/ |
A D | libxl.c | 719 int fcntlgetop, int fcntlsetop, const char *fl, in fd_set_flags() argument 727 LOGE(ERROR, "fcntl(,F_GET%s) failed", fl); in fd_set_flags() 739 LOGE(ERROR, "fcntl(,F_SET%s) failed", fl); in fd_set_flags()
|
Completed in 14 milliseconds