Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 25 of 33) sorted by relevance

12

/linux-2.6.39/include/math-emu/
Dop-4.h239 #define _FP_MUL_MEAT_4_wide(wfracbits, R, X, Y, doit) \ argument
244 doit(_FP_FRAC_WORD_8(_z,1), _FP_FRAC_WORD_8(_z,0), X##_f[0], Y##_f[0]); \
245 doit(_b_f1, _b_f0, X##_f[0], Y##_f[1]); \
246 doit(_c_f1, _c_f0, X##_f[1], Y##_f[0]); \
247 doit(_d_f1, _d_f0, X##_f[1], Y##_f[1]); \
248 doit(_e_f1, _e_f0, X##_f[0], Y##_f[2]); \
249 doit(_f_f1, _f_f0, X##_f[2], Y##_f[0]); \
268 doit(_b_f1, _b_f0, X##_f[0], Y##_f[3]); \
269 doit(_c_f1, _c_f0, X##_f[3], Y##_f[0]); \
270 doit(_d_f1, _d_f0, X##_f[1], Y##_f[2]); \
[all …]
Dop-2.h241 #define _FP_MUL_MEAT_2_wide(wfracbits, R, X, Y, doit) \ argument
245 doit(_FP_FRAC_WORD_4(_z,1), _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \
246 doit(_b_f1, _b_f0, X##_f0, Y##_f1); \
247 doit(_c_f1, _c_f0, X##_f1, Y##_f0); \
248 doit(_FP_FRAC_WORD_4(_z,3), _FP_FRAC_WORD_4(_z,2), X##_f1, Y##_f1); \
271 #define _FP_MUL_MEAT_2_wide_3mul(wfracbits, R, X, Y, doit) \ argument
281 doit(_d, _FP_FRAC_WORD_4(_z,0), X##_f0, Y##_f0); \
282 doit(_FP_FRAC_WORD_4(_z,2), _FP_FRAC_WORD_4(_z,1), _b_f0, _b_f1); \
283 doit(_c_f1, _c_f0, X##_f1, Y##_f1); \
Dop-1.h138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument
141 doit(_Z_f1, _Z_f0, X##_f, Y##_f); \
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
195 doit(_q, _r, X##_f, Y##_f); \
/linux-2.6.39/net/ieee802154/
Dieee802154.h28 .doit = _func, \
37 .doit = _func, \
/linux-2.6.39/net/netlabel/
Dnetlabel_mgmt.c715 .doit = netlbl_mgmt_add,
722 .doit = netlbl_mgmt_remove,
729 .doit = NULL,
736 .doit = netlbl_mgmt_adddef,
743 .doit = netlbl_mgmt_removedef,
750 .doit = netlbl_mgmt_listdef,
757 .doit = NULL,
764 .doit = netlbl_mgmt_version,
Dnetlabel_unlabeled.c1378 .doit = netlbl_unlabel_staticadd,
1385 .doit = netlbl_unlabel_staticremove,
1392 .doit = NULL,
1399 .doit = netlbl_unlabel_staticadddef,
1406 .doit = netlbl_unlabel_staticremovedef,
1413 .doit = NULL,
1420 .doit = netlbl_unlabel_accept,
1427 .doit = netlbl_unlabel_list,
Dnetlabel_cipso_v4.c749 .doit = netlbl_cipsov4_add,
756 .doit = netlbl_cipsov4_remove,
763 .doit = netlbl_cipsov4_list,
770 .doit = NULL,
/linux-2.6.39/arch/x86/kernel/
Dprocess_64.c558 int doit = task == current; in do_arch_prctl() local
570 if (doit) { in do_arch_prctl()
579 if (doit) { in do_arch_prctl()
596 if (doit) { in do_arch_prctl()
605 if (doit) { in do_arch_prctl()
618 else if (doit) in do_arch_prctl()
630 else if (doit) { in do_arch_prctl()
/linux-2.6.39/net/irda/
Dirnetlink.c137 .doit = irda_nl_set_mode,
143 .doit = irda_nl_get_mode,
/linux-2.6.39/net/wireless/
Dnl80211.c4845 .doit = nl80211_get_wiphy,
4853 .doit = nl80211_set_wiphy,
4860 .doit = nl80211_get_interface,
4868 .doit = nl80211_set_interface,
4876 .doit = nl80211_new_interface,
4884 .doit = nl80211_del_interface,
4892 .doit = nl80211_get_key,
4900 .doit = nl80211_set_key,
4908 .doit = nl80211_new_key,
4916 .doit = nl80211_del_key,
[all …]
/linux-2.6.39/net/l2tp/
Dl2tp_netlink.c728 .doit = l2tp_nl_cmd_noop,
734 .doit = l2tp_nl_cmd_tunnel_create,
740 .doit = l2tp_nl_cmd_tunnel_delete,
746 .doit = l2tp_nl_cmd_tunnel_modify,
752 .doit = l2tp_nl_cmd_tunnel_get,
759 .doit = l2tp_nl_cmd_session_create,
765 .doit = l2tp_nl_cmd_session_delete,
771 .doit = l2tp_nl_cmd_session_modify,
777 .doit = l2tp_nl_cmd_session_get,
/linux-2.6.39/net/core/
Ddrop_monitor.c332 .doit = net_dm_cmd_config,
336 .doit = net_dm_cmd_trace,
340 .doit = net_dm_cmd_trace,
Drtnetlink.c57 rtnl_doit_func doit; member
126 if (tab == NULL || tab[msgindex].doit == NULL) in rtnl_get_doit()
129 return tab ? tab[msgindex].doit : NULL; in rtnl_get_doit()
165 rtnl_doit_func doit, rtnl_dumpit_func dumpit) in __rtnl_register() argument
182 if (doit) in __rtnl_register()
183 tab[msgindex].doit = doit; in __rtnl_register()
202 rtnl_doit_func doit, rtnl_dumpit_func dumpit) in rtnl_register() argument
204 if (__rtnl_register(protocol, msgtype, doit, dumpit) < 0) in rtnl_register()
228 rtnl_msg_handlers[protocol][msgindex].doit = NULL; in rtnl_unregister()
1877 rtnl_doit_func doit; in rtnetlink_rcv_msg() local
[all …]
/linux-2.6.39/net/wimax/
Dop-state-get.c81 .doit = wimax_gnl_doit_state_get,
Dop-reset.c138 .doit = wimax_gnl_doit_reset,
Dop-msg.c429 .doit = wimax_gnl_doit_msg_from_user,
/linux-2.6.39/net/xfrm/
Dxfrm_user.c2249 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member
2253 [XFRM_MSG_NEWSA - XFRM_MSG_BASE] = { .doit = xfrm_add_sa },
2254 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa },
2255 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = { .doit = xfrm_get_sa,
2258 [XFRM_MSG_NEWPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_add_policy },
2259 [XFRM_MSG_DELPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_get_policy },
2260 [XFRM_MSG_GETPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_get_policy,
2263 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi },
2264 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire },
2265 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_sa_expire },
[all …]
/linux-2.6.39/net/netlink/
Dgenetlink.c282 if (ops->dumpit == NULL && ops->doit == NULL) in genl_register_ops()
292 if (ops->doit) in genl_register_ops()
533 if (ops->doit == NULL) in genl_rcv_msg()
558 err = ops->doit(skb, &info); in genl_rcv_msg()
849 .doit = ctrl_getfamily,
/linux-2.6.39/net/tipc/
Dnetlink.c81 .doit = handle_cmd,
/linux-2.6.39/drivers/net/ehea/
Dehea_ethtool.c85 goto doit; in ehea_set_settings()
124 doit: in ehea_set_settings()
/linux-2.6.39/fs/dlm/
Dnetlink.c79 .doit = user_cmd,
/linux-2.6.39/drivers/usb/gadget/
Df_acm.c524 u8 doit = false; in acm_cdc_notify_complete() local
531 doit = acm->pending; in acm_cdc_notify_complete()
535 if (doit) in acm_cdc_notify_complete()
/linux-2.6.39/net/netfilter/ipvs/
Dip_vs_ctl.c3493 .doit = ip_vs_genl_set_cmd,
3499 .doit = ip_vs_genl_set_cmd,
3505 .doit = ip_vs_genl_set_cmd,
3510 .doit = ip_vs_genl_get_cmd,
3518 .doit = ip_vs_genl_set_cmd,
3524 .doit = ip_vs_genl_set_cmd,
3530 .doit = ip_vs_genl_set_cmd,
3542 .doit = ip_vs_genl_set_cmd,
3548 .doit = ip_vs_genl_set_cmd,
3559 .doit = ip_vs_genl_set_cmd,
[all …]
/linux-2.6.39/include/net/
Dgenetlink.h113 int (*doit)(struct sk_buff *skb, member
/linux-2.6.39/kernel/
Dtaskstats.c649 .doit = taskstats_user_cmd,
655 .doit = cgroupstats_user_cmd,

12