Home
last modified time | relevance | path

Searched refs:persistent (Results 1 - 25 of 74) sorted by relevance

123

/kernel/linux/linux-5.10/security/keys/
H A Dpersistent.c2 /* General persistent per-UID keyrings register
16 * Create the persistent keyring register for the current user namespace.
36 * Create the persistent keyring for the specified user.
43 struct key *persistent; in key_create_persistent() local
57 persistent = keyring_alloc(index_key->description, in key_create_persistent()
63 if (IS_ERR(persistent)) in key_create_persistent()
64 return ERR_CAST(persistent); in key_create_persistent()
66 return make_key_ref(persistent, true); in key_create_persistent()
70 * Get the persistent keyring for a specific UID and link it to the nominated
77 struct key *persistent; in key_get_persistent() local
[all...]
H A DMakefile23 obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o
/kernel/linux/linux-6.6/security/keys/
H A Dpersistent.c2 /* General persistent per-UID keyrings register
16 * Create the persistent keyring register for the current user namespace.
36 * Create the persistent keyring for the specified user.
43 struct key *persistent; in key_create_persistent() local
57 persistent = keyring_alloc(index_key->description, in key_create_persistent()
63 if (IS_ERR(persistent)) in key_create_persistent()
64 return ERR_CAST(persistent); in key_create_persistent()
66 return make_key_ref(persistent, true); in key_create_persistent()
70 * Get the persistent keyring for a specific UID and link it to the nominated
77 struct key *persistent; in key_get_persistent() local
[all...]
H A DMakefile23 obj-$(CONFIG_PERSISTENT_KEYRINGS) += persistent.o
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-exception-store.c199 char persistent; in dm_exception_store_create() local
212 persistent = toupper(*argv[0]); in dm_exception_store_create()
213 if (persistent == 'P') in dm_exception_store_create()
215 else if (persistent == 'N') in dm_exception_store_create()
274 DMERR("Unable to register persistent exception store type"); in dm_exception_store_init()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-exception-store.c200 char persistent; in dm_exception_store_create() local
213 persistent = toupper(*argv[0]); in dm_exception_store_create()
214 if (persistent == 'P') in dm_exception_store_create()
216 else if (persistent == 'N') in dm_exception_store_create()
275 DMERR("Unable to register persistent exception store type"); in dm_exception_store_init()
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A DMakefile2 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
3 dm-persistent-data-objs := \
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A DMakefile2 obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
3 dm-persistent-data-objs := \
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-arizona.c31 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_in() local
42 if (change && persistent) { in arizona_gpio_direction_in()
101 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_out() local
109 if ((val & ARIZONA_GPN_DIR) && persistent) { in arizona_gpio_direction_out()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-arizona.c30 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_in() local
41 if (change && persistent) { in arizona_gpio_direction_in()
100 bool persistent = gpiochip_line_is_persistent(chip, offset); in arizona_gpio_direction_out() local
108 if ((val & ARIZONA_GPN_DIR) && persistent) { in arizona_gpio_direction_out()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcdrom.h764 __u8 persistent : 1; member
768 __u8 persistent : 1; member
791 __u8 persistent : 1; member
795 __u8 persistent : 1; member
921 __u8 persistent:1; member
925 __u8 persistent:1; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcdrom.h783 __u8 persistent : 1; member
787 __u8 persistent : 1; member
810 __u8 persistent : 1; member
814 __u8 persistent : 1; member
940 __u8 persistent:1; member
944 __u8 persistent:1; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dcdrom.h480 __u8 persistent : 1; member
484 __u8 persistent : 1; member
505 __u8 persistent : 1; member
509 __u8 persistent : 1; member
629 __u8 persistent : 1; member
633 __u8 persistent : 1; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dcdrom.h480 __u8 persistent : 1; member
484 __u8 persistent : 1; member
505 __u8 persistent : 1; member
509 __u8 persistent : 1; member
629 __u8 persistent : 1; member
633 __u8 persistent : 1; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcdrom.h485 __u8 persistent : 1; member
489 __u8 persistent : 1; member
510 __u8 persistent : 1; member
514 __u8 persistent : 1; member
634 __u8 persistent:1; member
638 __u8 persistent:1; member
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dmessages.c52 struct resource *persistent, in catpt_ipc_alloc_stream()
79 input.persistent_mem.offset = catpt_to_dsp_offset(persistent->start); in catpt_ipc_alloc_stream()
80 input.persistent_mem.size = resource_size(persistent); in catpt_ipc_alloc_stream()
45 catpt_ipc_alloc_stream(struct catpt_dev *cdev, enum catpt_path_id path_id, enum catpt_stream_type type, struct catpt_audio_format *afmt, struct catpt_ring_info *rinfo, u8 num_modules, struct catpt_module_entry *modules, struct resource *persistent, struct resource *scratch, struct catpt_stream_info *sinfo) catpt_ipc_alloc_stream() argument
H A Dloader.c97 off = stream->persistent->start; in catpt_store_streams_context()
98 size = resource_size(stream->persistent); in catpt_store_streams_context()
187 off = stream->persistent->start; in catpt_restore_streams_context()
188 size = resource_size(stream->persistent); in catpt_restore_streams_context()
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dmessages.c52 struct resource *persistent, in catpt_ipc_alloc_stream()
79 input.persistent_mem.offset = catpt_to_dsp_offset(persistent->start); in catpt_ipc_alloc_stream()
80 input.persistent_mem.size = resource_size(persistent); in catpt_ipc_alloc_stream()
45 catpt_ipc_alloc_stream(struct catpt_dev *cdev, enum catpt_path_id path_id, enum catpt_stream_type type, struct catpt_audio_format *afmt, struct catpt_ring_info *rinfo, u8 num_modules, struct catpt_module_entry *modules, struct resource *persistent, struct resource *scratch, struct catpt_stream_info *sinfo) catpt_ipc_alloc_stream() argument
H A Dloader.c97 off = stream->persistent->start; in catpt_store_streams_context()
98 size = resource_size(stream->persistent); in catpt_store_streams_context()
187 off = stream->persistent->start; in catpt_restore_streams_context()
188 size = resource_size(stream->persistent); in catpt_restore_streams_context()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_mps.c131 bool persistent, u8 *smt_idx) in cxgb4_update_mac_filt()
136 addr, persistent, smt_idx); in cxgb4_update_mac_filt()
129 cxgb4_update_mac_filt(struct port_info *pi, unsigned int viid, int *tcam_idx, const u8 *addr, bool persistent, u8 *smt_idx) cxgb4_update_mac_filt() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_mps.c131 bool persistent, u8 *smt_idx) in cxgb4_update_mac_filt()
136 addr, persistent, smt_idx); in cxgb4_update_mac_filt()
129 cxgb4_update_mac_filt(struct port_info *pi, unsigned int viid, int *tcam_idx, const u8 *addr, bool persistent, u8 *smt_idx) cxgb4_update_mac_filt() argument
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H A Drxe_mr.c99 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_mr_fill_pages_from_sgt() local
110 if (persistent && !is_pmem_page(page)) { in rxe_mr_fill_pages_from_sgt()
111 rxe_dbg_mr(mr, "Page can't be persistent\n"); in rxe_mr_fill_pages_from_sgt()
212 bool persistent = !!(mr->access & IB_ACCESS_FLUSH_PERSISTENT); in rxe_set_page() local
215 if (persistent && !is_pmem_page(page)) { in rxe_set_page()
216 rxe_dbg_mr(mr, "Page cannot be persistent\n"); in rxe_set_page()
/kernel/linux/linux-5.10/net/rfkill/
H A Dcore.c47 bool persistent; member
601 rfkill->persistent = true; in rfkill_init_sw_state()
630 rfkill->persistent = true; in rfkill_set_states()
701 return sprintf(buf, "%d\n", rfkill->persistent); in persistent_show()
703 static DEVICE_ATTR_RO(persistent);
882 if (!rfkill->persistent) { in rfkill_resume()
1048 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
/kernel/linux/linux-6.6/net/rfkill/
H A Dcore.c48 bool persistent; member
627 rfkill->persistent = true; in rfkill_init_sw_state()
656 rfkill->persistent = true; in rfkill_set_states()
727 return sysfs_emit(buf, "%d\n", rfkill->persistent); in persistent_show()
729 static DEVICE_ATTR_RO(persistent);
933 if (!rfkill->persistent) { in rfkill_resume()
1107 if (!rfkill->persistent || rfkill_epo_lock_active) { in rfkill_register()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dlppaca.h150 __be32 persistent; /* Number of persistent SLBs */ member

Completed in 25 milliseconds

123