fl                 20 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c     struct xfs_flock64 fl;
fl                 22 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c     struct flock64 fl;
fl                 40 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	fl.l_start = 0;
fl                 41 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	fl.l_whence = SEEK_SET;
fl                 42 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	fl.l_len = fcntl_struct->diskspace;
fl                 45 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	err = ioctl(fd->fd_sys, XFS_IOC_RESVSP64, &fl);
fl                 47 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_fcntl.c 	err = fcntl(fd->fd_sys, F_RESVSP64, &fl);
fl                 20 ompi/mca/pml/yalla/pml_yalla_request.c                                                  mca_pml_yalla_freelist_t *fl)
fl                 31 ompi/mca/pml/yalla/pml_yalla_request.c     PML_YALLA_FREELIST_RETURN(fl, &req->ompi.super);
fl                 41 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     struct flock fl;
fl                 57 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_type   = F_WRLCK;
fl                 58 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_whence = SEEK_SET;
fl                 59 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_start  = 0;
fl                 60 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_len    = 0;
fl                 61 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_pid    = getpid();
fl                 65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     if (fcntl(fd, F_SETLKW, &fl) == -1) {
fl                109 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_type   = F_UNLCK;  /* set to unlock same region */
fl                110 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_whence = SEEK_SET;
fl                111 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_start  = 0;
fl                112 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_len    = 0;
fl                113 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     fl.l_pid    = getpid();
fl                115 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_request_position.c     if (fcntl(fd, F_SETLK, &fl) == -1) {
fl                 43 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c     struct flock fl;
fl                100 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_type   = F_WRLCK;
fl                101 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_whence = SEEK_SET;
fl                102 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_start  = 0;
fl                103 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_len    = 0;
fl                104 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_pid    = getpid();
fl                107 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         if ( fcntl(fd_lockedfilehandle, F_SETLKW, &fl) == -1) {
fl                132 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c 	fl.l_type   = F_UNLCK;  /* set to unlock same region */
fl                133 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_whence = SEEK_SET;
fl                134 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_start  = 0;
fl                135 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_len    = 0;
fl                136 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         fl.l_pid    = getpid();
fl                138 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_seek.c         if (fcntl(fd_lockedfilehandle, F_SETLK, &fl) == -1) {
fl                 41 opal/class/opal_free_list.c static void opal_free_list_construct(opal_free_list_t* fl)
fl                 43 opal/class/opal_free_list.c     OBJ_CONSTRUCT(&fl->fl_lock, opal_mutex_t);
fl                 44 opal/class/opal_free_list.c     OBJ_CONSTRUCT(&fl->fl_condition, opal_condition_t);
fl                 45 opal/class/opal_free_list.c     fl->fl_max_to_alloc = 0;
fl                 46 opal/class/opal_free_list.c     fl->fl_num_allocated = 0;
fl                 47 opal/class/opal_free_list.c     fl->fl_num_per_alloc = 0;
fl                 48 opal/class/opal_free_list.c     fl->fl_num_waiting = 0;
fl                 49 opal/class/opal_free_list.c     fl->fl_frag_size = sizeof(opal_free_list_item_t);
fl                 50 opal/class/opal_free_list.c     fl->fl_frag_alignment = 0;
fl                 51 opal/class/opal_free_list.c     fl->fl_payload_buffer_size = 0;
fl                 52 opal/class/opal_free_list.c     fl->fl_payload_buffer_alignment = 0;
fl                 53 opal/class/opal_free_list.c     fl->fl_frag_class = OBJ_CLASS(opal_free_list_item_t);
fl                 54 opal/class/opal_free_list.c     fl->fl_mpool = NULL;
fl                 55 opal/class/opal_free_list.c     fl->fl_rcache = NULL;
fl                 57 opal/class/opal_free_list.c     fl->fl_rcache_reg_flags = MCA_RCACHE_FLAGS_CACHE_BYPASS |
fl                 59 opal/class/opal_free_list.c     fl->ctx = NULL;
fl                 60 opal/class/opal_free_list.c     OBJ_CONSTRUCT(&(fl->fl_allocations), opal_list_t);
fl                 63 opal/class/opal_free_list.c static void opal_free_list_allocation_release (opal_free_list_t *fl, opal_free_list_memory_t *fl_mem)
fl                 65 opal/class/opal_free_list.c     if (NULL != fl->fl_rcache) {
fl                 66 opal/class/opal_free_list.c         fl->fl_rcache->rcache_deregister (fl->fl_rcache, fl_mem->registration);
fl                 69 opal/class/opal_free_list.c     if (NULL != fl->fl_mpool) {
fl                 70 opal/class/opal_free_list.c         fl->fl_mpool->mpool_free (fl->fl_mpool, fl_mem->ptr);
fl                 80 opal/class/opal_free_list.c static void opal_free_list_destruct(opal_free_list_t *fl)
fl                 86 opal/class/opal_free_list.c     if(opal_list_get_size(&fl->super) != fl->fl_num_allocated) {
fl                 88 opal/class/opal_free_list.c             fl->fl_num_allocated, opal_list_get_size(&fl->super),
fl                 89 opal/class/opal_free_list.c             fl->super.super.cls_init_file_name, fl->super.super.cls_init_lineno);
fl                 93 opal/class/opal_free_list.c     while(NULL != (item = opal_lifo_pop(&(fl->super)))) {
fl                102 opal/class/opal_free_list.c     while(NULL != (item = opal_list_remove_first(&fl->fl_allocations))) {
fl                103 opal/class/opal_free_list.c         opal_free_list_allocation_release (fl, (opal_free_list_memory_t *) item);
fl                106 opal/class/opal_free_list.c     OBJ_DESTRUCT(&fl->fl_allocations);
fl                107 opal/class/opal_free_list.c     OBJ_DESTRUCT(&fl->fl_condition);
fl                108 opal/class/opal_free_list.c     OBJ_DESTRUCT(&fl->fl_lock);
fl                234 opal/class/opal_free_list.h #define OPAL_FREE_LIST_GET(fl, item)            \
fl                235 opal/class/opal_free_list.h     (item) = opal_free_list_get (fl)
fl                250 opal/class/opal_free_list.h #define OPAL_FREE_LIST_WAIT(fl, item)           \
fl                251 opal/class/opal_free_list.h     (item) = opal_free_list_wait (fl)
fl                253 opal/class/opal_free_list.h static inline opal_free_list_item_t *opal_free_list_wait_mt (opal_free_list_t *fl)
fl                256 opal/class/opal_free_list.h         (opal_free_list_item_t *) opal_lifo_pop_atomic (&fl->super);
fl                259 opal/class/opal_free_list.h         if (!opal_mutex_trylock (&fl->fl_lock)) {
fl                260 opal/class/opal_free_list.h             if (fl->fl_max_to_alloc <= fl->fl_num_allocated ||
fl                261 opal/class/opal_free_list.h                 OPAL_SUCCESS != opal_free_list_grow_st (fl, fl->fl_num_per_alloc, &item)) {
fl                262 opal/class/opal_free_list.h                 fl->fl_num_waiting++;
fl                263 opal/class/opal_free_list.h                 opal_condition_wait (&fl->fl_condition, &fl->fl_lock);
fl                264 opal/class/opal_free_list.h                 fl->fl_num_waiting--;
fl                266 opal/class/opal_free_list.h                 if (0 < fl->fl_num_waiting) {
fl                267 opal/class/opal_free_list.h                     if (1 == fl->fl_num_waiting) {
fl                268 opal/class/opal_free_list.h                         opal_condition_signal (&fl->fl_condition);
fl                270 opal/class/opal_free_list.h                         opal_condition_broadcast (&fl->fl_condition);
fl                279 opal/class/opal_free_list.h             opal_mutex_lock (&fl->fl_lock);
fl                281 opal/class/opal_free_list.h         opal_mutex_unlock (&fl->fl_lock);
fl                283 opal/class/opal_free_list.h             item = (opal_free_list_item_t *) opal_lifo_pop_atomic (&fl->super);
fl                290 opal/class/opal_free_list.h static inline opal_free_list_item_t *opal_free_list_wait_st (opal_free_list_t *fl)
fl                293 opal/class/opal_free_list.h         (opal_free_list_item_t *) opal_lifo_pop (&fl->super);
fl                296 opal/class/opal_free_list.h         if (fl->fl_max_to_alloc <= fl->fl_num_allocated ||
fl                297 opal/class/opal_free_list.h             OPAL_SUCCESS != opal_free_list_grow_st (fl, fl->fl_num_per_alloc, &item)) {
fl                302 opal/class/opal_free_list.h             item = (opal_free_list_item_t *) opal_lifo_pop (&fl->super);
fl                309 opal/class/opal_free_list.h static inline opal_free_list_item_t *opal_free_list_wait (opal_free_list_t *fl)
fl                312 opal/class/opal_free_list.h         return opal_free_list_wait_mt (fl);
fl                314 opal/class/opal_free_list.h         return opal_free_list_wait_st (fl);
fl                370 opal/class/opal_free_list.h #define OPAL_FREE_LIST_RETURN(fl, item)         \
fl                371 opal/class/opal_free_list.h     opal_free_list_return (fl, item)
fl                 62 opal/mca/btl/ofi/btl_ofi_frag.h static inline mca_btl_ofi_base_frag_t *mca_btl_ofi_frag_alloc (mca_btl_ofi_module_t *ofi_btl, opal_free_list_t *fl,
fl                 65 opal/mca/btl/ofi/btl_ofi_frag.h     mca_btl_ofi_base_frag_t *frag = (mca_btl_ofi_base_frag_t *) opal_free_list_get (fl);
fl                 68 opal/mca/btl/ofi/btl_ofi_frag.h         frag->free_list = fl;
fl                 17 opal/mca/btl/uct/btl_uct_frag.h static inline mca_btl_uct_base_frag_t *mca_btl_uct_frag_alloc (mca_btl_uct_module_t *uct_btl, opal_free_list_t *fl,
fl                 20 opal/mca/btl/uct/btl_uct_frag.h     mca_btl_uct_base_frag_t *frag = (mca_btl_uct_base_frag_t *) opal_free_list_get (fl);
fl                 22 opal/mca/btl/uct/btl_uct_frag.h         frag->free_list = fl;
fl                 45 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     struct flock fl = {0};                                  \
fl                 46 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     fl.l_type = operation;                                  \
fl                 47 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     fl.l_whence = SEEK_SET;                                 \
fl                 49 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         if( 0 > fcntl(lockfd, F_SETLKW, &fl) ) {            \
fl               1038 orte/mca/state/base/state_base_fns.c     struct flock fl;
fl               1067 orte/mca/state/base/state_base_fns.c         fl.l_type = F_WRLCK;
fl               1068 orte/mca/state/base/state_base_fns.c         fl.l_whence = 0;
fl               1069 orte/mca/state/base/state_base_fns.c         fl.l_start = 0;
fl               1070 orte/mca/state/base/state_base_fns.c         fl.l_len = 0;
fl               1071 orte/mca/state/base/state_base_fns.c         if (-1 == fcntl(i, F_GETLK, &fl)) {
fl               1099 orte/mca/state/base/state_base_fns.c         if (flk && F_UNLCK != fl.l_type) {
fl               1100 orte/mca/state/base/state_base_fns.c             if (F_WRLCK == fl.l_type) {