Home
last modified time | relevance | path

Searched refs:eff (Results 1 – 15 of 15) sorted by relevance

/linux/arch/x86/mm/
A Ddump_pagetables.c279 pgprotval_t cur, eff; in note_page() local
295 eff = st->effective_prot; in note_page()
306 } else if (new_prot != cur || new_eff != eff || level != st->level || in note_page()
312 if (st->check_wx && (eff & _PAGE_RW) && !(eff & _PAGE_NX)) in note_page()
/linux/tools/testing/selftests/capabilities/
A Dtest_execve.c207 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument
209 execl(name, name, (eff ? "1" : "0"), in exec_other_validate_cap()
215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument
217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
/linux/net/atm/
A Dcommon.c574 int eff, error; in vcc_sendmsg() local
602 eff = (size+3) & ~3; /* align to word boundary */ in vcc_sendmsg()
605 while (!vcc_tx_ready(vcc, eff)) { in vcc_sendmsg()
628 skb = alloc_skb(eff, GFP_KERNEL); in vcc_sendmsg()
642 if (eff != size) in vcc_sendmsg()
643 memset(skb->data + size, 0, eff-size); in vcc_sendmsg()
/linux/drivers/atm/
A Deni.c339 unsigned long skip,unsigned long size,unsigned long eff) in do_rx_dma() argument
374 if (!eff) size += skip; in do_rx_dma()
381 size,eff); in do_rx_dma()
383 words = eff; in do_rx_dma()
441 if (size != eff) { in do_rx_dma()
547 unsigned long size,eff,length; in rx_aal5() local
578 eff = length = 0; in rx_aal5()
588 ATM_MAX_AAL5_PDU) eff = (length+3) >> 2; in rx_aal5()
595 length = eff = 0; in rx_aal5()
599 skb = eff ? atm_alloc_charge(vcc,eff << 2,GFP_ATOMIC) : NULL; in rx_aal5()
[all …]
/linux/drivers/net/can/
A Dgrcan.c1173 u32 i, rtr, eff, j, shift; in grcan_receive() local
1194 eff = slot[0] & GRCAN_MSG_IDE; in grcan_receive()
1196 if (eff) { in grcan_receive()
1358 u32 i, rtr, eff, dlc, tmp, err; in grcan_start_xmit() local
1399 eff = cf->can_id & CAN_EFF_FLAG; in grcan_start_xmit()
1401 id = cf->can_id & (eff ? CAN_EFF_MASK : CAN_SFF_MASK); in grcan_start_xmit()
1403 if (eff) in grcan_start_xmit()
1407 slot[0] = (eff ? GRCAN_MSG_IDE : 0) | (rtr ? GRCAN_MSG_RTR : 0) | tmp; in grcan_start_xmit()
/linux/drivers/regulator/
A Dwm8350-regulator.c835 static unsigned int get_mode(int uA, const struct wm8350_dcdc_efficiency *eff) in get_mode() argument
839 while (eff[i].uA_load_min != -1) { in get_mode()
840 if (uA >= eff[i].uA_load_min && uA <= eff[i].uA_load_max) in get_mode()
841 return eff[i].mode; in get_mode()
/linux/drivers/staging/media/ipu3/
A Dipu3.h90 struct v4l2_rect eff; /* effective resolution */ member
A Dipu3-css.c1698 struct v4l2_rect *const eff = &r[IPU3_CSS_RECT_EFFECTIVE]; in imgu_css_fmt_try() local
1758 if (eff->width <= 0 || eff->height <= 0) { in imgu_css_fmt_try()
1759 eff->width = in->width; in imgu_css_fmt_try()
1760 eff->height = in->height; in imgu_css_fmt_try()
1773 eff->width = imgu_css_adjust(eff->width, EFF_ALIGN_W); in imgu_css_fmt_try()
1774 eff->height = imgu_css_adjust(eff->height, 1); in imgu_css_fmt_try()
1820 in->width, in->height, eff->width, eff->height, in imgu_css_fmt_try()
A Dipu3-v4l2.c106 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_sd->rect.eff; in imgu_subdev_s_stream()
206 r = &imgu_sd->rect.eff; in imgu_subdev_get_selection()
245 rect = &imgu_sd->rect.eff; in imgu_subdev_set_selection()
728 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_sd->rect.eff; in imgu_fmt()
A Dipu3.c476 rects[IPU3_CSS_RECT_EFFECTIVE] = &imgu_pipe->imgu_sd.rect.eff; in imgu_video_nodes_init()
/linux/drivers/hid/
A Dhid-wiimote-modules.c131 struct ff_effect *eff) in wiimod_rumble_play() argument
142 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude) in wiimod_rumble_play()
1789 struct ff_effect *eff) in wiimod_pro_play() argument
1800 if (eff->u.rumble.strong_magnitude || eff->u.rumble.weak_magnitude) in wiimod_pro_play()
/linux/kernel/sched/
A Dcore.c10000 unsigned int eff[UCLAMP_CNT]; in cpu_util_update_eff() local
10013 eff[clamp_id] = css_tg(css)->uclamp_req[clamp_id].value; in cpu_util_update_eff()
10016 eff[clamp_id] > uc_parent[clamp_id].value) { in cpu_util_update_eff()
10017 eff[clamp_id] = uc_parent[clamp_id].value; in cpu_util_update_eff()
10021 eff[UCLAMP_MIN] = min(eff[UCLAMP_MIN], eff[UCLAMP_MAX]); in cpu_util_update_eff()
10027 if (eff[clamp_id] == uc_se[clamp_id].value) in cpu_util_update_eff()
10029 uc_se[clamp_id].value = eff[clamp_id]; in cpu_util_update_eff()
10030 uc_se[clamp_id].bucket_id = uclamp_bucket_id(eff[clamp_id]); in cpu_util_update_eff()
/linux/Documentation/m68k/
A Dbuddha-driver.rst62 $e00-$eff local expansion port, on Catweasel Z-II the
/linux/drivers/block/drbd/
A Ddrbd_nl.c2000 unsigned long long eff = nbc->md.la_size_sect; in drbd_adm_attach() local
2001 if (drbd_md_test_flag(nbc, MDF_CONSISTENT) && nsz < eff) { in drbd_adm_attach()
2003 drbd_warn(device, "truncating a consistent device during attach (%llu < %llu)\n", nsz, eff); in drbd_adm_attach()
2005 drbd_warn(device, "refusing to truncate a consistent device (%llu < %llu)\n", nsz, eff); in drbd_adm_attach()
2008 "(%llu > %llu sectors). Refusing to attach.", eff, nsz); in drbd_adm_attach()
/linux/arch/m68k/ifpsp060/
A Dfplsp.sa833 dc.l $0c813fff,$80006eff,$00000300,$222eff5c

Completed in 63 milliseconds