Home
last modified time | relevance | path

Searched defs:con (Results 326 - 350 of 381) sorted by relevance

1...<<111213141516

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_uprobe.c1473 static int uprobe_dispatcher(struct uprobe_consumer *con, struct pt_regs *regs) in uprobe_dispatcher() argument
1510 static int uretprobe_dispatcher(struct uprobe_consumer *con, in uretprobe_dispatcher() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger.c100 void ceph_con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_clear() argument
107 void ceph_con_flag_set(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_set() argument
114 bool ceph_con_flag_test(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_test() argument
121 bool ceph_con_flag_test_and_clear(struct ceph_connection *con, in ceph_con_flag_test_and_clear() argument
129 bool ceph_con_flag_test_and_set(struct ceph_connection *con, in ceph_con_flag_test_and_set() argument
280 con_sock_state_init(struct ceph_connection *con) con_sock_state_init() argument
291 con_sock_state_connecting(struct ceph_connection *con) con_sock_state_connecting() argument
302 con_sock_state_connected(struct ceph_connection *con) con_sock_state_connected() argument
313 con_sock_state_closing(struct ceph_connection *con) con_sock_state_closing() argument
326 con_sock_state_closed(struct ceph_connection *con) con_sock_state_closed() argument
347 struct ceph_connection *con = sk->sk_user_data; ceph_sock_data_ready() local
365 struct ceph_connection *con = sk->sk_user_data; ceph_sock_write_space() local
388 struct ceph_connection *con = sk->sk_user_data; ceph_sock_state_change() local
416 set_sock_callbacks(struct socket *sock, struct ceph_connection *con) set_sock_callbacks() argument
434 ceph_tcp_connect(struct ceph_connection *con) ceph_tcp_connect() argument
485 ceph_con_close_socket(struct ceph_connection *con) ceph_con_close_socket() argument
508 ceph_con_reset_protocol(struct ceph_connection *con) ceph_con_reset_protocol() argument
554 ceph_con_reset_session(struct ceph_connection *con) ceph_con_reset_session() argument
575 ceph_con_close(struct ceph_connection *con) ceph_con_close() argument
597 ceph_con_open(struct ceph_connection *con, __u8 entity_type, __u64 entity_num, struct ceph_entity_addr *addr) ceph_con_open() argument
620 ceph_con_opened(struct ceph_connection *con) ceph_con_opened() argument
631 ceph_con_init(struct ceph_connection *con, void *private, const struct ceph_connection_operations *ops, struct ceph_messenger *msgr) ceph_con_init() argument
671 ceph_con_discard_sent(struct ceph_connection *con, u64 ack_seq) ceph_con_discard_sent() argument
696 ceph_con_discard_requeued(struct ceph_connection *con, u64 reconnect_seq) ceph_con_discard_requeued() argument
1401 ceph_con_process_message(struct ceph_connection *con) ceph_con_process_message() argument
1434 queue_con_delay(struct ceph_connection *con, unsigned long delay) queue_con_delay() argument
1454 queue_con(struct ceph_connection *con) queue_con() argument
1459 cancel_con(struct ceph_connection *con) cancel_con() argument
1467 con_sock_closed(struct ceph_connection *con) con_sock_closed() argument
1499 con_backoff(struct ceph_connection *con) con_backoff() argument
1519 con_fault_finish(struct ceph_connection *con) con_fault_finish() argument
1543 struct ceph_connection *con = container_of(work, struct ceph_connection, ceph_con_workfn() local
1614 con_fault(struct ceph_connection *con) con_fault() argument
1704 msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) msg_con_set() argument
1713 clear_standby(struct ceph_connection *con) clear_standby() argument
1730 ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) ceph_con_send() argument
1772 struct ceph_connection *con = msg->con; ceph_msg_revoke() local
1812 struct ceph_connection *con = msg->con; ceph_msg_revoke_incoming() local
1839 ceph_con_keepalive(struct ceph_connection *con) ceph_con_keepalive() argument
1852 ceph_con_keepalive_expired(struct ceph_connection *con, unsigned long interval) ceph_con_keepalive_expired() argument
2034 ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg) ceph_alloc_middle() argument
2065 ceph_con_in_msg_alloc(struct ceph_connection *con, struct ceph_msg_header *hdr, int *skip) ceph_con_in_msg_alloc() argument
2112 ceph_con_get_out_msg(struct ceph_connection *con) ceph_con_get_out_msg() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Di2s.c404 u32 con = readl(addr + I2SCON); in i2s_txctrl() local
455 u32 con = readl(addr + I2SCON); i2s_rxctrl() local
[all...]
/third_party/libdrm/tests/modetest/
H A Dmodetest.c1446 static int pipe_attempt_connector(struct device *dev, drmModeConnector *con, in pipe_attempt_connector() argument
1503 drmModeConnector *con = NULL; in pipe_find_preferred() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c313 struct asm_constraint *con; in kill_asm() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c786 struct MHD_Connection *con = data; in MHD_handle_connection() local
[all...]
/third_party/python/Python/
H A Dmarshal.c1429 struct _PyCodeConstructor con = { in r_object() local
/third_party/python/Objects/
H A Dcodeobject.c231 _PyCode_Validate(struct _PyCodeConstructor *con) in _PyCode_Validate() argument
289 init_code(PyCodeObject *co, struct _PyCodeConstructor *con) init_code() argument
446 _PyCode_New(struct _PyCodeConstructor *con) _PyCode_New() argument
574 struct _PyCodeConstructor con = { PyCode_NewWithPosOnlyArgs() local
687 struct _PyCodeConstructor con = { PyCode_NewEmpty() local
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c525 int pysqlite_check_connection(pysqlite_Connection* con) in pysqlite_check_connection() argument
/third_party/selinux/libsepol/src/
H A Dkernel_to_cil.c2538 static char *context_to_str(struct policydb *pdb, struct context_struct *con) in context_to_str() argument
H A Dkernel_to_conf.c2411 static char *context_to_str(struct policydb *pdb, struct context_struct *con) in context_to_str() argument
/third_party/rust/crates/termcolor/src/
H A Dlib.rs626 let mut con = match sty { in create() variables
942 let mut con = match sty { in create() variables
[all...]
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c424 char *con; /* matched context */ member
437 static int filespec_add(ino_t ino, const char *con, const char *file, in filespec_add() argument
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c388 struct device *con = link->consumer; in devlink_add_symlinks() local
437 struct device *con in devlink_remove_symlinks() local
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H A Dddbridge-core.c390 static void calc_con(struct ddb_output *output, u32 *con, u32 *con2, u32 flags) in calc_con() argument
460 u32 con in ddb_output_start() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsamsung_tty.c2673 static void samsung_early_write(struct console *con, const char *s, in samsung_early_write() argument
H A Dmsm_serial.c1706 msm_serial_early_write(struct console *con, const char *s, unsigned n) in msm_serial_early_write() argument
1726 msm_serial_early_write_dm(struct console *con, const char *s, unsigned n) in msm_serial_early_write_dm() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.c2472 static int fbcon_copy_font(struct vc_data *vc, int con) in fbcon_copy_font() argument
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-dapm.c1203 int con = 0; in is_connected_ep() local
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_dentryfile.c1178 int cache_file_name_generate(char *fullname, struct hmdfs_peer *con, in cache_file_name_generate() argument
1349 struct file *cache_file_persistent(struct hmdfs_peer *con, struct file *filp, in cache_file_persistent() argument
1979 cache_file_find_and_delete(struct hmdfs_peer *con, const char *relative_path) cache_file_find_and_delete() argument
1992 cache_file_delete_by_dentry(struct hmdfs_peer *con, struct dentry *dentry) cache_file_delete_by_dentry() argument
2005 hmdfs_get_new_dentry_file(struct hmdfs_peer *con, const char *relative_path, struct hmdfs_dcache_header *header) hmdfs_get_new_dentry_file() argument
2030 add_cfn_to_item(struct dentry *dentry, struct hmdfs_peer *con, struct cache_file_node *cfn) add_cfn_to_item() argument
2044 hmdfs_add_file_to_cache(struct dentry *dentry, struct hmdfs_peer *con, struct file *file, const char *relative_path) hmdfs_add_file_to_cache() argument
2058 read_header_and_revalidate(struct hmdfs_peer *con, struct file *filp, const char *relative_path) read_header_and_revalidate() argument
2071 remote_file_revalidate_cfn(struct dentry *dentry, struct hmdfs_peer *con, struct cache_file_node *cfn, const char *relative_path) remote_file_revalidate_cfn() argument
2104 remote_file_revalidate_item(struct dentry *dentry, struct hmdfs_peer *con, struct clearcache_item *item, const char *relative_path) remote_file_revalidate_item() argument
2138 get_remote_dentry_file(struct dentry *dentry, struct hmdfs_peer *con) get_remote_dentry_file() argument
2276 hmdfs_remove_cache_filp(struct hmdfs_peer *con, struct dentry *dentry) hmdfs_remove_cache_filp() argument
2324 hmdfs_add_remote_cache_list(struct hmdfs_peer *con, const char *dir_path) hmdfs_add_remote_cache_list() argument
[all...]
/kernel/linux/linux-5.10/kernel/printk/
H A Dprintk.c1882 struct console *con; in call_console_drivers() local
2391 struct console *con; have_callable_console() local
2901 struct console *con; unregister_console() local
3005 struct console *con; printk_late_init() local
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A Dmessenger.c119 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in con_flag_clear() argument
126 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set() argument
133 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test() argument
140 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear() argument
148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set() argument
302 con_sock_state_init(struct ceph_connection *con) con_sock_state_init() argument
313 con_sock_state_connecting(struct ceph_connection *con) con_sock_state_connecting() argument
324 con_sock_state_connected(struct ceph_connection *con) con_sock_state_connected() argument
335 con_sock_state_closing(struct ceph_connection *con) con_sock_state_closing() argument
348 con_sock_state_closed(struct ceph_connection *con) con_sock_state_closed() argument
369 struct ceph_connection *con = sk->sk_user_data; ceph_sock_data_ready() local
384 struct ceph_connection *con = sk->sk_user_data; ceph_sock_write_space() local
407 struct ceph_connection *con = sk->sk_user_data; ceph_sock_state_change() local
435 set_sock_callbacks(struct socket *sock, struct ceph_connection *con) set_sock_callbacks() argument
453 ceph_tcp_connect(struct ceph_connection *con) ceph_tcp_connect() argument
593 con_close_socket(struct ceph_connection *con) con_close_socket() argument
635 reset_connection(struct ceph_connection *con) reset_connection() argument
665 ceph_con_close(struct ceph_connection *con) ceph_con_close() argument
687 ceph_con_open(struct ceph_connection *con, __u8 entity_type, __u64 entity_num, struct ceph_entity_addr *addr) ceph_con_open() argument
710 ceph_con_opened(struct ceph_connection *con) ceph_con_opened() argument
718 ceph_con_init(struct ceph_connection *con, void *private, const struct ceph_connection_operations *ops, struct ceph_messenger *msgr) ceph_con_init() argument
756 con_out_kvec_reset(struct ceph_connection *con) con_out_kvec_reset() argument
765 con_out_kvec_add(struct ceph_connection *con, size_t size, void *data) con_out_kvec_add() argument
784 con_out_kvec_skip(struct ceph_connection *con) con_out_kvec_skip() argument
1213 sizeof_footer(struct ceph_connection *con) sizeof_footer() argument
1231 prepare_write_message_footer(struct ceph_connection *con) prepare_write_message_footer() argument
1254 prepare_write_message(struct ceph_connection *con) prepare_write_message() argument
1344 prepare_write_ack(struct ceph_connection *con) prepare_write_ack() argument
1365 prepare_write_seq(struct ceph_connection *con) prepare_write_seq() argument
1383 prepare_write_keepalive(struct ceph_connection *con) prepare_write_keepalive() argument
1405 get_connect_authorizer(struct ceph_connection *con) get_connect_authorizer() argument
1430 prepare_write_banner(struct ceph_connection *con) prepare_write_banner() argument
1440 __prepare_write_connect(struct ceph_connection *con) __prepare_write_connect() argument
1451 prepare_write_connect(struct ceph_connection *con) prepare_write_connect() argument
1496 write_partial_kvec(struct ceph_connection *con) write_partial_kvec() argument
1552 write_partial_message_data(struct ceph_connection *con) write_partial_message_data() argument
1617 write_partial_skip(struct ceph_connection *con) write_partial_skip() argument
1641 prepare_read_banner(struct ceph_connection *con) prepare_read_banner() argument
1647 prepare_read_connect(struct ceph_connection *con) prepare_read_connect() argument
1653 prepare_read_ack(struct ceph_connection *con) prepare_read_ack() argument
1659 prepare_read_seq(struct ceph_connection *con) prepare_read_seq() argument
1666 prepare_read_tag(struct ceph_connection *con) prepare_read_tag() argument
1673 prepare_read_keepalive_ack(struct ceph_connection *con) prepare_read_keepalive_ack() argument
1682 prepare_read_message(struct ceph_connection *con) prepare_read_message() argument
1692 read_partial(struct ceph_connection *con, int end, int size, void *object) read_partial() argument
1710 read_partial_banner(struct ceph_connection *con) read_partial_banner() argument
1743 read_partial_connect(struct ceph_connection *con) read_partial_connect() argument
1784 verify_hello(struct ceph_connection *con) verify_hello() argument
2003 process_banner(struct ceph_connection *con) process_banner() argument
2046 process_connect(struct ceph_connection *con) process_connect() argument
2246 read_partial_ack(struct ceph_connection *con) read_partial_ack() argument
2257 process_ack(struct ceph_connection *con) process_ack() argument
2287 read_partial_message_section(struct ceph_connection *con, struct kvec *section, unsigned int sec_len, u32 *crc) read_partial_message_section() argument
2310 read_partial_msg_data(struct ceph_connection *con) read_partial_msg_data() argument
2356 read_partial_message(struct ceph_connection *con) read_partial_message() argument
2517 process_message(struct ceph_connection *con) process_message() argument
2544 read_keepalive_ack(struct ceph_connection *con) read_keepalive_ack() argument
2560 try_write(struct ceph_connection *con) try_write() argument
2656 try_read(struct ceph_connection *con) try_read() argument
2807 queue_con_delay(struct ceph_connection *con, unsigned long delay) queue_con_delay() argument
2824 queue_con(struct ceph_connection *con) queue_con() argument
2829 cancel_con(struct ceph_connection *con) cancel_con() argument
2837 con_sock_closed(struct ceph_connection *con) con_sock_closed() argument
2866 con_backoff(struct ceph_connection *con) con_backoff() argument
2886 con_fault_finish(struct ceph_connection *con) con_fault_finish() argument
2910 struct ceph_connection *con = container_of(work, struct ceph_connection, ceph_con_workfn() local
2975 con_fault(struct ceph_connection *con) con_fault() argument
3066 msg_con_set(struct ceph_msg *msg, struct ceph_connection *con) msg_con_set() argument
3075 clear_standby(struct ceph_connection *con) clear_standby() argument
3090 ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg) ceph_con_send() argument
3132 struct ceph_connection *con = msg->con; ceph_msg_revoke() local
3178 struct ceph_connection *con = msg->con; ceph_msg_revoke_incoming() local
3213 ceph_con_keepalive(struct ceph_connection *con) ceph_con_keepalive() argument
3226 ceph_con_keepalive_expired(struct ceph_connection *con, unsigned long interval) ceph_con_keepalive_expired() argument
3396 ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg) ceph_alloc_middle() argument
3427 ceph_con_in_msg_alloc(struct ceph_connection *con, int *skip) ceph_con_in_msg_alloc() argument
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_dentryfile.c1179 int cache_file_name_generate(char *fullname, struct hmdfs_peer *con, in cache_file_name_generate() argument
1350 struct file *cache_file_persistent(struct hmdfs_peer *con, struct file *filp, in cache_file_persistent() argument
1980 cache_file_find_and_delete(struct hmdfs_peer *con, const char *relative_path) cache_file_find_and_delete() argument
1993 cache_file_delete_by_dentry(struct hmdfs_peer *con, struct dentry *dentry) cache_file_delete_by_dentry() argument
2006 hmdfs_get_new_dentry_file(struct hmdfs_peer *con, const char *relative_path, struct hmdfs_dcache_header *header) hmdfs_get_new_dentry_file() argument
2031 add_cfn_to_item(struct dentry *dentry, struct hmdfs_peer *con, struct cache_file_node *cfn) add_cfn_to_item() argument
2045 hmdfs_add_file_to_cache(struct dentry *dentry, struct hmdfs_peer *con, struct file *file, const char *relative_path) hmdfs_add_file_to_cache() argument
2059 read_header_and_revalidate(struct hmdfs_peer *con, struct file *filp, const char *relative_path) read_header_and_revalidate() argument
2072 remote_file_revalidate_cfn(struct dentry *dentry, struct hmdfs_peer *con, struct cache_file_node *cfn, const char *relative_path) remote_file_revalidate_cfn() argument
2105 remote_file_revalidate_item(struct dentry *dentry, struct hmdfs_peer *con, struct clearcache_item *item, const char *relative_path) remote_file_revalidate_item() argument
2139 get_remote_dentry_file(struct dentry *dentry, struct hmdfs_peer *con) get_remote_dentry_file() argument
2277 hmdfs_remove_cache_filp(struct hmdfs_peer *con, struct dentry *dentry) hmdfs_remove_cache_filp() argument
2325 hmdfs_add_remote_cache_list(struct hmdfs_peer *con, const char *dir_path) hmdfs_add_remote_cache_list() argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Damba-pl011.c2536 static void qdf2400_e44_early_write(struct console *con, const char *s, unsigned n) in qdf2400_e44_early_write() argument
2555 static void pl011_early_write(struct console *con, const char *s, unsigned n) in pl011_early_write() argument
2574 static int pl011_early_read(struct console *con, char *s, unsigned int n) in pl011_early_read() argument
H A Dmsm_serial.c1710 msm_serial_early_write(struct console *con, const char *s, unsigned n) in msm_serial_early_write() argument
1730 msm_serial_early_write_dm(struct console *con, const char *s, unsigned n) in msm_serial_early_write_dm() argument

Completed in 78 milliseconds

1...<<111213141516