KM_SLEEP 77 fs/xfs/linux-2.6/kmem.c unsigned int kmflags = (flags & ~KM_SLEEP) | KM_NOSLEEP; KM_SLEEP 45 fs/xfs/linux-2.6/kmem.h BUG_ON(flags & ~(KM_SLEEP|KM_NOSLEEP|KM_NOFS|KM_MAYFAIL|KM_LARGE)); KM_SLEEP 92 fs/xfs/linux-2.6/xfs_buf.c (((flags) & XBF_DONT_BLOCK) ? KM_NOFS : KM_SLEEP) KM_SLEEP 1386 fs/xfs/linux-2.6/xfs_buf.c sizeof(xfs_bufhash_t), KM_SLEEP | KM_LARGE); KM_SLEEP 1557 fs/xfs/linux-2.6/xfs_buf.c btp = kmem_zalloc(sizeof(*btp), KM_SLEEP); KM_SLEEP 873 fs/xfs/linux-2.6/xfs_super.c return kmem_zone_alloc(xfs_vnode_zone, KM_SLEEP); KM_SLEEP 961 fs/xfs/linux-2.6/xfs_super.c work = kmem_alloc(sizeof(struct bhv_vfs_sync_work), KM_SLEEP); KM_SLEEP 664 fs/xfs/quota/xfs_dquot_item.c qf = (xfs_qoff_logitem_t*) kmem_zalloc(sizeof(xfs_qoff_logitem_t), KM_SLEEP); KM_SLEEP 125 fs/xfs/quota/xfs_qm.c KM_SLEEP | KM_MAYFAIL | KM_LARGE); KM_SLEEP 126 fs/xfs/quota/xfs_qm.c gdqhash = kmem_zalloc(hsize, KM_SLEEP | KM_LARGE); KM_SLEEP 130 fs/xfs/quota/xfs_qm.c xqm = kmem_zalloc(sizeof(xfs_qm_t), KM_SLEEP); KM_SLEEP 1128 fs/xfs/quota/xfs_qm.c qinf = mp->m_quotainfo = kmem_zalloc(sizeof(xfs_quotainfo_t), KM_SLEEP); KM_SLEEP 1559 fs/xfs/quota/xfs_qm.c map = kmem_alloc(XFS_DQITER_MAP_SIZE * sizeof(*map), KM_SLEEP); KM_SLEEP 2356 fs/xfs/quota/xfs_qm.c *O_dqpp = kmem_zone_zalloc(xfs_Gqm->qm_dqzone, KM_SLEEP); KM_SLEEP 1296 fs/xfs/quota/xfs_qm_syscalls.c d = kmem_zalloc(sizeof(xfs_dqtest_t), KM_SLEEP); KM_SLEEP 1429 fs/xfs/quota/xfs_qm_syscalls.c sizeof(xfs_dqhash_t), KM_SLEEP); KM_SLEEP 1431 fs/xfs/quota/xfs_qm_syscalls.c sizeof(xfs_dqhash_t), KM_SLEEP); KM_SLEEP 902 fs/xfs/quota/xfs_trans_dquot.c (tp)->t_dqinfo = kmem_zone_zalloc(xfs_Gqm->qm_dqtrxzone, KM_SLEEP); KM_SLEEP 67 fs/xfs/support/ktrace.c if (sleep & KM_SLEEP) KM_SLEEP 89 fs/xfs/support/ktrace.c if (sleep & KM_SLEEP) KM_SLEEP 110 fs/xfs/support/uuid.c KM_SLEEP); KM_SLEEP 79 fs/xfs/xfs_acl.h #define _ACL_ALLOC(a) ((a) = kmem_zone_alloc(xfs_acl_zone, KM_SLEEP)) KM_SLEEP 2210 fs/xfs/xfs_alloc.c sizeof(xfs_perag_busy_t), KM_SLEEP); KM_SLEEP 471 fs/xfs/xfs_attr_leaf.c tmpbuffer = kmem_alloc(size, KM_SLEEP); KM_SLEEP 633 fs/xfs/xfs_attr_leaf.c sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP); KM_SLEEP 770 fs/xfs/xfs_attr_leaf.c tmpbuffer = kmem_alloc(XFS_LBSIZE(dp->i_mount), KM_SLEEP); KM_SLEEP 1202 fs/xfs/xfs_attr_leaf.c tmpbuffer = kmem_alloc(XFS_LBSIZE(mp), KM_SLEEP); KM_SLEEP 1859 fs/xfs/xfs_attr_leaf.c tmpbuffer = kmem_alloc(state->blocksize, KM_SLEEP); KM_SLEEP 2398 fs/xfs/xfs_attr_leaf.c args.value = kmem_alloc(valuelen, KM_SLEEP); KM_SLEEP 2876 fs/xfs/xfs_attr_leaf.c list = (xfs_attr_inactive_list_t *)kmem_alloc(size, KM_SLEEP); KM_SLEEP 4030 fs/xfs/xfs_bmap.c ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP); KM_SLEEP 4124 fs/xfs/xfs_bmap.c new = kmem_zone_alloc(xfs_bmap_free_item_zone, KM_SLEEP); KM_SLEEP 5905 fs/xfs/xfs_bmap.c map = kmem_alloc(subnex * sizeof(*map), KM_SLEEP); KM_SLEEP 532 fs/xfs/xfs_btree.c cur = kmem_zone_zalloc(xfs_btree_cur_zone, KM_SLEEP); KM_SLEEP 730 fs/xfs/xfs_buf_item.c KM_SLEEP); KM_SLEEP 753 fs/xfs/xfs_buf_item.c bip->bli_orig = (char *)kmem_alloc(XFS_BUF_COUNT(bp), KM_SLEEP); KM_SLEEP 755 fs/xfs/xfs_buf_item.c bip->bli_logged = (char *)kmem_zalloc(XFS_BUF_COUNT(bp) / NBBY, KM_SLEEP); KM_SLEEP 1613 fs/xfs/xfs_da_btree.c mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP); KM_SLEEP 1980 fs/xfs/xfs_da_btree.c mapp = kmem_alloc(sizeof(*mapp) * nfsb, KM_SLEEP); KM_SLEEP 2020 fs/xfs/xfs_da_btree.c bplist = kmem_alloc(sizeof(*bplist) * nmap, KM_SLEEP); KM_SLEEP 2199 fs/xfs/xfs_da_btree.c return kmem_zone_zalloc(xfs_da_state_zone, KM_SLEEP); KM_SLEEP 2259 fs/xfs/xfs_da_btree.c dabuf = kmem_zone_alloc(xfs_dabuf_zone, KM_SLEEP); KM_SLEEP 2261 fs/xfs/xfs_da_btree.c dabuf = kmem_alloc(XFS_DA_BUF_SIZE(nbuf), KM_SLEEP); KM_SLEEP 2280 fs/xfs/xfs_da_btree.c dabuf->data = kmem_alloc(BBTOB(dabuf->bbcount), KM_SLEEP); KM_SLEEP 2421 fs/xfs/xfs_da_btree.c bplist = kmem_alloc(nbuf * sizeof(*bplist), KM_SLEEP); KM_SLEEP 2447 fs/xfs/xfs_da_btree.c bplist = kmem_alloc(nbuf * sizeof(*bplist), KM_SLEEP); KM_SLEEP 568 fs/xfs/xfs_dir2.c mapp = kmem_alloc(sizeof(*mapp) * count, KM_SLEEP); KM_SLEEP 1073 fs/xfs/xfs_dir2_block.c buf = kmem_alloc(dp->i_df.if_bytes, KM_SLEEP); KM_SLEEP 800 fs/xfs/xfs_dir2_leaf.c map = kmem_alloc(map_size * sizeof(*map), KM_SLEEP); KM_SLEEP 180 fs/xfs/xfs_dir2_sf.c block = kmem_alloc(mp->m_dirblksize, KM_SLEEP); KM_SLEEP 458 fs/xfs/xfs_dir2_sf.c buf = kmem_alloc(old_isize, KM_SLEEP); KM_SLEEP 1147 fs/xfs/xfs_dir2_sf.c buf = kmem_alloc(oldsize, KM_SLEEP); KM_SLEEP 1224 fs/xfs/xfs_dir2_sf.c buf = kmem_alloc(oldsize, KM_SLEEP); KM_SLEEP 113 fs/xfs/xfs_error.c xfs_etest_fsname[i] = kmem_alloc(len + 1, KM_SLEEP); KM_SLEEP 163 fs/xfs/xfs_error.c newfmt = kmem_alloc(len, KM_SLEEP); KM_SLEEP 262 fs/xfs/xfs_extfree_item.c efip = (xfs_efi_log_item_t*)kmem_zalloc(size, KM_SLEEP); KM_SLEEP 265 fs/xfs/xfs_extfree_item.c KM_SLEEP); KM_SLEEP 559 fs/xfs/xfs_extfree_item.c efdp = (xfs_efd_log_item_t*)kmem_zalloc(size, KM_SLEEP); KM_SLEEP 562 fs/xfs/xfs_extfree_item.c KM_SLEEP); KM_SLEEP 175 fs/xfs/xfs_fsops.c KM_SLEEP); KM_SLEEP 449 fs/xfs/xfs_inode.c ip->i_afp = kmem_zone_zalloc(xfs_ifork_zone, KM_SLEEP); KM_SLEEP 519 fs/xfs/xfs_inode.c ifp->if_u1.if_data = kmem_alloc(real_size, KM_SLEEP); KM_SLEEP 646 fs/xfs/xfs_inode.c ifp->if_broot = kmem_alloc(size, KM_SLEEP); KM_SLEEP 814 fs/xfs/xfs_inode.c ip = kmem_zone_zalloc(xfs_inode_zone, KM_SLEEP); KM_SLEEP 2339 fs/xfs/xfs_inode.c KM_SLEEP); KM_SLEEP 2357 fs/xfs/xfs_inode.c KM_SLEEP); KM_SLEEP 2383 fs/xfs/xfs_inode.c new_broot = (xfs_bmbt_block_t *)kmem_alloc(new_size, KM_SLEEP); KM_SLEEP 2489 fs/xfs/xfs_inode.c ifp->if_u1.if_data = kmem_alloc(real_size, KM_SLEEP); KM_SLEEP 2500 fs/xfs/xfs_inode.c KM_SLEEP); KM_SLEEP 2504 fs/xfs/xfs_inode.c ifp->if_u1.if_data = kmem_alloc(real_size, KM_SLEEP); KM_SLEEP 357 fs/xfs/xfs_inode_item.c KM_SLEEP); KM_SLEEP 478 fs/xfs/xfs_inode_item.c KM_SLEEP); KM_SLEEP 930 fs/xfs/xfs_inode_item.c iip = ip->i_itemp = kmem_zone_zalloc(xfs_ili_zone, KM_SLEEP); KM_SLEEP 234 fs/xfs/xfs_itable.c buf = kmem_alloc(sizeof(*buf), KM_SLEEP); KM_SLEEP 393 fs/xfs/xfs_itable.c KM_SLEEP | KM_MAYFAIL | KM_LARGE); KM_SLEEP 599 fs/xfs/xfs_itable.c KM_SLEEP); KM_SLEEP 825 fs/xfs/xfs_itable.c buffer = kmem_alloc(bcount * sizeof(*buffer), KM_SLEEP); KM_SLEEP 1220 fs/xfs/xfs_log.c log = (xlog_t *)kmem_zalloc(sizeof(xlog_t), KM_SLEEP); KM_SLEEP 1279 fs/xfs/xfs_log.c kmem_zalloc(sizeof(xlog_in_core_t), KM_SLEEP); KM_SLEEP 3216 fs/xfs/xfs_log.c tic = kmem_zone_zalloc(xfs_log_ticket_zone, KM_SLEEP|KM_MAYFAIL); KM_SLEEP 1360 fs/xfs/xfs_log_recover.c item = kmem_zalloc(sizeof(xlog_recover_item_t), KM_SLEEP); KM_SLEEP 1429 fs/xfs/xfs_log_recover.c ptr = kmem_alloc(len, KM_SLEEP); KM_SLEEP 1444 fs/xfs/xfs_log_recover.c sizeof(xfs_log_iovec_t)), KM_SLEEP); KM_SLEEP 1462 fs/xfs/xfs_log_recover.c trans = kmem_zalloc(sizeof(xlog_recover_t), KM_SLEEP); KM_SLEEP 1616 fs/xfs/xfs_log_recover.c KM_SLEEP); KM_SLEEP 1642 fs/xfs/xfs_log_recover.c KM_SLEEP); KM_SLEEP 2264 fs/xfs/xfs_log_recover.c sizeof(xfs_inode_log_format_t), KM_SLEEP); KM_SLEEP 3782 fs/xfs/xfs_log_recover.c KM_SLEEP); KM_SLEEP 357 fs/xfs/xfs_mru_cache.c if (!(mru = kmem_zalloc(sizeof(*mru), KM_SLEEP))) KM_SLEEP 362 fs/xfs/xfs_mru_cache.c mru->lists = kmem_zalloc(mru->grp_count * sizeof(*mru->lists), KM_SLEEP); KM_SLEEP 451 fs/xfs/xfs_mru_cache.c elem = kmem_zone_zalloc(xfs_mru_elem_zone, KM_SLEEP); KM_SLEEP 1934 fs/xfs/xfs_rtalloc.c nmp = kmem_alloc(sizeof(*nmp), KM_SLEEP); KM_SLEEP 251 fs/xfs/xfs_trans.c tp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); KM_SLEEP 276 fs/xfs/xfs_trans.c ntp = kmem_zone_zalloc(xfs_trans_zone, KM_SLEEP); KM_SLEEP 873 fs/xfs/xfs_trans.c KM_SLEEP); KM_SLEEP 303 fs/xfs/xfs_trans_inode.c (char*)kmem_alloc(iip->ili_root_size, KM_SLEEP); KM_SLEEP 50 fs/xfs/xfs_trans_item.c kmem_alloc(sizeof(xfs_log_item_chunk_t), KM_SLEEP); KM_SLEEP 454 fs/xfs/xfs_trans_item.c kmem_alloc(sizeof(xfs_log_busy_chunk_t), KM_SLEEP); KM_SLEEP 358 fs/xfs/xfs_vfsops.c ipointer = (xfs_iptr_t *)kmem_zalloc(sizeof(xfs_iptr_t), KM_SLEEP);