Home
last modified time | relevance | path

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

12

/linux-3.4.99/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-3.4.99/net/ieee802154/
Dieee802154.h28 .doit = _func, \
37 .doit = _func, \
/linux-3.4.99/crypto/
Dcrypto_user.c430 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member
434 [CRYPTO_MSG_NEWALG - CRYPTO_MSG_BASE] = { .doit = crypto_add_alg},
435 [CRYPTO_MSG_DELALG - CRYPTO_MSG_BASE] = { .doit = crypto_del_alg},
436 [CRYPTO_MSG_UPDATEALG - CRYPTO_MSG_BASE] = { .doit = crypto_update_alg},
437 [CRYPTO_MSG_GETALG - CRYPTO_MSG_BASE] = { .doit = crypto_report,
484 if (link->doit == NULL) in crypto_user_rcv_msg()
487 return link->doit(skb, nlh, attrs); in crypto_user_rcv_msg()
/linux-3.4.99/arch/x86/kernel/
Dprocess_64.c455 int doit = task == current; in do_arch_prctl() local
467 if (doit) { in do_arch_prctl()
476 if (doit) { in do_arch_prctl()
493 if (doit) { in do_arch_prctl()
502 if (doit) { in do_arch_prctl()
515 else if (doit) in do_arch_prctl()
527 else if (doit) { in do_arch_prctl()
/linux-3.4.99/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.c1332 .doit = netlbl_unlabel_staticadd,
1339 .doit = netlbl_unlabel_staticremove,
1346 .doit = NULL,
1353 .doit = netlbl_unlabel_staticadddef,
1360 .doit = netlbl_unlabel_staticremovedef,
1367 .doit = NULL,
1374 .doit = netlbl_unlabel_accept,
1381 .doit = netlbl_unlabel_list,
Dnetlabel_cipso_v4.c745 .doit = netlbl_cipsov4_add,
752 .doit = netlbl_cipsov4_remove,
759 .doit = netlbl_cipsov4_list,
766 .doit = NULL,
/linux-3.4.99/net/nfc/
Dnetlink.c596 .doit = nfc_genl_get_device,
603 .doit = nfc_genl_dev_up,
608 .doit = nfc_genl_dev_down,
613 .doit = nfc_genl_start_poll,
618 .doit = nfc_genl_stop_poll,
623 .doit = nfc_genl_dep_link_up,
628 .doit = nfc_genl_dep_link_down,
/linux-3.4.99/net/irda/
Dirnetlink.c137 .doit = irda_nl_set_mode,
143 .doit = irda_nl_get_mode,
/linux-3.4.99/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-3.4.99/net/core/
Ddrop_monitor.c326 .doit = net_dm_cmd_config,
330 .doit = net_dm_cmd_trace,
334 .doit = net_dm_cmd_trace,
Drtnetlink.c56 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()
181 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in __rtnl_register() argument
199 if (doit) in __rtnl_register()
200 tab[msgindex].doit = doit; in __rtnl_register()
222 rtnl_doit_func doit, rtnl_dumpit_func dumpit, in rtnl_register() argument
225 if (__rtnl_register(protocol, msgtype, doit, dumpit, calcit) < 0) in rtnl_register()
249 rtnl_msg_handlers[protocol][msgindex].doit = NULL; in rtnl_unregister()
2003 rtnl_doit_func doit; in rtnetlink_rcv_msg() local
[all …]
/linux-3.4.99/net/wireless/
Dnl80211.c6344 .doit = nl80211_get_wiphy,
6352 .doit = nl80211_set_wiphy,
6359 .doit = nl80211_get_interface,
6367 .doit = nl80211_set_interface,
6375 .doit = nl80211_new_interface,
6383 .doit = nl80211_del_interface,
6391 .doit = nl80211_get_key,
6399 .doit = nl80211_set_key,
6407 .doit = nl80211_new_key,
6415 .doit = nl80211_del_key,
[all …]
/linux-3.4.99/net/openvswitch/
Ddatapath.c703 .doit = ovs_packet_cmd_execute
1121 .doit = ovs_flow_cmd_new_or_set
1126 .doit = ovs_flow_cmd_del
1131 .doit = ovs_flow_cmd_get,
1137 .doit = ovs_flow_cmd_new_or_set,
1423 .doit = ovs_dp_cmd_new
1428 .doit = ovs_dp_cmd_del
1433 .doit = ovs_dp_cmd_get,
1439 .doit = ovs_dp_cmd_set,
1786 .doit = ovs_vport_cmd_new
[all …]
/linux-3.4.99/net/wimax/
Dop-state-get.c81 .doit = wimax_gnl_doit_state_get,
Dop-reset.c139 .doit = wimax_gnl_doit_reset,
/linux-3.4.99/net/xfrm/
Dxfrm_user.c2276 int (*doit)(struct sk_buff *, struct nlmsghdr *, struct nlattr **); member
2280 [XFRM_MSG_NEWSA - XFRM_MSG_BASE] = { .doit = xfrm_add_sa },
2281 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = { .doit = xfrm_del_sa },
2282 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = { .doit = xfrm_get_sa,
2285 [XFRM_MSG_NEWPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_add_policy },
2286 [XFRM_MSG_DELPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_get_policy },
2287 [XFRM_MSG_GETPOLICY - XFRM_MSG_BASE] = { .doit = xfrm_get_policy,
2290 [XFRM_MSG_ALLOCSPI - XFRM_MSG_BASE] = { .doit = xfrm_alloc_userspi },
2291 [XFRM_MSG_ACQUIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_acquire },
2292 [XFRM_MSG_EXPIRE - XFRM_MSG_BASE] = { .doit = xfrm_add_sa_expire },
[all …]
/linux-3.4.99/drivers/net/ethernet/ibm/ehea/
Dehea_ethtool.c98 goto doit; in ehea_set_settings()
137 doit: in ehea_set_settings()
/linux-3.4.99/drivers/staging/iio/cdc/
Dad7152.c103 bool doit; in ad7152_start_calib() local
106 ret = strtobool(buf, &doit); in ad7152_start_calib()
110 if (!doit) in ad7152_start_calib()
Dad7746.c285 bool doit; in ad7746_start_calib() local
288 ret = strtobool(buf, &doit); in ad7746_start_calib()
292 if (!doit) in ad7746_start_calib()
/linux-3.4.99/net/tipc/
Dnetlink.c81 .doit = handle_cmd,
/linux-3.4.99/net/netlink/
Dgenetlink.c291 if (ops->dumpit == NULL && ops->doit == NULL) in genl_register_ops()
301 if (ops->doit) in genl_register_ops()
578 if (ops->doit == NULL) in genl_rcv_msg()
603 err = ops->doit(skb, &info); in genl_rcv_msg()
903 .doit = ctrl_getfamily,
/linux-3.4.99/fs/dlm/
Dnetlink.c79 .doit = user_cmd,

12