Home
last modified time | relevance | path

Searched refs:bm1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/power/
Dsnapshot.c968 struct memory_bitmap *bm1, *bm2; in create_basic_memory_bitmaps() local
976 bm1 = kzalloc(sizeof(struct memory_bitmap), GFP_KERNEL); in create_basic_memory_bitmaps()
977 if (!bm1) in create_basic_memory_bitmaps()
980 error = memory_bm_create(bm1, GFP_KERNEL, PG_ANY); in create_basic_memory_bitmaps()
992 forbidden_pages_map = bm1; in create_basic_memory_bitmaps()
1003 memory_bm_free(bm1, PG_UNSAFE_CLEAR); in create_basic_memory_bitmaps()
1005 kfree(bm1); in create_basic_memory_bitmaps()
1018 struct memory_bitmap *bm1, *bm2; in free_basic_memory_bitmaps() local
1023 bm1 = forbidden_pages_map; in free_basic_memory_bitmaps()
1027 memory_bm_free(bm1, PG_UNSAFE_CLEAR); in free_basic_memory_bitmaps()
[all …]
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c1199 static void encode_getattr_two(struct xdr_stream *xdr, uint32_t bm0, uint32_t bm1, struct compound_… in encode_getattr_two() argument
1207 *p = cpu_to_be32(bm1); in encode_getattr_two()
1212 uint32_t bm0, uint32_t bm1, uint32_t bm2, in encode_getattr_three() argument
1222 *p++ = cpu_to_be32(bm1); in encode_getattr_three()
1224 } else if (bm1) { in encode_getattr_three()
1228 *p = cpu_to_be32(bm1); in encode_getattr_three()