/linux-4.1.27/net/802/ |
D | mrp.c | 239 static struct mrp_attr *mrp_attr_lookup(const struct mrp_applicant *app, in mrp_attr_lookup() argument 242 struct rb_node *parent = app->mad.rb_node; in mrp_attr_lookup() 259 static struct mrp_attr *mrp_attr_create(struct mrp_applicant *app, in mrp_attr_create() argument 262 struct rb_node *parent = NULL, **p = &app->mad.rb_node; in mrp_attr_create() 288 rb_insert_color(&attr->node, &app->mad); in mrp_attr_create() 292 static void mrp_attr_destroy(struct mrp_applicant *app, struct mrp_attr *attr) in mrp_attr_destroy() argument 294 rb_erase(&attr->node, &app->mad); in mrp_attr_destroy() 298 static int mrp_pdu_init(struct mrp_applicant *app) in mrp_pdu_init() argument 303 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in mrp_pdu_init() 308 skb->dev = app->dev; in mrp_pdu_init() [all …]
|
D | garp.c | 150 static struct garp_attr *garp_attr_lookup(const struct garp_applicant *app, in garp_attr_lookup() argument 153 struct rb_node *parent = app->gid.rb_node; in garp_attr_lookup() 170 static struct garp_attr *garp_attr_create(struct garp_applicant *app, in garp_attr_create() argument 173 struct rb_node *parent = NULL, **p = &app->gid.rb_node; in garp_attr_create() 199 rb_insert_color(&attr->node, &app->gid); in garp_attr_create() 203 static void garp_attr_destroy(struct garp_applicant *app, struct garp_attr *attr) in garp_attr_destroy() argument 205 rb_erase(&attr->node, &app->gid); in garp_attr_destroy() 209 static int garp_pdu_init(struct garp_applicant *app) in garp_pdu_init() argument 215 skb = alloc_skb(app->dev->mtu + LL_RESERVED_SPACE(app->dev), in garp_pdu_init() 220 skb->dev = app->dev; in garp_pdu_init() [all …]
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_app.c | 50 static inline int ip_vs_app_get(struct ip_vs_app *app) in ip_vs_app_get() argument 52 return try_module_get(app->module); in ip_vs_app_get() 56 static inline void ip_vs_app_put(struct ip_vs_app *app) in ip_vs_app_put() argument 58 module_put(app->module); in ip_vs_app_put() 78 ip_vs_app_inc_new(struct net *net, struct ip_vs_app *app, __u16 proto, in ip_vs_app_inc_new() argument 91 inc = kmemdup(app, sizeof(*inc), GFP_KERNEL); in ip_vs_app_inc_new() 96 inc->app = app; in ip_vs_app_inc_new() 100 if (app->timeouts) { in ip_vs_app_inc_new() 102 ip_vs_create_timeout_table(app->timeouts, in ip_vs_app_inc_new() 103 app->timeouts_size); in ip_vs_app_inc_new() [all …]
|
D | ip_vs_ftp.c | 66 ip_vs_ftp_init_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_init_conn() argument 75 ip_vs_ftp_done_conn(struct ip_vs_app *app, struct ip_vs_conn *cp) in ip_vs_ftp_done_conn() argument 169 static int ip_vs_ftp_out(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_out() argument 313 static int ip_vs_ftp_in(struct ip_vs_app *app, struct ip_vs_conn *cp, in ip_vs_ftp_in() argument 444 struct ip_vs_app *app; in __ip_vs_ftp_init() local 450 app = register_ip_vs_app(net, &ip_vs_ftp); in __ip_vs_ftp_init() 451 if (IS_ERR(app)) in __ip_vs_ftp_init() 452 return PTR_ERR(app); in __ip_vs_ftp_init() 457 ret = register_ip_vs_app_inc(net, app, app->protocol, ports[i]); in __ip_vs_ftp_init() 461 app->name, i, ports[i]); in __ip_vs_ftp_init()
|
D | ip_vs_proto_udp.c | 145 if (unlikely(cp->app != NULL)) { in udp_snat_handler() 179 skb->ip_summed = (cp->app && pp->csum_check) ? in udp_snat_handler() 228 if (unlikely(cp->app != NULL)) { in udp_dnat_handler() 263 skb->ip_summed = (cp->app && pp->csum_check) ? in udp_dnat_handler() 416 cp->app = inc; in udp_app_conn_bind()
|
D | ip_vs_proto_tcp.c | 149 if (unlikely(cp->app != NULL)) { in tcp_snat_handler() 179 skb->ip_summed = (cp->app && pp->csum_check) ? in tcp_snat_handler() 227 if (unlikely(cp->app != NULL)) { in tcp_dnat_handler() 262 skb->ip_summed = (cp->app && pp->csum_check) ? in tcp_dnat_handler() 640 cp->app = inc; in tcp_app_conn_bind()
|
D | ip_vs_proto_sctp.c | 95 if (unlikely(cp->app != NULL)) { in sctp_snat_handler() 142 if (unlikely(cp->app != NULL)) { in sctp_dnat_handler() 537 cp->app = inc; in sctp_app_conn_bind()
|
D | ip_vs_nfct.c | 101 if (cp->app && nf_ct_protonum(ct) == IPPROTO_TCP && in ip_vs_update_conntrack()
|
D | ip_vs_conn.c | 656 if (cp->app) in ip_vs_try_bind_dest() 831 if (unlikely(cp->app != NULL)) in ip_vs_conn_expire() 928 cp->app = NULL; in ip_vs_conn_new()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 189 prio = dcbxcfg->app[i].priority; in i40e_dcbnl_set_all() 194 sapp.selector = dcbxcfg->app[i].selector; in i40e_dcbnl_set_all() 195 sapp.protocol = dcbxcfg->app[i].protocolid; in i40e_dcbnl_set_all() 214 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_vsi_del_app() argument 222 sapp.selector = app->selector; in i40e_dcbnl_vsi_del_app() 223 sapp.protocol = app->protocolid; in i40e_dcbnl_vsi_del_app() 224 sapp.priority = app->priority; in i40e_dcbnl_vsi_del_app() 236 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_del_app() argument 241 err = i40e_dcbnl_vsi_del_app(pf->vsi[v], app); in i40e_dcbnl_del_app() 245 err, app->selector, in i40e_dcbnl_del_app() [all …]
|
D | i40e_dcb.c | 241 dcbcfg->app[i].priority = (u8)((buf[offset] & in i40e_parse_ieee_app_tlv() 244 dcbcfg->app[i].selector = (u8)((buf[offset] & in i40e_parse_ieee_app_tlv() 247 dcbcfg->app[i].protocolid = (buf[offset + 1] << 0x8) | in i40e_parse_ieee_app_tlv() 465 dcbcfg->app[0].priority = in i40e_cee_to_dcb_v1_config() 468 dcbcfg->app[0].selector = I40E_APP_SEL_ETHTYPE; in i40e_cee_to_dcb_v1_config() 469 dcbcfg->app[0].protocolid = I40E_APP_PROTOID_FCOE; in i40e_cee_to_dcb_v1_config() 472 dcbcfg->app[1].priority = in i40e_cee_to_dcb_v1_config() 475 dcbcfg->app[1].selector = I40E_APP_SEL_TCPIP; in i40e_cee_to_dcb_v1_config() 476 dcbcfg->app[1].protocolid = I40E_APP_PROTOID_ISCSI; in i40e_cee_to_dcb_v1_config() 479 dcbcfg->app[2].priority = in i40e_cee_to_dcb_v1_config() [all …]
|
D | i40e_fcoe.c | 336 struct i40e_dcb_app_priority_table app; in i40e_get_fcoe_tc_map() local 344 app = dcbcfg->app[i]; in i40e_get_fcoe_tc_map() 345 if (app.selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in i40e_get_fcoe_tc_map() 346 app.protocolid == ETH_P_FCOE) { in i40e_get_fcoe_tc_map() 347 tc = dcbcfg->etscfg.prioritytable[app.priority]; in i40e_get_fcoe_tc_map()
|
D | i40e_debugfs.c | 1364 i, cfg->app[i].priority, in i40e_dbg_command_write() 1365 cfg->app[i].selector, in i40e_dbg_command_write() 1366 cfg->app[i].protocolid); in i40e_dbg_command_write() 1396 i, r_cfg->app[i].priority, in i40e_dbg_command_write() 1397 r_cfg->app[i].selector, in i40e_dbg_command_write() 1398 r_cfg->app[i].protocolid); in i40e_dbg_command_write()
|
D | i40e_type.h | 429 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS]; member
|
D | i40e_main.c | 4059 struct i40e_dcb_app_priority_table app; in i40e_get_iscsi_tc_map() local 4067 app = dcbcfg->app[i]; in i40e_get_iscsi_tc_map() 4068 if (app.selector == I40E_APP_SEL_TCPIP && in i40e_get_iscsi_tc_map() 4069 app.protocolid == I40E_APP_PROTOID_ISCSI) { in i40e_get_iscsi_tc_map() 4070 tc = dcbcfg->etscfg.prioritytable[app.priority]; in i40e_get_iscsi_tc_map() 5189 if (memcmp(&new_cfg->app, in i40e_dcb_need_reconfig() 5190 &old_cfg->app, in i40e_dcb_need_reconfig() 5191 sizeof(new_cfg->app))) { in i40e_dcb_need_reconfig()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | capi.c | 75 struct cmtp_application *app = kzalloc(sizeof(*app), GFP_KERNEL); in cmtp_application_add() local 77 BT_DBG("session %p application %p appl %d", session, app, appl); in cmtp_application_add() 79 if (!app) in cmtp_application_add() 82 app->state = BT_OPEN; in cmtp_application_add() 83 app->appl = appl; in cmtp_application_add() 85 list_add_tail(&app->list, &session->applications); in cmtp_application_add() 87 return app; in cmtp_application_add() 90 static void cmtp_application_del(struct cmtp_session *session, struct cmtp_application *app) in cmtp_application_del() argument 92 BT_DBG("session %p application %p", session, app); in cmtp_application_del() 94 if (app) { in cmtp_application_del() [all …]
|
/linux-4.1.27/include/net/ |
D | garp.h | 99 struct garp_application *app; member 115 int garp_register_application(struct garp_application *app); 116 void garp_unregister_application(struct garp_application *app); 118 int garp_init_applicant(struct net_device *dev, struct garp_application *app); 120 struct garp_application *app); 123 const struct garp_application *app, const void *data, 126 const struct garp_application *app,
|
D | mrp.h | 112 struct mrp_application *app; member 129 int mrp_register_application(struct mrp_application *app); 130 void mrp_unregister_application(struct mrp_application *app); 132 int mrp_init_applicant(struct net_device *dev, struct mrp_application *app); 133 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *app); 136 const struct mrp_application *app, 139 const struct mrp_application *app,
|
D | ip_vs.h | 568 struct ip_vs_app *app; /* bound ip_vs_app object */ member 782 struct ip_vs_app *app; /* its real application */ member 818 int (*conn_schedule)(struct sk_buff *skb, struct ip_vs_app *app, 822 (*conn_in_get)(const struct sk_buff *skb, struct ip_vs_app *app, 826 (*conn_out_get)(const struct sk_buff *skb, struct ip_vs_app *app, 831 struct ip_vs_app *app); 833 void (*timeout_change)(struct ip_vs_app *app, int flags); 1303 struct ip_vs_app *register_ip_vs_app(struct net *net, struct ip_vs_app *app); 1304 void unregister_ip_vs_app(struct net *net, struct ip_vs_app *app); 1307 int register_ip_vs_app_inc(struct net *net, struct ip_vs_app *app, __u16 proto,
|
D | dcbnl.h | 26 struct dcb_app app; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.c | 68 struct dcb_app app; in cxgb4_dcb_cleanup_apps() local 72 app.priority = 0; in cxgb4_dcb_cleanup_apps() 79 app.protocol = dcb->app_priority[i].protocolid; in cxgb4_dcb_cleanup_apps() 82 app.priority = dcb->app_priority[i].user_prio_map; in cxgb4_dcb_cleanup_apps() 83 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps() 84 err = dcb_ieee_delapp(dev, &app); in cxgb4_dcb_cleanup_apps() 86 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps() 87 err = dcb_setapp(dev, &app); in cxgb4_dcb_cleanup_apps() 93 dcb_ver_array[dcb->dcb_version], app.selector, in cxgb4_dcb_cleanup_apps() 94 app.protocol, -err); in cxgb4_dcb_cleanup_apps() [all …]
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_nl.c | 59 struct dcb_app app = { in ixgbe_copy_dcb_cfg() local 63 u8 up = dcb_getapp(adapter->netdev, &app); in ixgbe_copy_dcb_cfg() 394 struct dcb_app app = { in ixgbe_dcbnl_set_all() local 398 u8 up = dcb_getapp(netdev, &app); in ixgbe_dcbnl_set_all() 501 struct dcb_app app = { in ixgbe_dcbnl_getapp() local 509 return dcb_getapp(netdev, &app); in ixgbe_dcbnl_getapp() 643 struct dcb_app *app) in ixgbe_dcbnl_ieee_setapp() argument 651 err = dcb_ieee_setapp(dev, app); in ixgbe_dcbnl_ieee_setapp() 656 if (app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in ixgbe_dcbnl_ieee_setapp() 657 app->protocol == ETH_P_FCOE) { in ixgbe_dcbnl_ieee_setapp() [all …]
|
D | ixgbe_main.c | 6283 struct dcb_app app = { in ixgbe_update_default_up() local 6290 up = dcb_ieee_getapp_mask(netdev, &app); in ixgbe_update_default_up()
|
/linux-4.1.27/net/dcb/ |
D | dcbnl.c | 482 struct dcb_app app = { in dcbnl_getapp() local 486 up = dcb_getapp(netdev, &app); in dcbnl_getapp() 550 struct dcb_app app; in dcbnl_setapp() local 551 app.selector = idtype; in dcbnl_setapp() 552 app.protocol = id; in dcbnl_setapp() 553 app.priority = up; in dcbnl_setapp() 554 ret = dcb_setapp(netdev, &app); in dcbnl_setapp() 1005 struct nlattr *app; in dcbnl_build_peer_app() local 1013 app = nla_nest_start(skb, app_nested_type); in dcbnl_build_peer_app() 1014 if (!app) in dcbnl_build_peer_app() [all …]
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 89 u32 app[QLC_DCB_MAX_APP]; member 103 __le32 app[QLC_DCB_MAX_APP]; member 158 struct qlcnic_dcb_app app[QLC_DCB_MAX_APP]; member 480 rsp.app[i] = le32_to_cpu(prsp_le->app[i]); in qlcnic_82xx_dcb_query_cee_param() 612 each->app[i] = cmd.rsp.arg[i + k]; in qlcnic_83xx_dcb_query_cee_param() 715 struct qlcnic_dcb_app *app; in qlcnic_dcb_fill_cee_app_params() local 721 app = &type->app[i]; in qlcnic_dcb_fill_cee_app_params() 722 app->valid = true; in qlcnic_dcb_fill_cee_app_params() 725 app->selector = QLC_DCB_GET_SELECTOR_APP(each->app[i]) - 1; in qlcnic_dcb_fill_cee_app_params() 726 new_app.selector = app->selector; in qlcnic_dcb_fill_cee_app_params() [all …]
|
/linux-4.1.27/drivers/net/can/softing/ |
D | softing_cs.c | 48 .app = {0x0010, 0x0d0000, fw_dir "cancard.bin",}, 60 .app = {0x0010, 0x0d0000, fw_dir "cancard.bin",}, 72 .app = {0x0010, 0x0d0000, fw_dir "cansja.bin",}, 84 .app = {0x0010, 0x0d0000, fw_dir "cancrd2.bin",}, 96 .app = {0x0010, 0x0d0000, fw_dir "cancard.bin",}, 108 .app = {0x0010, 0x0d0000, fw_dir "cansja.bin",}, 120 .app = {0x0010, 0x0d0000, fw_dir "cancrd2.bin",}, 132 .app = {0x0010, 0x0d0000, fw_dir "cancard.bin",}, 144 .app = {0x0010, 0x0d0000, fw_dir "cancrd2.bin",},
|
D | softing_platform.h | 31 } boot, load, app; member
|
D | softing_fw.c | 293 memcpy_toio(&card->dpram[card->pdat->app.offs], dat, len); in softing_load_app_fw() 294 iowrite32(card->pdat->app.offs + card->pdat->app.addr, in softing_load_app_fw()
|
D | softing_main.c | 535 ret = softing_load_app_fw(card->pdat->app.fw, card); in softing_card_boot() 712 DEV_ATTR_RO_STR(firmware, pdat->app.fw);
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zr36050.c | 471 zr36050_write(ptr, ZR050_APP_IDX + 1, 0xe0 + ptr->app.appn); in zr36050_init() 473 zr36050_write(ptr, ZR050_APP_IDX + 3, ptr->app.len + 2); in zr36050_init() 475 ptr->app.data) + 4; in zr36050_init() 533 ((ptr->app.len > 0) ? ZR050_ME_APP : 0) | in zr36050_init() 715 struct jpeg_app_marker *app = data; in zr36050_control() local 720 *app = ptr->app; in zr36050_control() 725 struct jpeg_app_marker *app = data; in zr36050_control() local 730 ptr->app = *app; in zr36050_control() 843 ptr->app.appn = 0; in zr36050_setup() 844 ptr->app.len = 0; in zr36050_setup()
|
D | zr36060.c | 471 zr36060_write(ptr, ZR060_APP_IDX + 1, 0xe0 + ptr->app.appn); in zr36060_init() 473 zr36060_write(ptr, ZR060_APP_IDX + 3, ptr->app.len + 2); in zr36060_init() 475 ptr->app.data) + 4; in zr36060_init() 515 ((ptr->app.len > 0) ? ZR060_MER_App : 0)); in zr36060_init() 822 struct jpeg_app_marker *app = data; in zr36060_control() local 827 *app = ptr->app; in zr36060_control() 832 struct jpeg_app_marker *app = data; in zr36060_control() local 837 ptr->app = *app; in zr36060_control() 952 ptr->app.appn = 0; in zr36060_setup() 953 ptr->app.len = 0; in zr36060_setup()
|
D | zr36050.h | 59 struct jpeg_app_marker app; member
|
D | zr36060.h | 58 struct jpeg_app_marker app; member
|
D | zoran_device.c | 986 struct jpeg_app_marker app; in zr36057_enable_jpg() local 1000 app.appn = zr->jpg_settings.jpg_comp.APPn; in zr36057_enable_jpg() 1001 app.len = zr->jpg_settings.jpg_comp.APP_len; in zr36057_enable_jpg() 1002 memcpy(app.data, zr->jpg_settings.jpg_comp.APP_data, 60); in zr36057_enable_jpg() 1004 sizeof(struct jpeg_app_marker), &app); in zr36057_enable_jpg()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 152 features->app.default_pri); in bnx2x_dump_dcbx_drv_param() 154 features->app.tc_supported); in bnx2x_dump_dcbx_drv_param() 156 features->app.enabled); in bnx2x_dump_dcbx_drv_param() 160 i, features->app.app_pri_tbl[i].app_id); in bnx2x_dump_dcbx_drv_param() 163 i, features->app.app_pri_tbl[i].pri_bitmap); in bnx2x_dump_dcbx_drv_param() 166 i, features->app.app_pri_tbl[i].appBitfield); in bnx2x_dump_dcbx_drv_param() 177 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_priority() 192 struct dcbx_app_priority_feature *app, in bnx2x_dcbx_get_ap_feature() argument 195 u32 *ttp = bp->dcbx_port_params.app.traffic_type_priority; in bnx2x_dcbx_get_ap_feature() 205 if (app->enabled && in bnx2x_dcbx_get_ap_feature() [all …]
|
D | bnx2x_dcb.h | 64 struct bnx2x_dcbx_app_params app; member
|
D | bnx2x_main.c | 3413 struct bnx2x_dcbx_app_params *app = &bp->dcbx_port_params.app; in bnx2x_drv_info_fcoe_stat() local 3423 app->traffic_type_priority[LLFC_TRAFFIC_TYPE_FCOE]; in bnx2x_drv_info_fcoe_stat() 3515 struct bnx2x_dcbx_app_params *app = &bp->dcbx_port_params.app; in bnx2x_drv_info_iscsi_stat() local 3526 app->traffic_type_priority[LLFC_TRAFFIC_TYPE_ISCSI]; in bnx2x_drv_info_iscsi_stat()
|
D | bnx2x_hsi.h | 1862 struct dcbx_app_priority_feature app; member
|
/linux-4.1.27/drivers/of/ |
D | device.c | 222 struct alias_prop *app; in of_device_uevent() local 248 list_for_each_entry(app, &aliases_lookup, link) { in of_device_uevent() 249 if (dev->of_node == app->np) { in of_device_uevent() 251 app->alias); in of_device_uevent()
|
D | base.c | 1966 struct alias_prop *app; in of_alias_get_id() local 1970 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_id() 1971 if (strcmp(app->stem, stem) != 0) in of_alias_get_id() 1974 if (np == app->np) { in of_alias_get_id() 1975 id = app->id; in of_alias_get_id() 1994 struct alias_prop *app; in of_alias_get_highest_id() local 1998 list_for_each_entry(app, &aliases_lookup, link) { in of_alias_get_highest_id() 1999 if (strcmp(app->stem, stem) != 0) in of_alias_get_highest_id() 2002 if (app->id > id) in of_alias_get_highest_id() 2003 id = app->id; in of_alias_get_highest_id()
|
/linux-4.1.27/Documentation/fb/ |
D | deferred_io.txt | 9 - userspace app like Xfbdev mmaps framebuffer 11 - userspace app tries to write to mmaped vaddress 16 - app continues writing to that page with no additional cost. this is 21 - app tries to write to the address (that has now been mkcleaned)
|
D | cmap_xfbdev.txt | 50 that the app wants to match to. The above code is doing what looks like a least
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 115 allow user app to set the time once and activate it to run it once for the 147 - Control of vibrate (phones, tablets etc.) hardware by user space app. 148 - Use of LED by user space app as activity indicator. 149 - Use of LED by user space app as a kind of watchdog indicator -- as 150 long as the app is alive, it can keep the LED illuminated, if it dies 152 - Use by any user space app that needs a transient GPIO output.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 316 follows (rt-app is used to create a -deadline task). 329 rt-app -t 100000:10000:d:0 -D5 (it is now actually superfluous to specify 358 The first testing application is called rt-app and can be used to 359 start multiple threads with specific parameters. rt-app supports 361 parameters (e.g., niceness, priority, runtime/deadline/period). rt-app 365 rt-app is available at: https://github.com/scheduler-tools/rt-app. 370 # rt-app -t 100000:10000:d -t 150000:20000:f:10 -D5 378 can be passed as input to rt-app with something like this: 380 # rt-app my_config.json 383 of the command line options. Please refer to rt-app documentation for more [all …]
|
D | sched-nice-design.txt | 82 proof, and a buggy SCHED_FIFO app can also lock up the system for good.
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 1943 if (entry->app.selector != DCB_APP_IDTYPE_ETHTYPE) in fcoe_dcb_app_notification() 1958 prio = ffs(entry->app.priority) - 1; in fcoe_dcb_app_notification() 1960 prio = entry->app.priority; in fcoe_dcb_app_notification() 1965 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification() 1966 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification() 1969 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification() 2277 struct dcb_app app = { in fcoe_dcb_create() local 2287 app.selector = IEEE_8021QAZ_APP_SEL_ETHERTYPE; in fcoe_dcb_create() 2288 up = dcb_ieee_getapp_mask(netdev, &app); in fcoe_dcb_create() 2289 app.protocol = ETH_P_FIP; in fcoe_dcb_create() [all …]
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 34 instrumentation as well as some setup code called early after the app 39 that the app will be using MPX. The app must be careful not to access 41 when it calls the prctl(). This might be hard to guarantee if the app 77 * Handles #BR exceptions and sends SIGSEGV to the app when it violates 148 But, it isn't practical at a larger scale since a given app has no 149 way of controlling how all the parts of the app might allocate memory
|
/linux-4.1.27/drivers/pci/host/ |
D | pci-keystone.h | 35 struct resource app; member
|
D | pci-keystone-dw.c | 77 return ks_pcie->app.start + MSI_IRQ; in ks_dw_pcie_get_msi_addr() 443 writel(ks_pcie->app.start, pp->dbi_base + PCI_BASE_ADDRESS_0); in ks_dw_pcie_v3_65_scan_bus() 503 ks_pcie->app = *res; in ks_dw_pcie_host_init()
|
/linux-4.1.27/tools/perf/util/ |
D | map.c | 86 char *ndk, *app; in replace_android_lib() local 92 app = getenv("APP_PLATFORM"); in replace_android_lib() 94 if (!(ndk && app)) in replace_android_lib() 98 app_length = strlen(app); in replace_android_lib() 118 ndk, app, arch, libname); in replace_android_lib()
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | Kconfig | 43 app. 100KB. If you are not sure whether your card is a Tigon I or a
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | ac14xx.dts | 247 axe-app { 248 compatible = "fsl,mpc5121-axe-app";
|
D | mgcoge.dts | 88 partition@app { /* 64 MBytes */
|
/linux-4.1.27/net/sctp/ |
D | input.c | 472 struct sctp_association **app, in sctp_err_lookup() argument 485 *app = NULL; *tpp = NULL; in sctp_err_lookup() 537 *app = asoc; in sctp_err_lookup()
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | sched-migration.py | 365 app = wx.App(False) 368 app.MainLoop()
|
/linux-4.1.27/arch/x86/kernel/ |
D | e820.c | 243 struct change_member * const *app = a, * const *bpp = b; in cpcompare() local 244 const struct change_member *ap = *app, *bp = *bpp; in cpcompare()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 46 analog link dma app FullBuffer 65 The app time corresponds to the time tracked by an application after
|
/linux-4.1.27/Documentation/ |
D | dell_rbu.txt | 21 of physical pages having the BIOS image. In case of packetized the app
|
D | java.txt | 371 To test your new setup, enter in the following simple Java app, and name
|
D | dma-buf-sharing.txt | 439 multi-threaded app[3]. The issue is made worse when it is library code
|
/linux-4.1.27/Documentation/vm/ |
D | ksm.txt | 27 The app may call int madvise(addr, length, MADV_UNMERGEABLE) to cancel
|
/linux-4.1.27/drivers/hid/ |
D | hid-rmi.c | 1145 unsigned app = (*report)->field[i]->application; in rmi_check_valid_report_id() local 1146 if ((app & HID_USAGE_PAGE) >= HID_UP_MSVENDOR) in rmi_check_valid_report_id()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_type.h | 423 struct i40e_ieee_app_priority_table app[I40E_DCBX_MAX_APPS]; member
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 326 to be useless to try to suspend to disk while that app is running? 328 A: No, it should work okay, as long as your app does not mlock()
|
/linux-4.1.27/mm/ |
D | Kconfig | 335 of an application's address space that an app has advised may be 338 saving memory until one or another app needs to modify the content.
|
/linux-4.1.27/sound/oss/ |
D | CHANGELOG | 230 use select() carefully when you are writing a half duplex app.
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 517 00400000 default file=/usr/local/bin/app mapped=1 active=0 N3=1 kernelpagesize_kB=4 518 00600000 default file=/usr/local/bin/app anon=1 dirty=1 N3=1 kernelpagesize_kB=4
|
/linux-4.1.27/Documentation/networking/ |
D | rxrpc.txt | 334 that the app specifies in the client by attaching it to the first data
|
D | ip-sysctl.txt | 1145 app probes in PROBE state. Defaults to 0.
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 820 the app is no longer running
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1847 to launch gdb (my victim app. ) now be bad & do the following from another
|
/linux-4.1.27/ |
D | CREDITS | 692 D: IP masq hashing and app modules
|