Home
last modified time | relevance | path

Searched defs:buddy (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/drivers/infiniband/hw/mthca/
Dmthca_mr.c42 struct mthca_buddy *buddy; member
84 static u32 mthca_buddy_alloc(struct mthca_buddy *buddy, int order) in mthca_buddy_alloc()
121 static void mthca_buddy_free(struct mthca_buddy *buddy, u32 seg, int order) in mthca_buddy_free()
140 static int mthca_buddy_init(struct mthca_buddy *buddy, int max_order) in mthca_buddy_init()
179 static void mthca_buddy_cleanup(struct mthca_buddy *buddy) in mthca_buddy_cleanup()
191 struct mthca_buddy *buddy) in mthca_alloc_mtt_range()
209 struct mthca_buddy *buddy) in __mthca_alloc_mtt()
/linux-3.3/drivers/net/ethernet/mellanox/mlx4/
Dmr.c60 static u32 mlx4_buddy_alloc(struct mlx4_buddy *buddy, int order) in mlx4_buddy_alloc()
97 static void mlx4_buddy_free(struct mlx4_buddy *buddy, u32 seg, int order) in mlx4_buddy_free()
116 static int mlx4_buddy_init(struct mlx4_buddy *buddy, int max_order) in mlx4_buddy_init()
154 static void mlx4_buddy_cleanup(struct mlx4_buddy *buddy) in mlx4_buddy_cleanup()
/linux-3.3/arch/mips/include/asm/
Dpgtable.h113 pte_t *buddy = ptep_buddy(ptep); in set_pte() local
151 pte_t *buddy = ptep_buddy(ptep); in set_pte() local
/linux-3.3/fs/ext4/
Dmballoc.c552 void *buddy; in __mb_check_buddy() local
648 void *buddy, ext4_grpblk_t first, ext4_grpblk_t len, in ext4_mb_mark_free_simple()
706 void *buddy, void *bitmap, ext4_group_t group) in ext4_mb_generate_buddy()
1311 void *buddy; in mb_free_blocks() local
1394 void *buddy; in mb_find_extent() local
1455 void *buddy; in mb_mark_used() local
1770 void *buddy; in ext4_mb_simple_scan_group() local
/linux-3.3/fs/jfs/
Djfs_dmap.c2702 int budsz, buddy; in dbJoin() local
/linux-3.3/mm/
Dpage_alloc.c479 static inline int page_is_buddy(struct page *page, struct page *buddy, in page_is_buddy()
531 struct page *buddy; in __free_one_page() local
/linux-3.3/drivers/staging/zcache/
Dzcache-main.c118 struct zbud_hdr buddy[ZBUD_MAX_BUDS]; member