Home
last modified time | relevance | path

Searched refs:pending_entry (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dsmc_smp.h36 struct pending_entry { struct
139 struct pending_entry *find_pending_entry(pid_t pid);
140 void foreach_pending_entry(void (*func)(struct pending_entry *));
141 void put_pending_entry(struct pending_entry *pe);
H A Dsmc_smp.c511 static struct pending_entry *init_pending_entry(void) in init_pending_entry()
513 struct pending_entry *pe = NULL; in init_pending_entry()
540 struct pending_entry *find_pending_entry(pid_t pid) in find_pending_entry()
542 struct pending_entry *pe = NULL; in find_pending_entry()
556 void foreach_pending_entry(void (*func)(struct pending_entry *)) in foreach_pending_entry()
558 struct pending_entry *pe = NULL; in foreach_pending_entry()
570 void put_pending_entry(struct pending_entry *pe) in put_pending_entry()
583 static void restore_cpu_mask(struct pending_entry *pe) in restore_cpu_mask()
592 static void release_pending_entry(struct pending_entry *pe) in release_pending_entry()
615 static bool match_ta_affinity(struct pending_entry *p
[all...]
H A Dtz_spi_notify.c398 struct pending_entry *pe = NULL; in tc_notify_set_affinity()
429 * in this case, cannot find pending_entry), in tc_notify_set_affinity()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf.h67 struct pending_entry { struct
77 struct pending_entry *head; /* head of the queue */
H A Dcptvf_reqmanager.c15 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry()
18 struct pending_entry *ent = NULL; in get_free_pending_entry()
334 struct pending_entry *pentry = NULL; in process_pending_queue()
417 struct pending_entry *pentry = NULL; in process_request()
H A Drequest_manager.h105 struct pending_entry *pentry;
H A Dcptvf_main.c114 size = (qlen * sizeof(struct pending_entry)); in alloc_pending_queues()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf.h67 struct pending_entry { struct
77 struct pending_entry *head; /* head of the queue */
H A Dcptvf_reqmanager.c15 static struct pending_entry *get_free_pending_entry(struct pending_queue *q, in get_free_pending_entry()
18 struct pending_entry *ent = NULL; in get_free_pending_entry()
330 struct pending_entry *pentry = NULL; in process_pending_queue()
413 struct pending_entry *pentry = NULL; in process_request()
H A Drequest_manager.h105 struct pending_entry *pentry;

Completed in 8 milliseconds