| /kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
| H A D | page_track.c | 206 void __kvm_page_track_write(struct kvm *kvm, gpa_t gpa, const u8 *new, int bytes) in __kvm_page_track_write() argument
|
| /kernel/linux/linux-6.6/arch/x86/um/ |
| H A D | tls_32.c | 215 int arch_set_tls(struct task_struct *new, unsigned long tls) in arch_set_tls() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ |
| H A D | drm_context.c | 270 static int drm_context_switch(struct drm_device * dev, int old, int new) in drm_context_switch() argument 298 drm_context_switch_complete(struct drm_device *dev, struct drm_file *file_priv, int new) drm_context_switch_complete() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
| H A D | a5xx_preempt.c | 12 try_preempt_state(struct a5xx_gpu *a5xx_gpu, enum preempt_state old, enum preempt_state new) try_preempt_state() argument 25 set_preempt_state(struct a5xx_gpu *gpu, enum preempt_state new) set_preempt_state() argument
|
| /kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/ |
| H A D | amd_sfh_client.c | 46 struct request_list *new = kzalloc(sizeof(*new), GFP_KERNEL); in amd_sfh_get_report() local
|
| /kernel/linux/linux-6.6/drivers/input/keyboard/ |
| H A D | jornada680_kbd.c | 81 unsigned char new = jornadakbd->new_scan[i]; in jornada_parse_kbd() local
|
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-cache-background-tracker.c | 93 struct rb_node **new = &b->pending.rb_node, *parent = NULL; in __insert_pending() local 122 struct rb_node **new in __find_pending() local [all...] |
| H A D | dm-snap-transient.c | 34 transient_read_metadata(struct dm_exception_store *store, int (*callback)(void *callback_context, chunk_t old, chunk_t new), void *callback_context) transient_read_metadata() argument
|
| /kernel/linux/linux-6.6/tools/lib/ |
| H A D | rbtree.c | 75 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() argument 424 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() argument 85 __rb_insert(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert() argument 227 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) ____rb_erase_color() argument 410 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_erase_color() argument 425 dummy_rotate(struct rb_node *old, struct rb_node *new) dummy_rotate() argument 453 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) __rb_insert_augmented() argument 545 rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) rb_replace_node() argument [all...] |
| /kernel/linux/linux-6.6/tools/objtool/ |
| H A D | special.c | 23 unsigned char size, orig, new; member
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | svcauth.c | 195 auth_domain_lookup(char *name, struct auth_domain *new) in auth_domain_lookup() argument
|
| H A D | backchannel_rqst.c | 327 struct rpc_rqst *req, *new = NULL; in xprt_lookup_bc_request() local 237 xprt_get_bc_request(struct rpc_xprt *xprt, __be32 xid, struct rpc_rqst *new) xprt_get_bc_request() argument [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_mq.c | 175 static int mq_graft(struct Qdisc *sch, unsigned long cl, struct Qdisc *new, in mq_graft() argument 196 qdisc_offload_graft_helper(qdisc_dev(sch), sch, new, *old, in mq_graft() local
|
| /kernel/linux/linux-6.6/rust/kernel/sync/ |
| H A D | lock.rs | 103 pub fn new(t: T, name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> { in new() functions
|
| /kernel/linux/linux-6.6/net/sctp/ |
| H A D | tsnmap.c | 343 unsigned long *new; in sctp_tsnmap_grow() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
| H A D | mlock-random-test.c | 28 struct rlimit new; in set_cap_limits() local
|
| /kernel/linux/linux-6.6/virt/kvm/ |
| H A D | irqchip.c | 173 struct kvm_irq_routing_table *new, *old; in kvm_set_irq_routing() local [all...] |
| /kernel/linux/linux-6.6/security/safesetid/ |
| H A D | lsm.c | 190 static int safesetid_task_fix_setuid(struct cred *new, in safesetid_task_fix_setuid() argument 214 static int safesetid_task_fix_setgid(struct cred *new, in safesetid_task_fix_setgid() argument 238 safesetid_task_fix_setgroups(struct cred *new, const struct cred *old) safesetid_task_fix_setgroups() argument [all...] |
| /kernel/linux/linux-6.6/scripts/mod/ |
| H A D | list.h | 66 static inline void __list_add(struct list_head *new, in __list_add() argument 84 list_add(struct list_head *new, struct list_head *head) list_add() argument 97 list_add_tail(struct list_head *new, struct list_head *head) list_add_tail() argument [all...] |
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | policy_compat.c | 80 u32 new = old & 0xf; in map_old_perms() local [all...] |
| H A D | task.c | 50 struct cred *new; in aa_replace_current_label() local 123 struct cred *new; in aa_set_current_hat() local 163 struct cred *new; aa_restore_previous_label() local [all...] |
| H A D | resource.c | 158 struct aa_profile *old, *new; in __aa_transition_rlimits() local
|
| /kernel/linux/linux-6.6/security/selinux/ |
| H A D | netif.c | 136 struct sel_netif *new; in sel_netif_sid_slow() local [all...] |
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | hashtab.c | 134 int hashtab_duplicate(struct hashtab *new, struct hashtab *orig, in hashtab_duplicate() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | bind6_prog.c | 87 int old, tmp, new = 0xeb9f; in misc_opts() local
|