Searched refs:key_ (Results 1 – 2 of 2) sorted by relevance
18 static ssize_t key_##name##_read(struct file *file, \29 static const struct debugfs_short_fops key_ ##name## _ops = { \30 .read = key_##name##_read, \35 static const struct debugfs_short_fops key_ ##name## _ops = { \36 .read = key_##name##_read, \37 .write = key_##name##_write, \50 static const struct debugfs_short_fops key_ ##name## _ops = { \319 key, &key_##name##_ops)322 key, &key_##name##_ops);
47 static struct sw_flow_key *clone_key(const struct sw_flow_key *key_) in clone_key() argument56 *key = *key_; in clone_key()
Completed in 15 milliseconds