| /Linux-v6.6/drivers/mtd/ | 
| D | mtdconcat.c | 57 	struct mtd_concat *concat = CONCAT(mtd);  in concat_read()  local 61 	for (i = 0; i < concat->num_subdev; i++) {  in concat_read() 62 		struct mtd_info *subdev = concat->subdev[i];  in concat_read() 109 	struct mtd_concat *concat = CONCAT(mtd);  in concat_panic_write()  local 112 	for (i = 0; i < concat->num_subdev; i++) {  in concat_panic_write() 113 		struct mtd_info *subdev = concat->subdev[i];  in concat_panic_write() 150 	struct mtd_concat *concat = CONCAT(mtd);  in concat_write()  local 154 	for (i = 0; i < concat->num_subdev; i++) {  in concat_write() 155 		struct mtd_info *subdev = concat->subdev[i];  in concat_write() 188 	struct mtd_concat *concat = CONCAT(mtd);  in concat_writev()  local [all …] 
 | 
| /Linux-v6.6/fs/nfs/blocklayout/ | 
| D | dev.c | 110 		b->concat.volumes_count = be32_to_cpup(p++);  in nfs4_block_decode_volume() 111 		if (b->concat.volumes_count > PNFS_BLOCK_MAX_DEVICES) {  in nfs4_block_decode_volume() 112 			dprintk("Too many volumes: %d\n", b->concat.volumes_count);  in nfs4_block_decode_volume() 116 		p = xdr_inline_decode(xdr, b->concat.volumes_count * 4);  in nfs4_block_decode_volume() 119 		for (i = 0; i < b->concat.volumes_count; i++)  in nfs4_block_decode_volume() 120 			b->concat.volumes[i] = be32_to_cpup(p++);  in nfs4_block_decode_volume() 406 	d->children = kcalloc(v->concat.volumes_count,  in bl_parse_concat() 411 	for (i = 0; i < v->concat.volumes_count; i++) {  in bl_parse_concat() 413 				volumes, v->concat.volumes[i], gfp_mask);  in bl_parse_concat()
  | 
| D | blocklayout.h | 78 		} concat;  member
  | 
| /Linux-v6.6/rust/bindings/ | 
| D | lib.rs | 31     include!(concat!( 44     include!(concat!(
  | 
| /Linux-v6.6/rust/macros/ | 
| D | paste.rs | 5 fn concat(tokens: &[TokenTree], group_span: Span) -> TokenTree {  in concat()  function 62                 *token = concat(&stream[1..stream.len() - 1], span);  in expand()
  | 
| /Linux-v6.6/rust/kernel/ | 
| D | build_assert.rs | 76             $crate::build_error(concat!("assertion failed: ", stringify!($cond)));
  | 
| D | sync.rs | 55         $crate::c_str!(::core::concat!(::core::file!(), ":", ::core::line!()))
  | 
| D | str.rs | 348         const S: &str = concat!($str, "\0");
  | 
| /Linux-v6.6/rust/uapi/ | 
| D | lib.rs | 26 include!(concat!(env!("OBJTREE"), "/rust/uapi/uapi_generated.rs"));
  | 
| /Linux-v6.6/rust/ | 
| D | compiler_builtins.rs | 31             #[export_name = concat!("__rust", stringify!($ident))]
  | 
| /Linux-v6.6/rust/alloc/ | 
| D | slice.rs | 559     pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output  in concat()  method 563         Concat::concat(self)  in concat() 692     fn concat(slice: &Self) -> Self::Output;  in concat()  method 712     fn concat(slice: &Self) -> Vec<T> {  in concat()  method
  | 
| /Linux-v6.6/tools/testing/selftests/exec/ | 
| D | execveat.c | 119 static char *concat(const char *left, const char *right)  in concat()  function 229 	char *fullname_symlink = concat(fullname, ".symlink");  in run_tests()
  | 
| /Linux-v6.6/rust/kernel/init/ | 
| D | macros.rs | 599         ::core::compile_error!(concat!(
  | 
| /Linux-v6.6/arch/m68k/ifpsp060/src/ | 
| D | fpsp.S | 11643 	or.w		%d2,%d1			# concat old sign,new exp 13067 	or.w		%d2,%d1			# concat sign,exp 13520 	or.w		%d1,%d0			# concat old sign, new exponent 13569 	or.w		%d1,%d2			# concat old sign,new exp 13628 	or.w		%d2,%d1			# concat new sign,new exp 14014 	or.w		%d2,%d1			# concat old sign,new exp 14063 	or.w		%d2,%d1			# concat old sign,new exp 14361 	or.w		%d2,%d1			# concat old sign,new exp 14416 	or.w		%d2,%d1			# concat old sign,new exp 14473 	or.w		%d2,%d1			# concat old sign, new exp [all …] 
 | 
| D | pfpsp.S | 3891 	or.w		%d1,%d0			# concat mode,reg
  | 
| /Linux-v6.6/net/netfilter/ | 
| D | nf_tables_api.c | 4412 	struct nlattr *concat, *field;  in nf_tables_fill_set_concat()  local 4415 	concat = nla_nest_start_noflag(skb, NFTA_SET_DESC_CONCAT);  in nf_tables_fill_set_concat() 4416 	if (!concat)  in nf_tables_fill_set_concat() 4431 	nla_nest_end(skb, concat);  in nf_tables_fill_set_concat()
  |