Home
last modified time | relevance | path

Searched refs:mz (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/mm/
Dmemcontrol.c623 static void __mem_cgroup_insert_exceeded(struct mem_cgroup_per_zone *mz, in __mem_cgroup_insert_exceeded() argument
631 if (mz->on_tree) in __mem_cgroup_insert_exceeded()
634 mz->usage_in_excess = new_usage_in_excess; in __mem_cgroup_insert_exceeded()
635 if (!mz->usage_in_excess) in __mem_cgroup_insert_exceeded()
641 if (mz->usage_in_excess < mz_node->usage_in_excess) in __mem_cgroup_insert_exceeded()
647 else if (mz->usage_in_excess >= mz_node->usage_in_excess) in __mem_cgroup_insert_exceeded()
650 rb_link_node(&mz->tree_node, parent, p); in __mem_cgroup_insert_exceeded()
651 rb_insert_color(&mz->tree_node, &mctz->rb_root); in __mem_cgroup_insert_exceeded()
652 mz->on_tree = true; in __mem_cgroup_insert_exceeded()
655 static void __mem_cgroup_remove_exceeded(struct mem_cgroup_per_zone *mz, in __mem_cgroup_remove_exceeded() argument
[all …]
/linux-4.1.27/crypto/asymmetric_keys/
Dverify_pefile.c29 const struct mz_hdr *mz = pebuf; in pefile_parse_binary() local
46 chkaddr(0, 0, sizeof(*mz)); in pefile_parse_binary()
47 if (mz->magic != MZ_MAGIC) in pefile_parse_binary()
49 cursor = sizeof(*mz); in pefile_parse_binary()
51 chkaddr(cursor, mz->peaddr, sizeof(*pe)); in pefile_parse_binary()
52 pe = pebuf + mz->peaddr; in pefile_parse_binary()
55 cursor = mz->peaddr + sizeof(*pe); in pefile_parse_binary()
/linux-4.1.27/drivers/staging/comedi/drivers/
Djr3_pci.c179 s16 mz; member
190 set_s16(&channel->full_scale.mz, full_scale.mz); in set_full_scales()
204 result.mz = get_s16(&channel->min_full_scale.mz); in get_min_full_scales()
218 result.mz = get_s16(&channel->max_full_scale.mz); in get_max_full_scales()
253 val = get_s16(&spriv->channel->filter[filter].mz); in jr3_pci_ai_read_chan()
551 spriv->range[5].range.min = -get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice()
553 spriv->range[5].range.max = get_s16(&fs->mz) * 100; in jr3_pci_poll_subdevice()
576 set_s16(&channel->offsets.mz, 0); in jr3_pci_poll_subdevice()
Djr3_pci.h59 s32 mz; member
73 s32 mz; member
97 mz = 0x0020, enumerator
/linux-4.1.27/arch/tile/lib/
Dmemcpy_32.S135 { mz r0, r29, r23; jrp lr }
490 { mz r0, r29, r23; jrp lr }