Home
last modified time | relevance | path

Searched refs:nt (Results 1 - 25 of 93) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/net/
H A Dnetconsole.c128 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
130 if (config_item_name(&nt->item)) in netconsole_target_get()
131 config_item_get(&nt->item); in netconsole_target_get()
134 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
136 if (config_item_name(&nt->item)) in netconsole_target_put()
137 config_item_put(&nt->item); in netconsole_target_put()
155 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
159 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
169 struct netconsole_target *nt; in alloc_param_target() local
175 nt in alloc_param_target()
209 free_param_target(struct netconsole_target *nt) free_param_target() argument
273 struct netconsole_target *nt = to_target(item); local_ip_show() local
283 struct netconsole_target *nt = to_target(item); remote_ip_show() local
314 struct netconsole_target *nt = to_target(item); enabled_store() local
373 struct netconsole_target *nt = to_target(item); extended_store() local
405 struct netconsole_target *nt = to_target(item); dev_name_store() local
430 struct netconsole_target *nt = to_target(item); local_port_store() local
453 struct netconsole_target *nt = to_target(item); remote_port_store() local
476 struct netconsole_target *nt = to_target(item); local_ip_store() local
512 struct netconsole_target *nt = to_target(item); remote_ip_store() local
548 struct netconsole_target *nt = to_target(item); remote_mac_store() local
621 struct netconsole_target *nt; make_netconsole_target() local
652 struct netconsole_target *nt = to_target(item); drop_netconsole_target() local
695 struct netconsole_target *nt; netconsole_netdev_event() local
769 send_ext_msg_udp(struct netconsole_target *nt, const char *msg, int msg_len) send_ext_msg_udp() argument
822 struct netconsole_target *nt; write_ext_msg() local
839 struct netconsole_target *nt; write_msg() local
884 struct netconsole_target *nt, *tmp; init_netconsole() local
945 struct netconsole_target *nt, *tmp; cleanup_netconsole() local
[all...]
H A Dnlmon.c31 struct netlink_tap nt; member
38 nlmon->nt.dev = dev; in nlmon_open()
39 nlmon->nt.module = THIS_MODULE; in nlmon_open()
40 return netlink_add_tap(&nlmon->nt); in nlmon_open()
47 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35950.c92 static void nt35950_reset(struct nt35950 *nt) in nt35950_reset() argument
94 gpiod_set_value_cansleep(nt->reset_gpio, 1); in nt35950_reset()
96 gpiod_set_value_cansleep(nt->reset_gpio, 0); in nt35950_reset()
98 gpiod_set_value_cansleep(nt->reset_gpio, 1); in nt35950_reset()
104 * @nt: Main driver structure
109 static int nt35950_set_cmd2_page(struct nt35950 *nt, u8 page) in nt35950_set_cmd2_page() argument
115 ret = mipi_dsi_dcs_write_buffer(nt->dsi[0], mauc_cmd2_page, in nt35950_set_cmd2_page()
120 nt->last_page = page; in nt35950_set_cmd2_page()
126 * @nt: Main driver structure
131 static int nt35950_set_data_compression(struct nt35950 *nt, u argument
178 nt35950_set_scaler(struct nt35950 *nt, u8 scale_up) nt35950_set_scaler() argument
193 nt35950_set_scale_mode(struct nt35950 *nt, u8 mode) nt35950_set_scale_mode() argument
215 nt35950_inject_black_image(struct nt35950 *nt) nt35950_inject_black_image() argument
248 nt35950_set_dispout(struct nt35950 *nt) nt35950_set_dispout() argument
262 nt35950_get_current_mode(struct nt35950 *nt) nt35950_get_current_mode() argument
284 nt35950_on(struct nt35950 *nt) nt35950_on() argument
367 nt35950_off(struct nt35950 *nt) nt35950_off() argument
393 nt35950_sharp_init_vregs(struct nt35950 *nt, struct device *dev) nt35950_sharp_init_vregs() argument
430 struct nt35950 *nt = to_nt35950(panel); nt35950_prepare() local
476 struct nt35950 *nt = to_nt35950(panel); nt35950_unprepare() local
497 struct nt35950 *nt = to_nt35950(panel); nt35950_get_modes() local
536 struct nt35950 *nt; nt35950_probe() local
625 struct nt35950 *nt = mipi_dsi_get_drvdata(dsi); nt35950_remove() local
[all...]
H A Dpanel-novatek-nt35510.c394 static int nt35510_send_long(struct nt35510 *nt, struct mipi_dsi_device *dsi, in nt35510_send_long() argument
406 dev_err(nt->dev, "error sending DCS command seq cmd %02x\n", cmd); in nt35510_send_long()
418 dev_err(nt->dev, "error sending generic write seq %02x\n", cmd); in nt35510_send_long()
424 dev_dbg(nt->dev, "sent command %02x %02x bytes\n", cmd, cmdlen); in nt35510_send_long()
428 static int nt35510_read_id(struct nt35510 *nt) in nt35510_read_id() argument
430 struct mipi_dsi_device *dsi = to_mipi_dsi_device(nt->dev); in nt35510_read_id()
436 dev_err(nt->dev, "could not read MTP ID1\n"); in nt35510_read_id()
441 dev_err(nt->dev, "could not read MTP ID2\n"); in nt35510_read_id()
446 dev_err(nt->dev, "could not read MTP ID3\n"); in nt35510_read_id()
455 dev_info(nt in nt35510_read_id()
464 nt35510_setup_power(struct nt35510 *nt) nt35510_setup_power() argument
535 nt35510_setup_display(struct nt35510 *nt) nt35510_setup_display() argument
651 struct nt35510 *nt = bl_get_data(bl); nt35510_set_brightness() local
673 nt35510_power_on(struct nt35510 *nt) nt35510_power_on() argument
767 nt35510_power_off(struct nt35510 *nt) nt35510_power_off() argument
783 struct nt35510 *nt = panel_to_nt35510(panel); nt35510_unprepare() local
813 struct nt35510 *nt = panel_to_nt35510(panel); nt35510_prepare() local
844 struct nt35510 *nt = panel_to_nt35510(panel); nt35510_get_modes() local
875 struct nt35510 *nt; nt35510_probe() local
971 struct nt35510 *nt = mipi_dsi_get_drvdata(dsi); nt35510_remove() local
[all...]
H A Dpanel-novatek-nt35560.c150 struct nt35560 *nt = bl_get_data(bl); in nt35560_set_brightness() local
151 struct mipi_dsi_device *dsi = to_mipi_dsi_device(nt->dev); in nt35560_set_brightness()
165 dev_err(nt->dev, "failed to disable display backlight (%d)\n", ret); in nt35560_set_brightness()
178 dev_dbg(nt->dev, "calculated duty cycle %02x\n", pwm_ratio); in nt35560_set_brightness()
182 dev_err(nt->dev, "failed to set display PWM ratio (%d)\n", ret); in nt35560_set_brightness()
198 dev_err(nt->dev, "failed to unlock CMD 2 (%d)\n", ret); in nt35560_set_brightness()
204 dev_err(nt->dev, "failed to enter page 1 (%d)\n", ret); in nt35560_set_brightness()
210 dev_err(nt->dev, "failed to disable MTP reload (%d)\n", ret); in nt35560_set_brightness()
215 dev_err(nt->dev, "failed to set PWM divisor (%d)\n", ret); in nt35560_set_brightness()
221 dev_err(nt in nt35560_set_brightness()
247 nt35560_read_id(struct nt35560 *nt) nt35560_read_id() argument
293 nt35560_power_on(struct nt35560 *nt) nt35560_power_on() argument
313 nt35560_power_off(struct nt35560 *nt) nt35560_power_off() argument
324 struct nt35560 *nt = panel_to_nt35560(panel); nt35560_prepare() local
395 struct nt35560 *nt = panel_to_nt35560(panel); nt35560_unprepare() local
422 struct nt35560 *nt = panel_to_nt35560(panel); nt35560_get_modes() local
456 struct nt35560 *nt; nt35560_probe() local
527 struct nt35560 *nt = mipi_dsi_get_drvdata(dsi); nt35560_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/net/
H A Dnetconsole.c133 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
135 if (config_item_name(&nt->item)) in netconsole_target_get()
136 config_item_get(&nt->item); in netconsole_target_get()
139 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
141 if (config_item_name(&nt->item)) in netconsole_target_put()
142 config_item_put(&nt->item); in netconsole_target_put()
160 static void netconsole_target_get(struct netconsole_target *nt) in netconsole_target_get() argument
164 static void netconsole_target_put(struct netconsole_target *nt) in netconsole_target_put() argument
175 struct netconsole_target *nt; in alloc_and_init() local
177 nt in alloc_and_init()
198 struct netconsole_target *nt; alloc_param_target() local
241 free_param_target(struct netconsole_target *nt) free_param_target() argument
311 struct netconsole_target *nt = to_target(item); local_ip_show() local
321 struct netconsole_target *nt = to_target(item); remote_ip_show() local
352 struct netconsole_target *nt = to_target(item); enabled_store() local
412 struct netconsole_target *nt = to_target(item); release_store() local
440 struct netconsole_target *nt = to_target(item); extended_store() local
468 struct netconsole_target *nt = to_target(item); dev_name_store() local
493 struct netconsole_target *nt = to_target(item); local_port_store() local
516 struct netconsole_target *nt = to_target(item); remote_port_store() local
539 struct netconsole_target *nt = to_target(item); local_ip_store() local
575 struct netconsole_target *nt = to_target(item); remote_ip_store() local
611 struct netconsole_target *nt = to_target(item); remote_mac_store() local
685 struct netconsole_target *nt; make_netconsole_target() local
707 struct netconsole_target *nt = to_target(item); drop_netconsole_target() local
750 struct netconsole_target *nt; netconsole_netdev_event() local
824 send_ext_msg_udp(struct netconsole_target *nt, const char *msg, int msg_len) send_ext_msg_udp() argument
894 struct netconsole_target *nt; write_ext_msg() local
911 struct netconsole_target *nt; write_msg() local
956 struct netconsole_target *nt, *tmp; init_netconsole() local
1019 struct netconsole_target *nt, *tmp; cleanup_netconsole() local
[all...]
H A Dnlmon.c32 struct netlink_tap nt; member
39 nlmon->nt.dev = dev; in nlmon_open()
40 nlmon->nt.module = THIS_MODULE; in nlmon_open()
41 return netlink_add_tap(&nlmon->nt); in nlmon_open()
48 return netlink_remove_tap(&nlmon->nt); in nlmon_close()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35510.c394 static int nt35510_send_long(struct nt35510 *nt, struct mipi_dsi_device *dsi, in nt35510_send_long() argument
406 dev_err(nt->dev, "error sending DCS command seq cmd %02x\n", cmd); in nt35510_send_long()
418 dev_err(nt->dev, "error sending generic write seq %02x\n", cmd); in nt35510_send_long()
424 dev_dbg(nt->dev, "sent command %02x %02x bytes\n", cmd, cmdlen); in nt35510_send_long()
428 static int nt35510_read_id(struct nt35510 *nt) in nt35510_read_id() argument
430 struct mipi_dsi_device *dsi = to_mipi_dsi_device(nt->dev); in nt35510_read_id()
436 dev_err(nt->dev, "could not read MTP ID1\n"); in nt35510_read_id()
441 dev_err(nt->dev, "could not read MTP ID2\n"); in nt35510_read_id()
446 dev_err(nt->dev, "could not read MTP ID3\n"); in nt35510_read_id()
455 dev_info(nt in nt35510_read_id()
464 nt35510_setup_power(struct nt35510 *nt) nt35510_setup_power() argument
535 nt35510_setup_display(struct nt35510 *nt) nt35510_setup_display() argument
651 struct nt35510 *nt = bl_get_data(bl); nt35510_set_brightness() local
673 nt35510_power_on(struct nt35510 *nt) nt35510_power_on() argument
767 nt35510_power_off(struct nt35510 *nt) nt35510_power_off() argument
783 struct nt35510 *nt = panel_to_nt35510(panel); nt35510_unprepare() local
813 struct nt35510 *nt = panel_to_nt35510(panel); nt35510_prepare() local
844 struct nt35510 *nt = panel_to_nt35510(panel); nt35510_get_modes() local
875 struct nt35510 *nt; nt35510_probe() local
971 struct nt35510 *nt = mipi_dsi_get_drvdata(dsi); nt35510_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c218 struct ntb_transport_ctx *nt; member
272 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count)
328 static int ntb_bus_init(struct ntb_transport_ctx *nt) in ntb_bus_init() argument
330 list_add_tail(&nt->entry, &ntb_transport_list); in ntb_bus_init()
334 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove() argument
338 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) { in ntb_bus_remove()
345 list_del(&nt->entry); in ntb_bus_remove()
365 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local
367 list_for_each_entry(nt, in ntb_transport_unregister_client_dev()
386 struct ntb_transport_ctx *nt; ntb_transport_register_client_dev() local
615 ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_setup_qp_mw() argument
694 ntb_transport_setup_qp_peer_msi(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_setup_qp_peer_msi() argument
721 ntb_transport_setup_qp_msi(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_setup_qp_msi() argument
770 ntb_transport_msi_peer_desc_changed(struct ntb_transport_ctx *nt) ntb_transport_msi_peer_desc_changed() argument
782 struct ntb_transport_ctx *nt = data; ntb_transport_msi_desc_changed() local
793 ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw) ntb_free_mw() argument
855 ntb_set_mw(struct ntb_transport_ctx *nt, int num_mw, resource_size_t size) ntb_set_mw() argument
946 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_cleanup() local
963 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_cleanup_work() local
977 ntb_transport_link_cleanup(struct ntb_transport_ctx *nt) ntb_transport_link_cleanup() argument
1011 struct ntb_transport_ctx *nt = ntb_transport_link_cleanup_work() local
1019 struct ntb_transport_ctx *nt = data; ntb_transport_event_callback() local
1029 struct ntb_transport_ctx *nt = ntb_transport_link_work() local
1137 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_work() local
1165 ntb_transport_init_queue(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_init_queue() argument
1252 struct ntb_transport_ctx *nt; ntb_transport_probe() local
1412 struct ntb_transport_ctx *nt = ndev->ctx; ntb_transport_free() local
1989 struct ntb_transport_ctx *nt; ntb_transport_create_queue() local
2440 struct ntb_transport_ctx *nt = data; ntb_transport_doorbell_callback() local
[all...]
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c218 struct ntb_transport_ctx *nt; member
272 #define QP_TO_MW(nt, qp) ((qp) % nt->mw_count)
326 static int ntb_bus_init(struct ntb_transport_ctx *nt) in ntb_bus_init() argument
328 list_add_tail(&nt->entry, &ntb_transport_list); in ntb_bus_init()
332 static void ntb_bus_remove(struct ntb_transport_ctx *nt) in ntb_bus_remove() argument
336 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) { in ntb_bus_remove()
343 list_del(&nt->entry); in ntb_bus_remove()
363 struct ntb_transport_ctx *nt; in ntb_transport_unregister_client_dev() local
365 list_for_each_entry(nt, in ntb_transport_unregister_client_dev()
384 struct ntb_transport_ctx *nt; ntb_transport_register_client_dev() local
613 ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_setup_qp_mw() argument
692 ntb_transport_setup_qp_peer_msi(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_setup_qp_peer_msi() argument
719 ntb_transport_setup_qp_msi(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_setup_qp_msi() argument
768 ntb_transport_msi_peer_desc_changed(struct ntb_transport_ctx *nt) ntb_transport_msi_peer_desc_changed() argument
780 struct ntb_transport_ctx *nt = data; ntb_transport_msi_desc_changed() local
791 ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw) ntb_free_mw() argument
853 ntb_set_mw(struct ntb_transport_ctx *nt, int num_mw, resource_size_t size) ntb_set_mw() argument
944 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_cleanup() local
961 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_cleanup_work() local
975 ntb_transport_link_cleanup(struct ntb_transport_ctx *nt) ntb_transport_link_cleanup() argument
1009 struct ntb_transport_ctx *nt = ntb_transport_link_cleanup_work() local
1017 struct ntb_transport_ctx *nt = data; ntb_transport_event_callback() local
1027 struct ntb_transport_ctx *nt = ntb_transport_link_work() local
1135 struct ntb_transport_ctx *nt = qp->transport; ntb_qp_link_work() local
1163 ntb_transport_init_queue(struct ntb_transport_ctx *nt, unsigned int qp_num) ntb_transport_init_queue() argument
1250 struct ntb_transport_ctx *nt; ntb_transport_probe() local
1410 struct ntb_transport_ctx *nt = ndev->ctx; ntb_transport_free() local
1987 struct ntb_transport_ctx *nt; ntb_transport_create_queue() local
2438 struct ntb_transport_ctx *nt = data; ntb_transport_doorbell_callback() local
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dname_distr.c89 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
94 list_add_tail_rcu(&publ->binding_node, &nt->node_scope); in tipc_named_publish()
97 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
98 list_add_tail(&publ->binding_node, &nt->cluster_scope); in tipc_named_publish()
99 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
105 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++); in tipc_named_publish()
117 struct name_table *nt = tipc_name_table(net); in tipc_named_withdraw() local
121 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
123 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
132 msg_set_named_seqno(buf_msg(skb), nt in tipc_named_withdraw()
200 struct name_table *nt = tipc_name_table(net); tipc_named_node_up() local
268 struct name_table *nt = tipc_name_table(net); tipc_publ_notify() local
403 struct name_table *nt = tipc_name_table(net); tipc_named_reinit() local
[all...]
H A Dname_table.c446 struct name_table *nt = tipc_name_table(net); in tipc_service_find() local
450 service_head = &nt->services[hash(type)]; in tipc_service_find()
463 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_insert_publ() local
474 sc = tipc_service_create(type, &nt->services[hash(type)]); in tipc_nametbl_insert_publ()
728 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_publish() local
736 if (nt->local_publ_count >= TIPC_MAX_PUBL) { in tipc_nametbl_publish()
744 nt->local_publ_count++; in tipc_nametbl_publish()
747 rc_dests = nt->rc_dests; in tipc_nametbl_publish()
763 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_withdraw() local
774 nt in tipc_nametbl_withdraw()
797 struct name_table *nt = tipc_name_table(sub->net); tipc_nametbl_subscribe() local
854 struct name_table *nt; tipc_nametbl_init() local
896 struct name_table *nt = tipc_name_table(net); tipc_nametbl_stop() local
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Dname_distr.c90 struct name_table *nt = tipc_name_table(net); in tipc_named_publish() local
95 list_add_tail_rcu(&p->binding_node, &nt->node_scope); in tipc_named_publish()
98 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
99 list_add_tail(&p->binding_node, &nt->cluster_scope); in tipc_named_publish()
100 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_publish()
106 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++); in tipc_named_publish()
120 struct name_table *nt = tipc_name_table(net); in tipc_named_withdraw() local
124 write_lock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
126 write_unlock_bh(&nt->cluster_scope_lock); in tipc_named_withdraw()
135 msg_set_named_seqno(buf_msg(skb), nt in tipc_named_withdraw()
208 struct name_table *nt = tipc_name_table(net); tipc_named_node_up() local
255 struct name_table *nt = tipc_name_table(net); tipc_publ_notify() local
398 struct name_table *nt = tipc_name_table(net); tipc_named_reinit() local
[all...]
H A Dname_table.c260 struct name_table *nt = tipc_name_table(net); in tipc_service_create() local
275 hd = &nt->services[hash(ua->sr.type)]; in tipc_service_create()
464 struct name_table *nt = tipc_name_table(net); in tipc_service_find() local
468 service_head = &nt->services[hash(ua->sr.type)]; in tipc_service_find()
763 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_publish() local
771 if (nt->local_publ_count >= TIPC_MAX_PUBL) { in tipc_nametbl_publish()
778 nt->local_publ_count++; in tipc_nametbl_publish()
781 rc_dests = nt->rc_dests; in tipc_nametbl_publish()
801 struct name_table *nt = tipc_name_table(net); in tipc_nametbl_withdraw() local
811 nt in tipc_nametbl_withdraw()
888 struct name_table *nt; tipc_nametbl_init() local
932 struct name_table *nt = tipc_name_table(net); tipc_nametbl_stop() local
[all...]
/kernel/linux/linux-5.10/arch/hexagon/lib/
H A Dmemset.S159 if (r2==#0) jump:nt .L1
164 if (p0.new) jump:nt .L3
179 if (!p0.new) jump:nt .L8
191 if (!p0.new) jump:nt .L10
197 if (p0.new) jump:nt .L1
202 if (!p0.new) jump:nt .L12
208 if (p0.new) jump:nt .L1
213 if (!p0.new) jump:nt .L14
216 if (r3==#0) jump:nt .L17
222 if (r3==#0) jump:nt
[all...]
/kernel/linux/linux-6.6/arch/hexagon/lib/
H A Dmemset.S159 if (r2==#0) jump:nt .L1
164 if (p0.new) jump:nt .L3
179 if (!p0.new) jump:nt .L8
191 if (!p0.new) jump:nt .L10
197 if (p0.new) jump:nt .L1
202 if (!p0.new) jump:nt .L12
208 if (p0.new) jump:nt .L1
213 if (!p0.new) jump:nt .L14
216 if (r3==#0) jump:nt .L17
222 if (r3==#0) jump:nt
[all...]
/kernel/linux/linux-5.10/arch/hexagon/mm/
H A Dcopy_user_template.S20 if (!p0.new) jump:nt .Ldone
27 if (!p0.new) jump:nt .Loop_not_aligned_8
53 if (p0.new) jump:nt .Lalign
57 if (!p0.new) jump:nt .Loop_not_aligned_4
83 if (!p0.new) jump:nt .Loop_not_aligned
126 if (p0.new) jump:nt .Loop_not_aligned
/kernel/linux/linux-6.6/arch/hexagon/mm/
H A Dcopy_user_template.S20 if (!p0.new) jump:nt .Ldone
27 if (!p0.new) jump:nt .Loop_not_aligned_8
53 if (p0.new) jump:nt .Lalign
57 if (!p0.new) jump:nt .Loop_not_aligned_4
83 if (!p0.new) jump:nt .Loop_not_aligned
126 if (p0.new) jump:nt .Loop_not_aligned
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh258 local nt;
269 nt="`lscpu | grep '^NUMA node0' | sed -e 's/^[^,]*,\([0-9]*\),.*$/\1/'`"
270 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dfunctions.sh299 local nt;
310 nt="`lscpu | sed -n 's/^Thread(s) per core:\s*//p'`"
311 echo $2 -smp cores=`expr \( $3 + $nt - 1 \) / $nt`,threads=$nt
/kernel/linux/build/
H A Dcheck_build.sh24 elif [ "$file" -nt "$2" ]; then
37 if [ "$3" -nt "$2" ]; then
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_gre.c349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
374 nt = netdev_priv(dev); in ip6gre_tunnel_locate()
375 nt->parms = *parms; in ip6gre_tunnel_locate()
378 nt->dev = dev; in ip6gre_tunnel_locate()
379 nt->net = dev_net(dev); in ip6gre_tunnel_locate()
384 ip6gre_tnl_link_config(nt, 1); in ip6gre_tunnel_locate()
387 if (!(nt->parms.o_flags & TUNNEL_SEQ)) in ip6gre_tunnel_locate()
390 ip6gre_tunnel_link(ign, nt); in ip6gre_tunnel_locate()
391 return nt; in ip6gre_tunnel_locate()
1457 struct ip6_tnl *nt in ip6gre_tnl_init_features() local
1982 struct ip6_tnl *nt; ip6gre_newlink_common() local
2016 struct ip6_tnl *nt = netdev_priv(dev); ip6gre_newlink() local
2036 ip6gre_tunnel_link(net_generic(net, ip6gre_net_id), nt); ip6gre_newlink() local
2046 struct ip6_tnl *t, *nt = netdev_priv(dev); ip6gre_changelink_common() local
2249 struct ip6_tnl *nt = netdev_priv(dev); ip6erspan_newlink() local
2270 ip6gre_tunnel_link(net_generic(net, ip6gre_net_id), nt); ip6erspan_newlink() local
[all...]
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dgluebi.c447 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local
451 gluebi_create(&nt->di, &nt->vi); in gluebi_notify()
454 gluebi_remove(&nt->vi); in gluebi_notify()
457 gluebi_resized(&nt->vi); in gluebi_notify()
460 gluebi_updated(&nt->vi); in gluebi_notify()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dgluebi.c447 struct ubi_notification *nt = ns_ptr; in gluebi_notify() local
451 gluebi_create(&nt->di, &nt->vi); in gluebi_notify()
454 gluebi_remove(&nt->vi); in gluebi_notify()
457 gluebi_resized(&nt->vi); in gluebi_notify()
460 gluebi_updated(&nt->vi); in gluebi_notify()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_gre.c349 struct ip6_tnl *t, *nt; in ip6gre_tunnel_locate() local
374 nt = netdev_priv(dev); in ip6gre_tunnel_locate()
375 nt->parms = *parms; in ip6gre_tunnel_locate()
378 nt->dev = dev; in ip6gre_tunnel_locate()
379 nt->net = dev_net(dev); in ip6gre_tunnel_locate()
384 ip6gre_tnl_link_config(nt, 1); in ip6gre_tunnel_locate()
385 ip6gre_tunnel_link(ign, nt); in ip6gre_tunnel_locate()
386 return nt; in ip6gre_tunnel_locate()
1457 struct ip6_tnl *nt = netdev_priv(dev); in ip6gre_tnl_init_features() local
1463 flags = nt in ip6gre_tnl_init_features()
1979 struct ip6_tnl *nt; ip6gre_newlink_common() local
2013 struct ip6_tnl *nt = netdev_priv(dev); ip6gre_newlink() local
2033 ip6gre_tunnel_link(net_generic(net, ip6gre_net_id), nt); ip6gre_newlink() local
2043 struct ip6_tnl *t, *nt = netdev_priv(dev); ip6gre_changelink_common() local
2246 struct ip6_tnl *nt = netdev_priv(dev); ip6erspan_newlink() local
2267 ip6gre_tunnel_link(net_generic(net, ip6gre_net_id), nt); ip6erspan_newlink() local
[all...]

Completed in 22 milliseconds

1234